The type to store quadrature matrices
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
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 |
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