|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
| subroutine | set_scalar_ic_int (s, coef, gs, type, params) |
| Set scalar initial condition (builtin) | |
| subroutine | set_scalar_ic_usr (s, coef, gs, usr_ic, params) |
| Set scalar intial condition (user defined) | |
Definition at line 62 of file scalar_ic.f90.
| subroutine scalar_ic::set_scalar_ic::set_scalar_ic_int | ( | type(field_t), intent(inout) | s, |
| type(coef_t), intent(in) | coef, | ||
| type(gs_t), intent(inout) | gs, | ||
| character(len=*) | type, | ||
| type(json_file), intent(inout) | params | ||
| ) |
Set scalar initial condition using one of the builtin types currently supported:
| s | Scalar field. |
| coef | Coefficient. |
| gs | Gather-Scatter object. |
| type | Type of initial condition. |
| params | JSON parameters. |
Definition at line 81 of file scalar_ic.f90.

| subroutine scalar_ic::set_scalar_ic::set_scalar_ic_usr | ( | type(field_t), intent(inout) | s, |
| type(coef_t), intent(in) | coef, | ||
| type(gs_t), intent(inout) | gs, | ||
| procedure(useric_scalar) | usr_ic, | ||
| type(json_file), intent(inout) | params | ||
| ) |
Set scalar initial condition using a user defined function.
| s | Scalar field. |
| coef | Coefficient. |
| gs | Gather-Scatter object. |
| usr_ic | User defined initial condition function. |
| params | JSON parameters. |
Definition at line 143 of file scalar_ic.f90.
