34
34
/// Interpolate function to vertices of mesh
37
37
/// Interpolate function to finite element space on cell
38
38
void interpolate(real* coefficients,
42
42
/// Evaluate function at given point
43
43
void eval(real* values, const real* x) const;