getValue Interface

interface
private pure module function getValue(this, indexSet) result(val)

Arguments

Type IntentOptional Attributes Name
class(FlatNDData), intent(in) :: this
integer(kind=ik), intent(in), dimension(:) :: indexSet

Return Value real(kind=rk)

Description

Return multidimensional value for given indexSet (should match array dimension)