49 #ifndef __INTREPID2_CUBATURE_DIRECT_LINE_GAUSSJACOBI20_HPP__
50 #define __INTREPID2_CUBATURE_DIRECT_LINE_GAUSSJACOBI20_HPP__
52 #include "Intrepid2_ConfigDefs.hpp"
60 template<
typename ExecSpaceType = void,
61 typename pointValueType = double,
62 typename weightValueType =
double>
64 :
public CubatureDirect<ExecSpaceType,pointValueType,weightValueType> {
69 typedef typename CubatureDirect<ExecSpaceType,pointValueType,weightValueType>::pointViewType pointViewType;
70 typedef typename CubatureDirect<ExecSpaceType,pointValueType,weightValueType>::weightViewType weightViewType;
74 static constexpr ordinal_type cubatureDataStaticSize=12;
93 return "CubatureDirectLineGaussJacobi20";