Skip to content

Commit

Permalink
Create jocs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfairbanks committed Jun 13, 2024
1 parent 028c958 commit 9438bfa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions research/jocs.md
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/)

0 comments on commit 9438bfa

Please sign in to comment.