Skip to content
Snippets Groups Projects
Forked from Andreas Klöckner / grudge
1239 commits behind the upstream repository.
Andreas Klöckner's avatar
Andreas Klöckner authored
Centralize decision on group factories (thanks @eshoag2 for the idea) (Fixes #6 on gitlab)

Closes #6

See merge request inducer/grudge!13
12655d63
History

grudge

grudge helps you discretize discontinuous Galerkin operators, quickly and accurately.

It relies on

  • numpy for arrays
  • modepy for modes and nodes on simplices
  • meshmode for modes and nodes on simplices
  • loopy for fast array operations
  • leap for time integration
  • dagrt as an execution runtime
  • pytest for automated testing

and, indirectly,

  • PyOpenCL as computational infrastructure

PyOpenCL is likely the only package you'll have to install by hand, all the others will be installed automatically.

https://badge.fury.io/py/grudge.png

Resources: