24 #ifndef ACLBARYCENTRIC_H 25 #define ACLBARYCENTRIC_H 46 void init(vector<VectorOfElements> & p);
57 #endif // ACLBARYCENTRIC_H Advanced Computational Language.
realizes Barycentric algorithms for triangles generated within Kernel
VectorOfElements initTInv
The class represents a matrix elements of Element.
void init(vector< VectorOfElements > &p)
VectorOfElements in(const VectorOfElements &p)
The class represents several Element.
VectorOfElements interpolate(const VectorOfElements &p, const VectorOfElements &f)
VectorOfElements getCordinates(const VectorOfElements &p)
VectorOfElements gradient(const VectorOfElements &f)
vector< acl::VectorOfElements > corners