Subroutine to evaluate the function values at all nodes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pf_misdcQ_t), | intent(inout) | :: | this | |||
class(pf_level_t), | intent(inout) | :: | lev | Current level |
||
real(kind=pfdp), | intent(in) | :: | t(:) | Array of times at each node |
||
integer, | intent(in), | optional | :: | flags | ||
integer, | intent(in), | optional | :: | step |
subroutine misdcQ_evaluate_all(this, lev, t, flags, step)
class(pf_misdcQ_t), intent(inout) :: this
class(pf_level_t), intent(inout) :: lev !! Current level
real(pfdp), intent(in ) :: t(:) !! Array of times at each node
integer, intent(in), optional :: flags, step
call pf_generic_evaluate_all(this, lev, t)
end subroutine misdcQ_evaluate_all