pyoomph._pyoomph_core module
This is the pybind11-based coupling between the compiled C++ core and the Python frontend of pyoomph.
Several classes here are only the low-level pybind11 base; pyoomph wraps them in a Python
subclass of the same name elsewhere (e.g. pyoomph.meshes.mesh.ODEStorageMesh),
which is the one actually used from Python and documented on its own page. Those shadowed
base classes are excluded below to avoid duplicate, ambiguous documentation.