Geode-Background is a module from Geode-solutions for building background meshes used in mesh generation and numerical simulation. It is part of the OpenGeode ecosystem, currently at version 9.12.0, with a stable release cadence aligned with the Geode platform.
pip install geode-backgroundVerified import paths — ran on the pinned version, not inferred.
Basic usage: import BackgroundCreator, create a background mesh from a bounding box.
Use `from geode_background import BackgroundCreator` and instantiate with `BackgroundCreator().create_*()` methods.
Use `from geode_background.background_mesh import BackgroundMesh` instead.
Install pre-built wheels via conda: `conda install -c geode-solutions geode-background`