Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ geometry
Function
geometry
python/dolfinx/wrappers/geometry.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace dolfinx_wrappers
12
{
13
void geometry(nb::module_& m)
14
{
15
declare_bbtree<float>(m,
"float32"
);
16
declare_bbtree<double>(m,
"float64"
);
17
}
18
} // namespace dolfinx_wrappers
Callers
1
NB_MODULE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected