ctkelley/SIAMFANLEquations.jl: v0.3.0
Description
Updates since 0.2.3
Elliptic PDE test problem: New PDE example for Chapter 2
Chapter 2: Convection-Diffusion example with nsol.jl is done. This mess is in the notebooks and in src/TestProblems/Systems/EllipticPDE.jl src/Examples/NsolPDE.jl
Chapter 3: nsoli.jl is here. It does Newton-GMRES without restarts for now, but it works and can duplicate the results in my older books. uses kl_gmres.jl H-equation and PDE examples from older books work and are in the notebook.
Fast Poisson Solver preconditioner via FFT: (fish2d.jl, Pfish2d.jl, Pvec2d.jl) lives in src/TestProblems/Systems/PDE_Tools.jl
GMRES Linear Solver: Linear solvers live in src/Solvers/LinearSolvers kl_gmres.jl is a new linear solver and is working. Uses Orthogonalize!.jl which defaults to classical Gram-Schmidt twice.
0.3.1 ships when pseudo-transient continuation with GMRES linear solvers is working and the notebooks are in better shape.
Files
ctkelley/SIAMFANLEquations.jl-v0.3.0.zip
Files
(448.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:dd84e2e1fec1dff24a3c18704b7976e2
|
448.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ctkelley/SIAMFANLEquations.jl/tree/v0.3.0 (URL)