36 #ifndef NODALTRIELEC_H
37 #define NODALTRIELEC_H
40 #include <boost/shared_ptr.hpp>
48 namespace LibUtilities
65 "NodalTriElec Points can only interpolate to other 2d "
66 "point distributions");
67 Array<OneD, const NekDouble> x, y;
73 const Array<OneD, const NekDouble>& x,
74 const Array<OneD, const NekDouble>& y)
76 int numpoints = x.num_elements();
83 ::AllocateSharedPtr(numpoints, np, d);
101 const Array<OneD, const NekDouble> &xia,
102 const Array<OneD, const NekDouble> &yia,
103 Array<OneD, NekDouble> &interp);
108 #endif //NODALTRIELEC_H