Neko  0.8.1
A portable framework for high-order spectral element flow simulations
scalar_scheme::scalar_scheme_init_intrf Interface Reference

Abstract interface to initialize a scalar formulation. More...

Public Member Functions

subroutine scalar_scheme_init_intrf (this, msh, coef, gs, params, user, material_properties)
 

Detailed Description

Abstract interface to initialize a scalar formulation.

Definition at line 166 of file scalar_scheme.f90.

Constructor & Destructor Documentation

◆ scalar_scheme_init_intrf()

subroutine scalar_scheme::scalar_scheme_init_intrf::scalar_scheme_init_intrf ( class(scalar_scheme_t), intent(inout), target  this,
type(mesh_t), intent(inout), target  msh,
type(coef_t), intent(inout), target  coef,
type(gs_t), intent(inout), target  gs,
type(json_file), intent(inout), target  params,
type(user_t), intent(in), target  user,
type(material_properties_t), intent(inout)  material_properties 
)

Definition at line 166 of file scalar_scheme.f90.


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