40 namespace LocalRegions
46 StdRegions::StdPointExp(),
58 Array<OneD, NekDouble> &coords_1,
59 Array<OneD, NekDouble> &coords_2)
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]);