Initialize d/dv kinetic stencil template based on direct input.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(StencilTemplate), | intent(inout) | :: | stencilTemplateObj | |||
| type(EnvironmentWrapper), | intent(inout) | :: | envObj | |||
| character(len=*), | intent(in) | :: | evolvedVar | |||
| character(len=*), | intent(in) | :: | implicitVar | |||
| integer(kind=ik), | intent(in) | :: | rowHarmonic | |||
| integer(kind=ik), | intent(in) | :: | colHarmonic | |||
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | fixedC | |
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | fixedInterp | |
| real(kind=rk), | intent(in), | optional, | dimension(2) | :: | cfAtZero | |
| character(len=*), | intent(in), | optional | :: | modelboundC | ||
| character(len=*), | intent(in), | optional | :: | modelboundInterp |