
Contains module procedures associated with the central difference derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CentralDiffDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize central difference derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CentralDiffDerivation), | intent(inout) | :: | this | |||
| type(Geometry), | intent(in) | :: | refGeometry |
Geometry object used to calculate central difference |
||
| type(Partition), | intent(in) | :: | refPartition |
Partition object used to calculate central difference |
||
| integer(kind=ik), | intent(in) | :: | procRank |
Current processor rank |
||
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | varPowers |
Optional fluid variable powers |
| real(kind=rk), | intent(in), | optional | :: | multConst |
Optional multiplicative constant - default 1 |