|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Scalar scheme factory. Both constructs and initializes the object. More...
Public Member Functions | |
| subroutine | scalar_scheme_allocate (obj) |
| object | The object to be created and initialized. |
| msh | The mesh. |
| coef | The coefficients. |
| gs | The gather-scatter. |
| params | The parameter dictionary in json. |
| numerics_params | The numerical parameter dictionary in json. |
| user | Type with user-defined procedures. |
| chkp | Checkpoint for restarts. |
| ulag,vlag,wlag | The lagged velocity fields. |
| time_scheme | The time scheme controller. |
| rho | The density field. Scalar scheme allocator. |
| object | The object to be allocated. |
| type_name | The 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.
|
virtual |
Definition at line 293 of file scalar_scheme.f90.