specfem

namespace specfem

Core SPECFEM++ library namespace.

Contains spectral element method solver components, mesh structures, material models, I/O utilities, and program execution interfaces.

Example usage:

# Default
export PATH=/to/SPECFEMPP/bin:$PATH
# or with cmake --preset <preset_name>
export PATH=/to/SPECFEMPP/bin/<preset_name>:$PATH

specfem --help