Skip to content

Commit 12829c4

Browse files
authored
Update partial_differential_equation_solvers.md
1 parent c3d9dc0 commit 12829c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/highlevels/partial_differential_equation_solvers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ approximating functions in basis sets. One particular use case is with spectral
6363
basis sets, such as Chebyshev functions and Fourier decompositions, making it easy
6464
to represent spectral and pseudospectral discretizations of partial differential equations
6565
as ordinary differential equations for the SciML equation solvers.
66+
## Decapodes.jl: Discrete Exterior Calculus Applied to Partial and Ordinary Differential Equation Systems
67+
68+
[Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl) is a computational physics framework based
69+
on the Discrete Exterior Calculus (DEC). It uses structure preserving discretization methods from the DEC
70+
to simulate multiphysics problems. Feature include solving PDEs on triangulated manifolds, a strongly
71+
typed equation representation that can help ensure correctness of simulations, and compositional methods
72+
for specifying multi-physics problems.
6673

6774
## Ferrite.jl: Finite Element Toolbox for Julia
6875

0 commit comments

Comments
 (0)