pf_f_comp_p Interface

interface
public subroutine pf_f_comp_p(this, y, t, dtq, rhs, level_index, f, piece)

Arguments

Type IntentOptional AttributesName
class(pf_misdcQ_t), intent(inout) :: this
class(pf_encap_t), intent(inout) :: y

Solution of implicit solve

real(kind=pfdp), intent(in) :: t

Time of solve

real(kind=pfdp), intent(in) :: dtq

dt*quadrature weight

class(pf_encap_t), intent(in) :: rhs

RHS for solve

integer, intent(in) :: level_index

Level index

class(pf_encap_t), intent(inout) :: f

f_n of solution y

integer, intent(in) :: piece

Which piece to evaluate

Description

Solve the equation where n is given by the argument piece