Skip to content

Commit

Permalink
update solver
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Oct 10, 2023
1 parent ff494e1 commit 59da7c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/input_files/FallingSpheres_Multigrid.dat
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
#===============================================================================
# Solver options
#===============================================================================
SolverType = multigrid # solver [direct or multigrid]
MGLevels = 4 # number of MG levels [default=3]
MGSweeps = 10 # number of MG smoothening steps per level [default=10]
MGSmoother = chebyshev # type of smoothener used [chebyshev or jacobi]
MGCoarseSolver = mumps # coarse grid solver [direct/mumps/superlu_dist or redundant - more options specifiable through the command-line options -crs_ksp_type & -crs_pc_type]
SolverType = multigrid # solver [direct or multigrid]
MGLevels = 4 # number of MG levels [default=3]
MGSweeps = 10 # number of MG smoothening steps per level [default=10]
MGSmoother = chebyshev # type of smoothener used [chebyshev or jacobi]
MGCoarseSolver = superlu_dist # coarse grid solver [direct/mumps/superlu_dist or redundant - more options specifiable through the command-line options -crs_ksp_type & -crs_pc_type]


#===============================================================================
Expand Down

0 comments on commit 59da7c6

Please sign in to comment.