-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Motivation
There are PETSc unused option warnings at the end of linear FV simulations, like
WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
There are 4 unused database options. They are:
Option left: name:--snes_linesearch_type value: basic source: code
Option left: name:--snes_monitor_cancel (no value) source: code
Option left: name:--snes_type value: ksponly source: code
Option left: name:-PC_HYPRE_TYPE value: boomeramg source: code
These could be distracting and potentially worrying to users
Design
Certainly don't add the SNES options when doing linear fv. Also need to figure out the erroneous hypre warning
Impact
More user confidence in the simulation