Skip to content

Commit

Permalink
Merge pull request #255 from jpfairbanks/patch-1
Browse files Browse the repository at this point in the history
Add Decapodes as a PDE framework
  • Loading branch information
ChrisRackauckas authored Nov 9, 2024
2 parents c3d9dc0 + 12829c4 commit 3b66ab6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/highlevels/partial_differential_equation_solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ approximating functions in basis sets. One particular use case is with spectral
basis sets, such as Chebyshev functions and Fourier decompositions, making it easy
to represent spectral and pseudospectral discretizations of partial differential equations
as ordinary differential equations for the SciML equation solvers.
## Decapodes.jl: Discrete Exterior Calculus Applied to Partial and Ordinary Differential Equation Systems

[Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl) is a computational physics framework based
on the Discrete Exterior Calculus (DEC). It uses structure preserving discretization methods from the DEC
to simulate multiphysics problems. Feature include solving PDEs on triangulated manifolds, a strongly
typed equation representation that can help ensure correctness of simulations, and compositional methods
for specifying multi-physics problems.

## Ferrite.jl: Finite Element Toolbox for Julia

Expand Down

0 comments on commit 3b66ab6

Please sign in to comment.