|
Intrepid2
|
Cubature data is defined on the host space and is static. More...
#include <Intrepid2_CubatureDirect.hpp>
Public Attributes | |
| ordinal_type | numPoints_ |
| Number of cubature points stored in the template. | |
| pointValueType | points_ [Parameters::MaxIntegrationPoints][Parameters::MaxDimension] |
| Array with the (X,Y,Z) coordinates of the cubature points. | |
| weightValueType | weights_ [Parameters::MaxIntegrationPoints] |
| Array with the associated cubature weights. | |
Cubature data is defined on the host space and is static.
Definition at line 50 of file Intrepid2_CubatureDirect.hpp.
| ordinal_type Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureDataStatic::numPoints_ |
Number of cubature points stored in the template.
Definition at line 54 of file Intrepid2_CubatureDirect.hpp.
Referenced by Intrepid2::CubatureDirectLineGauss< DeviceType, pointValueType, weightValueType >::CubatureDirectLineGauss(), Intrepid2::CubatureDirectLineGaussJacobi20< DeviceType, pointValueType, weightValueType >::CubatureDirectLineGaussJacobi20(), Intrepid2::CubatureDirectTetDefault< DeviceType, pointValueType, weightValueType >::CubatureDirectTetDefault(), Intrepid2::CubatureDirectTetSymmetric< DeviceType, pointValueType, weightValueType >::CubatureDirectTetSymmetric(), Intrepid2::CubatureDirectTriDefault< DeviceType, pointValueType, weightValueType >::CubatureDirectTriDefault(), and Intrepid2::CubatureDirectTriSymmetric< DeviceType, pointValueType, weightValueType >::CubatureDirectTriSymmetric().
| pointValueType Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureDataStatic::points_[Parameters::MaxIntegrationPoints][Parameters::MaxDimension] |
Array with the (X,Y,Z) coordinates of the cubature points.
Definition at line 58 of file Intrepid2_CubatureDirect.hpp.
| weightValueType Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureDataStatic::weights_[Parameters::MaxIntegrationPoints] |
Array with the associated cubature weights.
Definition at line 62 of file Intrepid2_CubatureDirect.hpp.