Skip to content

Different results of serial and parallel for DG transport equation with upwinding #2656

Discussion options

You must be logged in to vote
  1. Change the KSP type to GMRES so that you can monitor the solve, -ksp_type gmres
  2. Give -ksp_monitor_true_residual
  3. Change to MUMPS which is parallel, -pc_type lu -pc_factor_mat_solver_type mumps. That way it is solved exactly in parallel as well

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lrtfm
Comment options

Answer selected by lrtfm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants