Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Formal supports research on mimetic software abstractions for vector calculus by
Formal's types and operators implement the discrete calculus of [Corbino & Castillo (2020)]:
mimetic discretizations satisfying discrete versions of vector calculus theorems.

Like the underlying numerical methods, Formal's software abstractios mimic their vector calculus counterparts.
Like the underlying numerical methods, Formal's software abstractions mimic their vector calculus counterparts.
For example, given scalar and vector fields $f$ and $\vec{v}$ defined over a unit volume $V = [0,1]^3$ bounded
by a surface area $A$, the program [`example/extended-gauss-divergence.F90`] demonstrates satisfaction of the
extended Gauss divergence theorem:
Expand Down