Skip to content

Commit 4e433b8

Browse files
committed
readme
1 parent 5a825a8 commit 4e433b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# 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

Comments
 (0)