evaluateNode Interface

interface
public pure recursive module function evaluateNode(this, inputArray) result(res)

Arguments

Type IntentOptional Attributes Name
class(CalculationNode), intent(in) :: this
type(RealArray), intent(in), dimension(:) :: inputArray

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

Description

Recursively evaluate nodes, using the inputArray variables for leaf values