35
35
virtual uint dim(uint i) const = 0;
37
37
/// Interpolate function to vertices of mesh
40
40
/// Interpolate function to finite element space on cell
41
41
virtual void interpolate(real* coefficients,
45
45
/// Evaluate function at given point
46
46
virtual void eval(real* values, const real* x) const = 0;