Skip to content

Commit

Permalink
Update nonlinear channel flow to use AMG
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Nov 22, 2024
1 parent 260ed9a commit c938b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set Additional shared libraries = libsimple_nonlinear.so
subsection Solver parameters
subsection Stokes solver parameters
set Linear solver tolerance = 1e-5
set Stokes solver type = block AMG
end

subsection Newton solver parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set Additional shared libraries = libsimple_nonlinear.so
subsection Solver parameters
subsection Stokes solver parameters
set Linear solver tolerance = 1e-15
set Stokes solver type = block AMG
end

subsection Newton solver parameters
Expand Down

0 comments on commit c938b83

Please sign in to comment.