|
Intrepid2
|
Cubature data is defined on exec space and deep-copied when an object is created. More...
#include <Intrepid2_CubatureDirect.hpp>
Public Attributes | |
| ordinal_type | numPoints_ |
| Number of cubature points stored in the template. | |
| Kokkos::DynRankView< pointValueType, DeviceType > | points_ |
| Array with the (X,Y,Z) coordinates of the cubature points. | |
| Kokkos::DynRankView< weightValueType, DeviceType > | weights_ |
| Array with the associated cubature weights. | |
Cubature data is defined on exec space and deep-copied when an object is created.
Definition at line 68 of file Intrepid2_CubatureDirect.hpp.
| ordinal_type Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData::numPoints_ |
Number of cubature points stored in the template.
Definition at line 72 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(), Intrepid2::CubatureDirectTriSymmetric< DeviceType, pointValueType, weightValueType >::CubatureDirectTriSymmetric(), and Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::getNumPoints().
| Kokkos::DynRankView<pointValueType,DeviceType> Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData::points_ |
Array with the (X,Y,Z) coordinates of the cubature points.
Definition at line 76 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(), Intrepid2::CubatureDirectTriSymmetric< DeviceType, pointValueType, weightValueType >::CubatureDirectTriSymmetric(), and Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::getCubatureFromData().
| Kokkos::DynRankView<weightValueType,DeviceType> Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData::weights_ |
Array with the associated cubature weights.
Definition at line 80 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(), Intrepid2::CubatureDirectTriSymmetric< DeviceType, pointValueType, weightValueType >::CubatureDirectTriSymmetric(), and Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::getCubatureFromData().