Skip to content
Snippets Groups Projects
Commit 21d9086a authored by Hamza Oukili's avatar Hamza Oukili
Browse files

Merge branch 'cherry-pick-512f1d84' into 'releases/3.7'

Merge branch 'fix/changesolver-to-sequential' into 'master'

See merge request !3550
parents 2ac74922 ecc223e0
No related branches found
No related tags found
1 merge request!3550Merge branch 'fix/changesolver-to-sequential' into 'master'
Pipeline #31567 passed
Pipeline: dumux

#31572

    Pipeline: dumux

    #31571

      Pipeline: dumux

      #31570

        +2
        ......@@ -134,7 +134,7 @@ int main(int argc, char** argv)
        // the linear solver
        using LinearSolver = Dumux::UzawaBiCGSTABIstlSolver<
        LinearSolverTraits<GridGeometry>, LinearAlgebraTraitsFromAssembler<Assembler>
        SeqLinearSolverTraits, LinearAlgebraTraitsFromAssembler<Assembler>
        >; // if rho \neq 1, use UMFPack rather than BIGCStab
        auto linearSolver = std::make_shared<LinearSolver>();
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment