24 #ifndef ACLBARYCENTRIC_H
25 #define ACLBARYCENTRIC_H
46 void init(vector<VectorOfElements> & p);
realizes Barycentric algorithms for triangles generated within Kernel
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 a matrix elements of Element.
The class represents several Element.
Advanced Computational Language.