Mentions légales du service

Skip to content
Snippets Groups Projects
index.rst 1.41 KiB

bvpy

Package providing tools to solve BVP (Boundary Value Problem) and IVP (Initial Value Problem).

It rely on FEniCS finite element library and GMSH.

|name|

Coordination: |coord|
Contributors: |contrib|
Active teams: Inria project-team Mosaic
Stable release: |release|
Written in: Python
Supported OS: Linux, Mac OS
Licence: CeCILL-C licence

Requirements

  • Python 3.6+
  • FEniCS
  • GMSH

Installation

  • From sources:
python setup.py develop
conda install -c mosaic -c conda-forge bvpy

Examples

You can find introduction for bvpy :ref:`here<tutorial_example>`