-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Optimization Application documentation #12003
Conversation
docs/pages/Applications/Optimization_Application/Filtering/Explicit_Vertex_Morphing.md
Outdated
Show resolved
Hide resolved
* [Doxygen](TODO) TODO | ||
* [applications/OptimizationApplication/custom_utilities/filtering/filter_function.h](https://github.com/KratosMultiphysics/Kratos/blob/master/applications/OptimizationApplication/custom_utilities/filtering/filter_function.h) | ||
* [applications/OptimizationApplication/custom_utilities/filtering/damping_function.h](https://github.com/KratosMultiphysics/Kratos/blob/master/applications/OptimizationApplication/custom_utilities/filtering/damping_function.h) | ||
* [applications/OptimizationApplication/custom_utilities/filtering/explicit_filter.h](https://github.com/KratosMultiphysics/Kratos/blob/master/applications/OptimizationApplication/custom_utilities/filtering/explicit_filter.h) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can add ref. to some our papers about VM, from Bletzinger, Reza and etc.
docs/pages/Applications/Optimization_Application/General/Control.md
Outdated
Show resolved
Hide resolved
docs/pages/Applications/Optimization_Application/General/Control.md
Outdated
Show resolved
Hide resolved
…ol.md Co-authored-by: IAntonau <[email protected]>
…ol.md Co-authored-by: IAntonau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't went through the files. Mostly checked the main overview sentence. In general it is fine but definitely not ideal.
|
||
## Introduction | ||
|
||
```Control``` is used to regularize the design variables updates, which are given by the ```Algorithm``` as illustrated in Figure 1. It also updates the properties of the ```model_part```. This is also used to transform data between physical and control spaces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```Control``` is used to regularize the design variables updates, which are given by the ```Algorithm``` as illustrated in Figure 1. It also updates the properties of the ```model_part```. This is also used to transform data between physical and control spaces. | |
```Control``` is used to regularize the design variables updates, which are given by the ```Algorithm``` as illustrated in Figure 1. It also updates the properties of the ```model_part```., meaning transforming data between physical parameters and control variables. |
Thanks @Igarizza . We have to check these one by one later. |
📝 Description
Finally log awaited documentation for the
OptimizationApplication
is here. This PR adds docs for almost all the components docs with examples.🆕 Changelog
OptimizationApplication
FYI: @adityabodas