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

Method dim

python/dolfinx/mesh.py:311–313  ·  view source on GitHub ↗

Dimension of the Euclidean coordinate system.

(self)

Source from the content-addressed store, hash-verified

309
310 @property
311 def dim(self):
312 """Dimension of the Euclidean coordinate system."""
313 return self._cpp_object.dim
314
315 @property
316 def dofmaps(self) -> list[npt.NDArray[np.int32]]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected