pf_compute_omega_p Interface

interface
public subroutine pf_compute_omega_p(this, omega, integrals, f, nodes, qmat, dt, this_node, coefs)

Arguments

Type IntentOptional AttributesName
class(pf_magpicard_t), intent(inout) :: this
class(pf_encap_t), intent(inout) :: omega
class(pf_encap_t), intent(inout) :: integrals(:)
class(pf_encap_t), intent(inout) :: f(:,:)
real(kind=pfdp), intent(in) :: nodes(:)
real(kind=pfdp), intent(in) :: qmat(:,:)
real(kind=pfdp), intent(in) :: dt
integer, intent(in) :: this_node
real(kind=pfdp), intent(in) :: coefs(:,:)