1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.. meshplex documentation master file, created by
sphinx-quickstart on Mon Apr 29 10:54:58 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
meshplex --- Simplex meshes for Python
======================================
meshplex computes all sorts of interesting points, areas, and volumes in triangular and
tetrahedral meshes, with a focus on efficiency. Useful in many contexts, e.g.,
finite-element and finite-volume computations.
For a quickstart, checkout `meshplex's GitHubPage <//github.com/nschloe/meshplex>`_.
Overview of classes and functions
---------------------------------
.. automodule:: meshplex
:members:
|