Commit Graph

2 Commits

Author SHA1 Message Date
7e61f36c12 RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
6e393ccbc8 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
2022-07-08 11:40:53 +02:00