spectre.mesh_gen

Generate SPECTRE meshes and interface guesses from a SPECTRE object’s state.

The two public generators are gen_infaces() (nested internal interface guesses) and gen_mesh_external() (external mesh harmonics). All routines are re-exported here so they can be reached as spectre.mesh_gen.XXX; the implementation is split across two submodules by concern:

Note: the top-level spectre package deliberately exposes only gen_infaces() and gen_mesh_external().

Submodules