
Contains module procedures associated with the simple derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize simple derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(SimpleDerivation), | intent(inout) | :: | this | |||
| real(kind=rk), | intent(in), | dimension(:) | :: | varPowers | ||
| real(kind=rk), | intent(in), | optional | :: | multConst |