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