Intrepid2
Public Attributes | List of all members
Intrepid2::CubatureDirect< ExecSpaceType, 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.
 
Kokkos::DynRankView
< pointValueType,
ExecSpaceType > 
points_
 Array with the (X,Y,Z) coordinates of the cubature points.
 
Kokkos::DynRankView
< weightValueType,
ExecSpaceType > 
weights_
 Array with the associated cubature weights.
 

Detailed Description

template<typename ExecSpaceType = void, typename pointValueType = double, typename weightValueType = double>
struct Intrepid2::CubatureDirect< ExecSpaceType, 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.


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