MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / mesh

Method mesh

python/dolfinx/fem/function.py:840–842  ·  view source on GitHub ↗

Mesh on which the function space is defined.

(self)

Source from the content-addressed store, hash-verified

838
839 @property
840 def mesh(self) -> Mesh[Real]:
841 """Mesh on which the function space is defined."""
842 return self._mesh
843
844 def collapse(self) -> tuple[FunctionSpace[Real], list[npt.NDArray[np.int32]]]:
845 """Create a new function space by collapsing a subspace.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected