| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
|
| type(CalculationNode), | public, | pointer | :: | root | => | null() |
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 |
Calculation tree initialization routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CalculationTree), | intent(inout) | :: | this | |||
| logical, | intent(in), | optional | :: | additiveMode | ||
| real(kind=rk), | intent(in), | optional | :: | constant | ||
| integer(kind=ik), | intent(in), | optional | :: | leafVarIndex | ||
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | unaryRealParams | |
| integer(kind=ik), | intent(in), | optional, | dimension(:) | :: | unaryIntParams | |
| logical, | intent(in), | optional, | dimension(:) | :: | unaryLogicalParams | |
| character(len=*), | intent(in), | optional | :: | unaryTransformTag |
Call tree's root node evaluate
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CalculationTree), | intent(in) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray |
Flatten tree into FlatTree object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CalculationTree), | intent(in) | :: | this |
Calculation tree initialization routine using a FlatTree object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CalculationTree), | intent(inout) | :: | this | |||
| type(FlatTree), | intent(in) | :: | fTree |