diff --git a/publications/jocs.md b/publications/jocs.md new file mode 100644 index 0000000..6ce075c --- /dev/null +++ b/publications/jocs.md @@ -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/) diff --git a/research.qmd b/research.qmd index 7b2cb77..3cc58ed 100644 --- a/research.qmd +++ b/research.qmd @@ -3,11 +3,15 @@ title: "Research" --- ## Software + ### [Decapodes.jl](https://algebraicjulia.github.io/Decapodes.jl/stable/) Decapodes are a graphical tool for the composition of physical systems. Ultimately, this library will include tooling which takes advantage of the formalization of physical theories described by DEC provided by CombinatorialSpaces.jl. +Links: + +- [Journal of Computational Science](publications/jocs.md) ### [AlgebraicControl.jl](https://github.com/AlgebraicJulia/AlgebraicControl.jl.git)