
Contains module procedures associated with the additive derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AdditiveDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize additive derivation object, allocating the expected number of derivation objects
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AdditiveDerivation), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | numDerivs | |||
| integer(kind=ik), | intent(in) | :: | expectedNumIndices | |||
| real(kind=rk), | intent(in), | optional | :: | resultPower | ||
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | linearCoefficients |
Adds derivation to additive derivation object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AdditiveDerivation), | intent(inout) | :: | this | |||
| class(Derivation), | intent(in) | :: | deriv | |||
| integer(kind=ik), | intent(in), | dimension(:) | :: | activeIndices |
Entries of indices object passed to calculateAdditive to be passed to added derivation |