JaggedArrayGenerator object for calculating jagged real arrays based on variable data
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
Getter for userDefined
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(in) | :: | this |
Set userDefined to .true.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(inout) | :: | this |
Set userDefined to .false.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(inout) | :: | this |
Calculate stencil values in place (a RealArray that can be used as a multConst for a MatrixTerm)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(JaggedArrayGenerator), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont | |||
| type(RealArray), | intent(inout), | allocatable, dimension(:) | :: | res | ||
| class(ModelboundData), | intent(in), | optional | :: | mbData | ||
| class(ModelSurrogate), | intent(in), | optional | :: | hostModel |
Use in place version of stencil calculation to return values
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(JaggedArrayGenerator), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont | |||
| class(ModelboundData), | intent(in), | optional | :: | mbData | ||
| class(ModelSurrogate), | intent(in), | optional | :: | hostModel |