Skip to content

chauj96/mfd_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Running the Python version (src/adaptiveMFD_python)

Install system dependencies (macOS)

brew install suite-sparse swig

Create and activate a virtual environment (from project root)

python3 -m venv venv
source venv/bin/activate

Navigate to the Python package directory

cd src/adaptiveMFD_python

Install required Python packages

pip install .

Run the code

python main.py

Output

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors