Skip to content

Commit

Permalink
Merge pull request #225 from termi-official/do/more-pde-package-docs
Browse files Browse the repository at this point in the history
More PDE docs
  • Loading branch information
ChrisRackauckas authored Apr 8, 2024
2 parents dbea39a + ed7510e commit b14a434
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/highlevels/partial_differential_equation_solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ should receive better performance using MethodOflines.jl.

# Third-Party Libraries to Note

A more exhaustive list of Julia PDE packages can be found here: https://github.com/JuliaPDE/SurveyofPDEPackages

## ApproxFun.jl: Automated Spectral Discretizations

[ApproxFun.jl](https://github.com/JuliaApproximation/ApproxFun.jl) is a package for
Expand All @@ -62,6 +64,14 @@ basis sets, such as Chebyshev functions and Fourier decompositions, making it ea
to represent spectral and pseudospectral discretizations of partial differential equations
as ordinary differential equations for the SciML equation solvers.

## Ferrite.jl: Finite Element Toolbox for Julia

[Ferrite.jl](https://github.com/Ferrite-FEM/Ferrite.jl) is a performant and extensible
library which provides algorithms and data structures to develop finite element software.
This library aims at users which need fine grained control over all algorithmic details,
as for example often necessary in research when developing new grid-based PDE discretizations
or other more advanced problem formulations for example found in continuum mechanics.

## Gridap.jl: Julia-Based Tools for Finite Element Discretizations

[Gridap.jl](https://github.com/gridap/Gridap.jl) is a package for grid-based approximation
Expand Down

0 comments on commit b14a434

Please sign in to comment.