Intrepid2
Public Attributes | List of all members
Intrepid2::CubatureDirect< DeviceType, 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 DeviceType = void, typename pointValueType = double, typename weightValueType = double>
struct Intrepid2::CubatureDirect< DeviceType, pointValueType, weightValueType >::CubatureDataStatic

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

Definition at line 83 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 >::CubatureDataStatic::numPoints_

◆ points_

template<typename DeviceType = void, typename pointValueType = double, typename weightValueType = double>
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.

◆ weights_

template<typename DeviceType = void, typename pointValueType = double, typename weightValueType = double>
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.


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