Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
scalar_scheme::scalar_scheme_allocate Interface Reference

Scalar scheme factory. Both constructs and initializes the object. More...

Public Member Functions

subroutine scalar_scheme_allocate (obj)
 

Detailed Description

Parameters
objectThe object to be created and initialized.
mshThe mesh.
coefThe coefficients.
gsThe gather-scatter.
paramsThe parameter dictionary in json.
numerics_paramsThe numerical parameter dictionary in json.
userType with user-defined procedures.
chkpCheckpoint for restarts.
ulag,vlag,wlagThe lagged velocity fields.
time_schemeThe time scheme controller.
rhoThe density field. Scalar scheme allocator.
objectThe object to be allocated.
type_nameThe name of the scalar scheme type. Interface for an object allocator. Implemented in the user modules, should allocate the obj to the custom user type.

Definition at line 293 of file scalar_scheme.f90.

Constructor & Destructor Documentation

◆ scalar_scheme_allocate()

subroutine scalar_scheme::scalar_scheme_allocate::scalar_scheme_allocate ( class(scalar_scheme_t), intent(inout), allocatable  obj)
virtual

Definition at line 293 of file scalar_scheme.f90.


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