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

Factory for all adjoint fluid schemes.

Functions/Subroutines

subroutine, public adjoint_fluid_scheme_factory (object, type_name)
 Initialise a adjoint fluid scheme.
 

Variables

character(len=20), dimension(1) known_types = [character(len=20) :: "pnpn"]
 

Function/Subroutine Documentation

◆ adjoint_fluid_scheme_factory()

subroutine, public adjoint_fluid_fctry::adjoint_fluid_scheme_factory ( class(adjoint_fluid_scheme_t), intent(inout), allocatable  object,
character(len=*), intent(in type_name 
)

Definition at line 50 of file adjoint_fluid_fctry.f90.

Here is the caller graph for this function:

Variable Documentation

◆ known_types

character(len=20), dimension(1) adjoint_fluid_fctry::known_types = [character(len=20) :: "pnpn"]
private

Definition at line 44 of file adjoint_fluid_fctry.f90.