Install system dependencies (macOS)
brew install suite-sparse swigCreate and activate a virtual environment (from project root)
python3 -m venv venv
source venv/bin/activateNavigate to the Python package directory
cd src/adaptiveMFD_pythonInstall required Python packages
pip install .Run the code
python main.py- VTU files for visualization (cell classification) in ParaView are written to
output_fault/ - Solver error tables are printed in the terminal
- Relative error plots are displayed using matplotlib