Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
mapping::mapping_t Type Referenceabstract

Base abstract class for mapping. More...

Inheritance diagram for mapping::mapping_t:
Collaboration diagram for mapping::mapping_t:

Public Member Functions

procedure, pass(thisinit_base (this, json, coef)
 Constructor for the mapping_t class.
 
procedure, pass(thisfree_base (this)
 Destructor for the mapping_t (base) class.
 
procedure(mapping_init), deferred, pass init (this, json, coef)
 The common constructor using a JSON dictionary.
 
procedure(mapping_free), deferred, pass free (this)
 Destructor.
 
procedure(mapping_apply), deferred, pass apply_forward (this, x_out, x_in)
 Apply forward.
 
procedure(mapping_apply_backward), deferred, pass apply_backward (this, df_dx_in, df_dx_out, x_in)
 Apply backwards (with chain rule)
 

Public Attributes

type(coef_t), pointer coef => null()
 Coefficients for the SEM.
 

Detailed Description

Definition at line 44 of file mapping.f90.

Member Function/Subroutine Documentation

◆ apply_backward()

procedure(mapping_apply_backward), deferred, pass mapping::mapping_t::apply_backward ( class(mapping_t), intent(inout this,
type(field_t), intent(inout df_dx_in,
type(field_t), intent(in df_dx_out,
type(field_t), intent(in x_in 
)
pure virtual

Definition at line 60 of file mapping.f90.

◆ apply_forward()

procedure(mapping_apply), deferred, pass mapping::mapping_t::apply_forward ( class(mapping_t), intent(inout this,
type(field_t), intent(inout x_out,
type(field_t), intent(in x_in 
)
pure virtual

Definition at line 58 of file mapping.f90.

◆ free()

procedure(mapping_free), deferred, pass mapping::mapping_t::free ( class(mapping_t), intent(inout this)
pure virtual

Definition at line 56 of file mapping.f90.

◆ free_base()

procedure, pass(this) mapping::mapping_t::free_base ( class(mapping_t), intent(inout this)

Definition at line 52 of file mapping.f90.

◆ init()

procedure(mapping_init), deferred, pass mapping::mapping_t::init ( class(mapping_t), intent(inout this,
type(json_file), intent(inout json,
type(coef_t), intent(inout coef 
)
pure virtual

Definition at line 54 of file mapping.f90.

◆ init_base()

procedure, pass(this) mapping::mapping_t::init_base ( class(mapping_t), intent(inout this,
type(json_file), intent(inout json,
type(coef_t), intent(inout), target  coef 
)

Definition at line 50 of file mapping.f90.

Member Data Documentation

◆ coef

type(coef_t), pointer mapping::mapping_t::coef => null()

Definition at line 46 of file mapping.f90.


The documentation for this type was generated from the following file: