From 0c1d719c296f0cb670bd03d36d8b65a0e4d45b69 Mon Sep 17 00:00:00 2001 From: termi-official Date: Mon, 8 Apr 2024 21:01:37 +0200 Subject: [PATCH 1/2] Add Ferrite to docs page --- .../highlevels/partial_differential_equation_solvers.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/highlevels/partial_differential_equation_solvers.md b/docs/src/highlevels/partial_differential_equation_solvers.md index 70ddac33c05..fa1d2111b9c 100644 --- a/docs/src/highlevels/partial_differential_equation_solvers.md +++ b/docs/src/highlevels/partial_differential_equation_solvers.md @@ -62,6 +62,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 From ed7510e336701c95d8fb28e8e12c40b21a90709e Mon Sep 17 00:00:00 2001 From: termi-official Date: Mon, 8 Apr 2024 21:06:17 +0200 Subject: [PATCH 2/2] Add survey repo --- docs/src/highlevels/partial_differential_equation_solvers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/highlevels/partial_differential_equation_solvers.md b/docs/src/highlevels/partial_differential_equation_solvers.md index fa1d2111b9c..3fb4789acbf 100644 --- a/docs/src/highlevels/partial_differential_equation_solvers.md +++ b/docs/src/highlevels/partial_differential_equation_solvers.md @@ -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