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

Private Member Functions

subroutine set_scalar_ic_int (s, coef, gs, type, params)
 Set scalar initial condition (builtin) More...
 
subroutine set_scalar_ic_usr (s, coef, gs, usr_ic, params)
 Set scalar intial condition (user defined) More...
 

Detailed Description

Definition at line 50 of file scalar_ic.f90.

Member Function/Subroutine Documentation

◆ 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 (builtin)

Set scalar initial condition using one of the builtin types currently supported:

  • uniform.
    Parameters
    sScalar field.
    coefCoefficient.
    gsGather-Scatter object.
    typeType of initial condition.
    paramsJSON parameters.

Definition at line 67 of file scalar_ic.f90.

Here is the call graph for this function:

◆ 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 intial condition (user defined)

Set scalar initial condition using a user defined function.

Parameters
sScalar field.
coefCoefficient.
gsGather-Scatter object.
usr_icUser defined initial condition function.
paramsJSON parameters.

Definition at line 95 of file scalar_ic.f90.

Here is the call graph for this function:

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