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

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.
 

Detailed Description

template<typename ExecSpaceType = void, typename pointValueType = double, typename weightValueType = double>
struct Intrepid2::CubatureDirect< ExecSpaceType, pointValueType, weightValueType >::CubatureDataStatic

Cubature data is defined on the host space and is static.

Definition at line 83 of file Intrepid2_CubatureDirect.hpp.


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