Bases: dolfin.cpp.function.FunctionSpace
Base class for all function spaces.
Create function space on given mesh for given finite element.
Return the UFL cell.
Collapse a subspace and return a new function space and a map from new to old dofs
- Arguments
- collapsed_dofs (bool)
- Return the map from new to old dofs
Return the DOLFIN element.
Extract subspace for component
Return the number of sub spaces
Split a mixed functionspace into its sub spaces
Return the i:th cpp.SubSpace
Return the UFL element.