Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
445
class
MeshTags:
Callers
15
declare_objects
Function · 0.80
read_mesh
Method · 0.80
demo_tnt-elements.py
File · 0.80
create_tnt_quad
Function · 0.80
generation.cpp
File · 0.80
test_read_named_meshtags
Function · 0.80
test_create_box
Function · 0.80
test_distributed_mesh
Function · 0.80
interval.cpp
File · 0.80
interpolate
Method · 0.80
eval
Method · 0.80
discrete_curl
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_read_named_meshtags
Function · 0.64
test_create_box
Function · 0.64
test_distributed_mesh
Function · 0.64