DOLFIN
DOLFIN C++ interface
|
#include <LagrangeInterpolator.h>
Static Public Member Functions | |
static void | interpolate (Function &u, const Expression &u0) |
static void | interpolate (Function &u, const Function &u0) |
This class interpolates efficiently from a GenericFunction to a Lagrange Function
|
static |
Interpolate Expression
Arguments u (Function) The resulting Function u0 (Expression) The Expression to be interpolated.