EnrichedFunctionSpace

dolfin.functions.functionspace.EnrichedFunctionSpace(spaces)

Create enriched finite element function space.

Arguments
spaces
a list (or tuple) of FunctionSpaces.
Usage

The function space may be created by

V = EnrichedFunctionSpace(spaces)