24 #ifndef ACLBARYCENTRIC_H
25 #define ACLBARYCENTRIC_H
40 vector<acl::VectorOfElements>
corners;
42 MatrixOfElements
tInv;
46 void init(vector<VectorOfElements> & p);
49 VectorOfElements
interpolate(
const VectorOfElements & p,
50 const VectorOfElements & f);
51 VectorOfElements
in(
const VectorOfElements & p);
52 VectorOfElements
gradient(
const VectorOfElements & f);
57 #endif // ACLBARYCENTRIC_H