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

msg

parent 1cf98c66
No related branches found
No related tags found
1 merge request!55Nleig
Pipeline #2457 passed
...@@ -603,10 +603,10 @@ static void _quadraticEVP(struct DofData * DofData_P, int numEigenValues, ...@@ -603,10 +603,10 @@ static void _quadraticEVP(struct DofData * DofData_P, int numEigenValues,
PetscScalar shift = shift_r + PETSC_i * shift_i; PetscScalar shift = shift_r + PETSC_i * shift_i;
#else #else
PetscScalar shift = shift_r; PetscScalar shift = shift_r;
Message::Warning("Imaginary part of shift discarded: use PETSc with complex numbers");
#endif #endif
_try(PEPSetTarget(pep, shift)); _try(PEPSetTarget(pep, shift));
// _try(PEPMonitorSet(pep, _myPepMonitor, PETSC_NULL, PETSC_NULL)); // _try(PEPMonitorSet(pep, _myPepMonitor, PETSC_NULL, PETSC_NULL));
// //
// // shift // // shift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment