pf_f_comp_p Interface

interface

This is the interface for the routine to compute the RHS function values


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

Arguments

Type IntentOptional AttributesName
class(pf_imexQ_oc_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_2 of solution y

integer, intent(in) :: piece

Which piece to evaluate

integer, intent(in) :: flags

Description

Solve the equation y - dtq*f_2(y) =rhs