MANAPY is a Python 3 Library for Finite Volume using unstructured grids.
*Python3:
sudo apt-get install python3 python3-dev
*pip3:
sudo apt-get install python3-pip
*All non-Python dependencies can be installed by following the instructions for the pyccel library
*Standard mode:
python3 -m pip install .
*Development mode:
python3 -m pip install --user -e .
*Whichever the install mode:
python3 -m pip uninstall manapy
./run_pyccel.sh
python3 -m pytest manapy -m "not parallel"
To use Mumps solver
sudo apt install libmumps-ptscotch-dev && pip install pymumps
To use petsc4py solver