24#ifndef ACLBARYCENTRIC_H
25#define ACLBARYCENTRIC_H
40 vector<acl::VectorOfElements>
corners;
42 MatrixOfElements
tInv;
46 void init(vector<VectorOfElements> & p);
void init(vector< VectorOfElements > &p)
VectorOfElements interpolate(const VectorOfElements &p, const VectorOfElements &f)
VectorOfElements in(const VectorOfElements &p)
VectorOfElements gradient(const VectorOfElements &f)
Barycentric(vector< acl::VectorOfElements > &p)
VectorOfElements initTInv
VectorOfElements getCordinates(const VectorOfElements &p)
vector< acl::VectorOfElements > corners
The class represents several Element.
Advanced Computational Language.