Definition at line 62 of file scalar_ic.f90.
◆ set_scalar_ic_int()
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 |
|
) |
| |
|
private |
Set scalar initial condition using one of the builtin types currently supported:
- uniform
- point zone
- field
- Parameters
-
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.
◆ set_scalar_ic_usr()
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 |
|
) |
| |
|
private |
Set scalar initial condition using a user defined function.
- Parameters
-
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.
The documentation for this interface was generated from the following file: