calculation_tree_derivation_procedures Submodule

Contains module procedures associated with the calculation tree derivation class



Module Functions

module function calculateTree(this, inputArray, indices) result(output)

Arguments

Type IntentOptional Attributes Name
class(CalculationTreeDerivation), intent(inout) :: this
type(RealArray), intent(in), dimension(:) :: inputArray
integer(kind=ik), intent(in), dimension(:) :: indices

Return Value real(kind=rk), allocatable, dimension(:)


Module Subroutines

module subroutine initCalculationTreeDeriv(this, flattenedTree)

Initialize calculation tree derivation using flattened tree

Arguments

Type IntentOptional Attributes Name
class(CalculationTreeDerivation), intent(inout) :: this
type(FlatTree), intent(in) :: flattenedTree