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
Advanced Computational Language.
vector< acl::VectorOfElements > corners
VectorOfElements initTInv
void init(vector< VectorOfElements > &p)
VectorOfElements in(const VectorOfElements &p)
VectorOfElements interpolate(const VectorOfElements &p, const VectorOfElements &f)
VectorOfElements getCordinates(const VectorOfElements &p)
VectorOfElements gradient(const VectorOfElements &f)