|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
A PDE based filter.
Data Types | |
| type | pde_filter_t |
| A PDE based filter mapping \(\rho \mapsto \tilde{\rho}\), see Lazarov & O. Sigmund 2010, by solving an equation of the form \( -r^2 \nabla^2 \tilde{\rho} + \tilde{\rho} = \rho \). More... | |
Functions/Subroutines | |
| subroutine | pde_filter_init_from_json (this, json, coef) |
| Constructor from json. | |
| subroutine pde_filter::pde_filter_init_from_json | ( | class(pde_filter_t), intent(inout) | this, |
| type(json_file), intent(inout) | json, | ||
| type(coef_t), intent(inout) | coef | ||
| ) |
Definition at line 123 of file PDE_filter_mapping.f90.