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

Copied f vector into tmp before making saddle point solution #13

Closed jdeldre closed 4 years ago

jdeldre commented 4 years ago

In the ldiv! operations in the saddle-point solver, copies the constraint part of the right-hand side into a temporary variable to avoid mutating it.

Fixes #12