Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Mappings to be applied to a scalar field.
Data Types | |
interface | mapping_apply |
The application of the mapping ($\rho \mapsto \tilde{\rho}$). More... | |
interface | mapping_apply_backward |
The application of the mapping backward with chain rule). $\frac{\partial F}{\partial \tilde{\rho}} \mapsto \frac{\partial F}{\partial \rho}$. More... | |
interface | mapping_free |
Destructor. More... | |
interface | mapping_init |
The common constructor using a JSON dictionary. More... | |
type | mapping_t |
Base abstract class for mapping. More... | |
Functions/Subroutines | |
subroutine | mapping_init_base (this, json, coef) |
Constructor for the mapping_t (base) class. | |
subroutine | mapping_free_base (this) |
Destructor for the mapping_t (base) class. | |
|
private |
Definition at line 128 of file mapping.f90.