pf_sdcmats_t Derived Type

type, public :: pf_sdcmats_t

The type to store quadrature matrices


Inherited by

type~~pf_sdcmats_t~~InheritedByGraph type~pf_sdcmats_t pf_sdcmats_t type~pf_level_t pf_level_t type~pf_level_t->type~pf_sdcmats_t sdcmats type~pf_pfasst_t pf_pfasst_t type~pf_pfasst_t->type~pf_level_t levels

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
real(kind=pfdp), public, allocatable:: qmat(:,:)
real(kind=pfdp), public, allocatable:: qmatFE(:,:)
real(kind=pfdp), public, allocatable:: qmatBE(:,:)
real(kind=pfdp), public, allocatable:: qmatLU(:,:)
real(kind=pfdp), public, allocatable:: s0mat(:,:)
real(kind=pfdp), public, allocatable:: qnodes(:)
integer, public :: nnodes
integer, public :: qtype

Source Code

  type :: pf_sdcmats_t
     real(pfdp), allocatable :: qmat(:,:)
     real(pfdp), allocatable :: qmatFE(:,:)
     real(pfdp), allocatable :: qmatBE(:,:)
     real(pfdp), allocatable :: qmatLU(:,:)
     real(pfdp), allocatable :: s0mat(:,:)
     real(pfdp), allocatable :: qnodes(:)          
     integer :: nnodes
     integer :: qtype
  end type pf_sdcmats_t