MCPcopy 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

11namespace dolfinx_wrappers
12{
13void 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_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected