36 #ifndef NODALQUADELEC_H
37 #define NODALQUADELEC_H
44 #include <boost/shared_ptr.hpp>
48 namespace LibUtilities
82 #endif // NodalQuadElec
static const PointsKey NullPointsKey(0, eNoPointsType)
NodalQuadElec(const PointsKey &key)
static boost::shared_ptr< PointsBaseType > Create(const PointsKey &key)
void CalculateDerivMatrix()
#define LIB_UTILITIES_EXPORT
Defines a specification for a set of points.
Array< OneD, NekDouble > m_ew
1D GLL weights
Array< OneD, NekDouble > m_e0
1D GLL points
Stores a set of points of datatype DataT, defined by a PointKey.