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

Method dim

python/dolfinx/mesh.py:558–560  ·  view source on GitHub ↗

Topological dimension of the entities.

(self)

Source from the content-addressed store, hash-verified

556
557 @property
558 def dim(self):
559 """Topological dimension of the entities."""
560 return self._cpp_object.dim
561
562 @property
563 def topology(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected