Skip to content

pyccel/manapy

Repository files navigation

Build Status

MANAPY is a Python 3 Library for Finite Volume using unstructured grids.

Requirements


*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

Installing the library


*Standard mode:

python3 -m pip install .

*Development mode:

python3 -m pip install --user -e .

Uninstall


*Whichever the install mode:

python3 -m pip uninstall manapy

pyccelize functions

./run_pyccel.sh

Running tests


python3 -m pytest  manapy -m "not parallel"

To use Mumps solver

sudo apt install libmumps-ptscotch-dev && pip install pymumps

To use petsc4py solver

https://petsc.org/release/install/

Releases

No releases published

Packages

No packages published

Languages