Skip to content
Snippets Groups Projects
Commit 7d1f54d4 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

use "-pep_view" from command line instead

parent 810c0f12
No related branches found
No related tags found
1 merge request!51Nleigs
Pipeline #1945 passed
...@@ -765,7 +765,7 @@ static void _polynomialEVP(struct DofData * DofData_P, int numEigenValues, ...@@ -765,7 +765,7 @@ static void _polynomialEVP(struct DofData * DofData_P, int numEigenValues,
Message::Error("SLEPc diverged after %d iterations", its); Message::Error("SLEPc diverged after %d iterations", its);
else if(reason == PEP_DIVERGED_BREAKDOWN) else if(reason == PEP_DIVERGED_BREAKDOWN)
Message::Error("SLEPc generic breakdown in method"); Message::Error("SLEPc generic breakdown in method");
_try(PEPView(pep, PETSC_VIEWER_STDOUT_SELF)); // _try(PEPView(pep, PETSC_VIEWER_STDOUT_SELF));
// get number of converged approximate eigenpairs // get number of converged approximate eigenpairs
PetscInt nconv; PetscInt nconv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment