24 #ifndef ASLBARYCENTRIC_H
25 #define ASLBARYCENTRIC_H
realize Barycentric algoritms for trianles generated within Kernel
std::vector< AVec<> > corners
double interpolate(const AVec<> &p, const AVec<> &f)
void init(std::vector< AVec<>> &p)
Barycentric(std::vector< AVec<>> &p)
AVec gradient(const AVec<> &f)
AVec getCordinates(const AVec<> &p)
Advanced Simulation Library.