Intrepid2
Public Attributes | List of all members
Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData Struct Reference

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. More...
 
Kokkos::DynRankView< pointValueType, DeviceType > points_
 Array with the (X,Y,Z) coordinates of the cubature points. More...
 
Kokkos::DynRankView< weightValueType, DeviceType > weights_
 Array with the associated cubature weights. More...
 

Detailed Description

template<typename DeviceType = void, typename pointValueType = double, typename weightValueType = double>
struct Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData

Cubature data is defined on exec space and deep-copied when an object is created.

Definition at line 101 of file Intrepid2_CubatureDirect.hpp.

Member Data Documentation

◆ numPoints_

template<typename DeviceType = void, typename pointValueType = double, typename weightValueType = double>
ordinal_type Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData::numPoints_

Number of cubature points stored in the template.

Definition at line 105 of file Intrepid2_CubatureDirect.hpp.

Referenced by Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::getNumPoints().

◆ points_

template<typename DeviceType = void, typename pointValueType = double, typename weightValueType = double>
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 109 of file Intrepid2_CubatureDirect.hpp.

◆ weights_

template<typename DeviceType = void, typename pointValueType = double, typename weightValueType = double>
Kokkos::DynRankView<weightValueType,DeviceType> Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureData::weights_

Array with the associated cubature weights.

Definition at line 113 of file Intrepid2_CubatureDirect.hpp.


The documentation for this struct was generated from the following file: