JuliaIBPM / ViscousFlow.jl

A framework for simulating viscous incompressible flows about arbitrary body shapes.
https://JuliaIBPM.github.io/ViscousFlow.jl/latest
Other
100 stars 28 forks source link

Completely rewritten module for saddle point solvers #20

Closed jdeldre closed 4 years ago

jdeldre commented 4 years ago

The previous saddle point solver module was cumbersome, clumsily coded, and not as flexible as it should have been for handling different types of operators and input vectors. This new version should be easier to use. A notebook has been created (examples/Saddle point problems.ipynb) that demonstrates its use.