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)
Barycentric(std::vector< AVec<> > &p)
AVec gradient(const AVec<> &f)
void init(std::vector< AVec<> > &p)
AVec getCordinates(const AVec<> &p)
Advanced Simulation Library.