generated from AlgebraicJulia/quarto-website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
028c958
commit 9438bfa
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Decapodes: A diagrammatic tool for representing, composing, and computing spatialized partial differential equations" | ||
image: https://ars.els-cdn.com/content/image/1-s2.0-S1877750324001388-gr1_lrg.jpg | ||
about: | ||
template: solana | ||
--- | ||
|
||
## Abstract | ||
|
||
We present Decapodes, a diagrammatic tool for representing, composing, and solving partial differential equations. Decapodes provides an intuitive diagrammatic representation of the relationships between variables in a system of equations, a method for composing systems of partial differential equations using an operad of wiring diagrams, and an algorithm for deriving solvers using hypergraphs and string diagrams. The string diagrams are in turn compiled into executable programs using the techniques of categorical data migration, graph traversal, and the discrete exterior calculus. The generated solvers produce numerical solutions consistent with state-of-the-art open source tools as demonstrated by benchmark comparisons with SU2. These numerical experiments demonstrate the feasibility of this approach to multiphysics simulation and identify areas requiring further development. | ||
|
||
## Keywords | ||
|
||
Multiphysics, Discrete exterior calculus, Numerical methods, Operad algebras | ||
|
||
## Links | ||
|
||
- [Journal](https://www.sciencedirect.com/science/article/pii/S1877750324001388) | ||
- [Code](https://github.com/AlgebraicJulia/Decapodes.jl) | ||
- [Docs](https://algebraicjulia.github.io/Decapodes.jl/dev/) |