40 namespace LocalRegions
46 StdRegions::StdPointExp(),
61 ASSERTL1(coords_0.num_elements() > 0,
62 "Coords_0 is of insufficient size.");
64 "Coords_1 is of insufficient size.");
66 "Coords_2 is of insufficient size.");
76 v->GetCoords(coords_0[0], coords_1[0], tmp);
79 v->GetCoords(coords_0[0], coords_1[0], coords_2[0]);
PointExp(const SpatialDomains::PointGeomSharedPtr &m_geom)
void GetCoords(NekDouble &x, NekDouble &y, NekDouble &z)
SpatialDomains::GeometrySharedPtr m_geom
virtual void v_GetCoords(Array< OneD, NekDouble > &coords_0, Array< OneD, NekDouble > &coords_1, Array< OneD, NekDouble > &coords_2)
#define ASSERTL1(condition, msg)
Assert Level 1 – Debugging which is used whether in FULLDEBUG or DEBUG compilation mode...
boost::shared_ptr< PointGeom > PointGeomSharedPtr