16 #ifndef __INTREPID2_CUBATURE_DIRECT_TRI_SYMMETRIC_HPP__
17 #define __INTREPID2_CUBATURE_DIRECT_TRI_SYMMETRIC_HPP__
19 #include "Intrepid2_ConfigDefs.hpp"
31 template<
typename DeviceType = void,
32 typename pointValueType = double,
33 typename weightValueType =
double>
35 :
public CubatureDirect<DeviceType,pointValueType,weightValueType> {
40 typedef typename CubatureDirect<DeviceType,pointValueType,weightValueType>::PointViewType PointViewType;
41 typedef typename CubatureDirect<DeviceType,pointValueType,weightValueType>::weightViewType weightViewType;
46 static constexpr ordinal_type cubatureDataStaticSize=51;
65 return "CubatureDirectTriSymmetric";
virtual const char * getName() const override
Returns cubature name.
Definition file for the Intrepid2::CubatureDirectTriSymmetric class.
Defines direct cubature (integration) rules in Intrepid.
Cubature data is defined on the host space and is static.
Cubature data is defined on exec space and deep-copied when an object is created. ...
CubatureDirectTriSymmetric(const ordinal_type degree=0)
Constructor.
static const CubatureDataStatic cubatureDataStatic_[cubatureDataStaticSize]
Complete set of data defining default cubature rules on a triangle.
Header file for the Intrepid2::CubatureDirect class.