Skip to content

Remove PETSc unused option warnings for linear FV #31854

@lindsayad

Description

@lindsayad

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions