Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
mapping.f90 File Reference

Go to the source code of this file.

Data Types

type  mapping::mapping_t
 Base abstract class for mapping. More...
 
interface  mapping::mapping_init
 The common constructor using a JSON dictionary. More...
 
interface  mapping::mapping_free
 Destructor. More...
 
interface  mapping::mapping_apply
 The application of the mapping ($\rho \mapsto \tilde{\rho}$). More...
 
interface  mapping::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...
 

Modules

module  mapping
 Mappings to be applied to a scalar field.
 

Functions/Subroutines

subroutine mapping::mapping_init_base (this, json, coef)
 Constructor for the mapping_t (base) class.
 
subroutine mapping::mapping_free_base (this)
 Destructor for the mapping_t (base) class.