LagrangeInterpolator¶
-
class
dolfin.cpp.function.LagrangeInterpolator¶ Bases:
objectThis class interpolates efficiently from a
GenericFunctionto aLagrangeFunction-
static
interpolate()¶ Interpolate function (on possibly non-matching meshes) Arguments u (
Function) The resultingFunctionu0 (Function) TheFunctionto be interpolated.Parameters: - & u (Function) –
- Function & u0 (const) –
Return type: void
-
thisown¶ The membership flag
-
static