Skip to content

WagnerMatheus/pymor-deal.II

 
 

Repository files navigation

Requirements

deal.II with development headers

Usage

git clone --recurse-submodules https://github.com/pymor/pymor-deal.II
cd pymor-deal.II
python -m pip install pymor
python -m pip install -e .
python test/demo.py

Development notes

We have a pre-commit config that is also run/checked in CI. Python source is formatted with black. C++ source is formatted with clang-format.

Dependencies for running the test suite can be installed with

python -m pip install -r ./.ci/requirements-ci.txt

About

deal.II python bindings for usage with pymor (http://pymor.org/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 66.9%
  • C++ 24.8%
  • CMake 5.4%
  • Makefile 1.1%
  • Other 1.8%