OptimalDesignLab / PDESolver.jl

A Julia-based solver for partial-differential equations.
Other
13 stars 5 forks source link

rhs/res handling in Newton #72

Open ashleaRPI opened 7 years ago

ashleaRPI commented 7 years ago

Newton should be using exclusively 'rhs' for all variables pertaining to the RHS that it is solving, which may or may not be its residual.

JaredCrean2 commented 7 years ago

@ashleaRPI Have we thoroughly fixed this already, or is there more to do? I remember going through Newton looking for this, but I can't remember if it was before or after this issue was created.