
Contains module procedures associated with the calculation tree derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CalculationTreeDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize calculation tree derivation using flattened tree
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CalculationTreeDerivation), | intent(inout) | :: | this | |||
| type(FlatTree), | intent(in) | :: | flattenedTree |