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

The application of the mapping backward with chain rule). $\frac{\partial F}{\partial \tilde{\rho}} \mapsto \frac{\partial F}{\partial \rho}$. More...

Public Member Functions

subroutine mapping_apply_backward (this, df_dx_in, df_dx_out, x_in)
 

Detailed Description

Parameters
X_inThe original input field ($\rho$)
dF_dX_out,sensitivitywrt to the mapped field ($\frac{\partial F}{\partial \tilde{\rho}}$)
dF_dX_in,sensitivitywrt to the unmapped field ($\frac{\partial F}{\partial \rho}$)

Definition at line 107 of file mapping.f90.

Constructor & Destructor Documentation

◆ mapping_apply_backward()

subroutine mapping::mapping_apply_backward::mapping_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 
)
virtual

Definition at line 107 of file mapping.f90.


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