ComputeOutputVariables Subroutine

public subroutine ComputeOutputVariables(noOutput, outputVarNames, N, e, output, refs, hasGradients, hasStats, hasSensor)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: noOutput
integer, intent(in) :: outputVarNames(1:noOutput)
integer, intent(in) :: N(3)
class(Element_t), intent(in) :: e
real(kind=RP), intent(out) :: output(1:noOutput,0:N(1),0:N(2),0:N(3))
real(kind=RP), intent(in) :: refs(NO_OF_SAVED_REFS)
logical, intent(in) :: hasGradients
logical, intent(in) :: hasStats
logical, intent(in) :: hasSensor