Hi, I am solving a generalized eigenvalue problem using spectrum slicing. I am using this example (http://slepc.upv.es/documentation/current/src/eps/examples/tutorials/ex25.c.html) as it is. Part of the code is:
ierr =EPSKrylovSchurSetDetectZeros<http://slepc.upv.es/documentation/current/docs/manualpages/EPS/EPSKrylovSchurSetDetectZeros.html#EPSKrylovSchurSetDetectZeros>(eps,PETSC_TRUE);CHKERRQ(ierr); But I am getting the following: [0]PETSC ERROR: Mismatch between number of values found and information from inertia, consider using EPSKrylovSchurSetDetectZeros() [0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting. It seems the input PETSC_TRUE is not working for EPSKrylovSchurSetDetectZeros(). Any idea? M Hassan
