36
36
/// Interpolate function to vertices of mesh
39
39
/// Interpolate function to finite element space on cell
40
40
void interpolate(real coefficients[],
44
44
/// Evaluate function at given point
45
45
void eval(real* values, const real* x) const;