modepy: Basis Functions and Node Sets for Interpolation ======================================================= .. image:: https://gitlab.tiker.net/inducer/modepy/badges/master/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/modepy/commits/master .. image:: https://dev.azure.com/ak-spam/inducer/_apis/build/status/inducer.modepy?branchName=master :alt: Azure Build Status :target: https://dev.azure.com/ak-spam/inducer/_build/latest?definitionId=1&branchName=master .. image:: https://badge.fury.io/py/modepy.png :alt: Python Package Index Release Page :target: https://pypi.org/project/modepy/ modepy helps you create well-behaved high-order discretizations on simplices (i.e. triangles and tetrahedra). These are a key building block for high-order unstructured discretizations, as often used in a finite element context. It closely follows the approach taken in the book Hesthaven, Jan S., and Tim Warburton. "Nodal Discontinuous Galerkin Methods: Algorithms, Analysis, and Applications". 1st ed. Springer, 2007. `Book web page `_ Resources: * `documentation `_ * `wiki home page `_ * `source code via git `_