Solving partial differential equations (PDEs) using https://
Other PDE packages¶
https://
github .com /Ferrite -FEM /Ferrite .jl (Finite Element method) https://
github .com /WaterLily -jl /WaterLily .jl for fluid dynamics.
PDE courses¶
UDEs¶
Universal Differential Equations (UDEs) are hybrids of differential equations and neural networks.
https://
github .com /SciML /DiffEqFlux .jl : fusing differential equations ( DifferentialEquations.jl) and neural networks (Lux.jl).https://
github .com /SciML /NeuralPDE .jl : physics-Informed Neural Networks (PINN) Solvers, learning and building the equations from the ground up. NeuralPDE.jlis slower thanDiffEqFlux.jl.