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 83 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 87 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(), and Intrepid2::CubatureDirectTriDefault< DeviceType, pointValueType, weightValueType >::CubatureDirectTriDefault().
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 91 of file Intrepid2_CubatureDirect.hpp.
weightValueType Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureDataStatic::weights_[Parameters::MaxIntegrationPoints] |
Array with the associated cubature weights.
Definition at line 95 of file Intrepid2_CubatureDirect.hpp.