Cannot set target for PEP problem

Issue #25 resolved
Jérémy Rekier created an issue

The following bit of code produces the following error

tau = 0 + 1.1*1j
E.setWhichEigenpairs(SLEPc.PEP.Which.TARGET_REAL)
E.setTarget(tau)
  File "test.py", line 130, in <module>
    E.setTarget(tau)
AttributeError: 'slepc4py.SLEPc.PEP' object has no attribute 'setTarget'

Comments (4)

  1. Jérémy Rekier reporter

    Had to reset my whole installation. I get the same error again.

    Is it still not implemented in the release version ? Do I still need to use the development one ?

    Thanks and cheers

  2. Lisandro Dalcin

    You can build slepc4py/maint with release tarballs of petsc4py/petsc/slecp (or the xxx/maint branch of any of them).

  3. Log in to comment