We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9fea7 commit 0c0946eCopy full SHA for 0c0946e
src/numerics/petsc_preconditioner.C
@@ -136,7 +136,7 @@ void PetscPreconditioner<T>::set_petsc_preconditioner_type (const Preconditioner
136
137
default:
138
libMesh::err << "ERROR: Unsupported PETSC Preconditioner: "
139
- << preconditioner_type << std::endl
+ << Utility::enum_to_string(preconditioner_type) << std::endl
140
<< "Continuing with PETSC defaults" << std::endl;
141
}
142
0 commit comments