|
integer(intg) | global_number |
| The global number of the quadrature scheme in the list of quadrature schemes for a particular quadrature. More...
|
|
type(quadrature_type), pointer | quadrature |
| The pointer back to the quadrature for a particular quadrature scheme. More...
|
|
integer(intg) | number_of_gauss |
| The number of gauss points for the quadrature scheme. More...
|
|
real(dp), dimension(:,:), allocatable | gauss_positions |
| GAUSS_POSITIONS(nic,ng). The positions in the nic'th xi coordinate of Gauss point ng. Old CMISS name XIG(ni,ng,nb). More...
|
|
real(dp), dimension(:), allocatable | gauss_weights |
| GAUSS_WEIGHTS(ng). The weight applied to Gauss point ng. Old CMISS name WG(ng,nb). More...
|
|
real(dp), dimension(:,:,:), allocatable | gauss_basis_fns |
| GAUSS_BASIS_FNS(ns,nu,ng). The value of the basis functions evaluated at Gauss point ng for the nu'th derivative of the basis function associated with the ns'th element parameter. Old CMISS name PG(ns,nu,ng,nb) More...
|
|
integer(intg), dimension(:), allocatable | number_of_face_gauss |
| NUMBER_OF_FACE_GAUSS(:) number of gauss points in each local face of the element. More...
|
|
real(dp), dimension(:,:,:,:), allocatable | face_gauss_basis_fns |
| FACE_GAUSS_BASIS_FNS(ns,nu,ng,naf) More...
|
|
real(dp), dimension(:,:,:), allocatable | face_gauss_positions |
| FACE_GAUSS_POSITIONS(nic,ng,naf) More...
|
|
real(dp), dimension(:,:), allocatable | face_gauss_weights |
| FACE_GAUSS_WEIGHTS(ng,naf) More...
|
|
Contains information for a particular quadrature scheme.
- See also
- OPENCMISS::CMISSQuadratureSchemeType
- Todo:
- Also evaluate the product of the basis functions at gauss points for speed???
Definition at line 141 of file types.f90.
real(dp), dimension(:,:,:), allocatable types::quadrature_scheme_type::gauss_basis_fns |
GAUSS_BASIS_FNS(ns,nu,ng). The value of the basis functions evaluated at Gauss point ng for the nu'th derivative of the basis function associated with the ns'th element parameter. Old CMISS name PG(ns,nu,ng,nb)
Definition at line 147 of file types.f90.