We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a825a8 commit 4e433b8Copy full SHA for 4e433b8
README.md
@@ -1 +1,13 @@
1
# DiscreteDifferentialGeometry
2
+
3
+A Haskell package for exploring discrete differential geometry (DDG). This is
4
+very much a playground and doesn't have a clear distinction between being
5
+oriented towards pure mathematical explorations (e.g., infinite complexes) and
6
+more concrete computational explorations (e.g., performant mesh processing
7
+code).
8
9
10
+A guide:
11
12
+1. `src/SComplex.hs` - Simplical complexes
13
+2. `src/Exterior.hs` - Discrete Exterior Calculus / Discrete Differential Forms
0 commit comments