Skip to content
Snippets Groups Projects
Commit 6e393ccb authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: runTime selectable disabling of matrix norm (#2500)

For example,

    T
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-6;
        norm            none;
    }

STYLE: define defaultMaxIter, defaultTolerance directly in lduMatrix
parent ba49415d
No related merge requests found
Showing
with 319 additions and 208 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment