LagrangeInterpolator¶
-
class
dolfin.cpp.function.LagrangeInterpolator¶ Bases:
objectThis class interpolates efficiently from a GenericFunction to a Lagrange Function
-
interpolate()¶ Overloaded versions
interpolate(u, u0)
Interpolate Expression
- Arguments
- u (
Function) The resulting Function
- u0 (
Expression) The Expression to be interpolated.
- u (
interpolate(u, u0)
Interpolate function (on possibly non-matching meshes)
-
thisown¶ The membership flag
-