Extrapolation

class dolfin.cpp.fem.Extrapolation

Bases: object

This class implements an algorithm for extrapolating a function on a given function space from an approximation of that function on a possibly lower-order function space.

This can be used to obtain a higher-order approximation of a computed dual solution, which is necessary when the computed dual approximation is in the test space of the primal problem, thereby being orthogonal to the residual.

It is assumed that the extrapolation is computed on the same mesh as the original function.

static extrapolate(*args)

Compute extrapolation w from v

thisown

The membership flag