load input to solve poisson equation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_poisson_type), | intent(out) | :: | me |
poisson type |
||
type(flu_State) | :: | conf |
flu state |
|||
integer, | intent(in), | optional | :: | parent |
parent handle |
|
integer, | intent(in) | :: | minLevel |
minlevel |
||
real(kind=rk), | intent(in) | :: | cs_lattice |
lattice speed of sound calculated for defined stencil layout required to compute omega from potential diffusivity |
||
type(mus_physics_type), | intent(in) | :: | physics |
physics type to convert physics to lattice unit or vice versa |
||
character(len=*), | intent(in) | :: | schemeKind |
scheme kind |