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

Method geometry

python/dolfinx/mesh.py:440–442  ·  view source on GitHub ↗

Mesh geometry.

(self)

Source from the content-addressed store, hash-verified

438
439 @property
440 def geometry(self) -> Geometry[Real]:
441 """Mesh geometry."""
442 return self._geometry
443
444
445class MeshTags:

Callers 15

declare_objectsFunction · 0.80
read_meshMethod · 0.80
create_tnt_quadFunction · 0.80
generation.cppFile · 0.80
test_read_named_meshtagsFunction · 0.80
test_create_boxFunction · 0.80
test_distributed_meshFunction · 0.80
interval.cppFile · 0.80
interpolateMethod · 0.80
evalMethod · 0.80
discrete_curlFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_read_named_meshtagsFunction · 0.64
test_create_boxFunction · 0.64
test_distributed_meshFunction · 0.64