no EPS method for associating RG for type 'ciss' solver

Issue #20 resolved
Johnnie Gray created an issue

Hi, it seems there is no way (or default value) for setting an RG for use with the 'ciss' type EPS other than setFromOptions.

For example this is not possible now:

# ...
R = SLEPc.RG(); R.create()
R.setType('ellipse')  # etc...
E = SLEPc.EPS(); E.create()
E.setType('ciss')
E.setRG(R)  # does not exist
# ...

Not a huge an issue but would allow all solvers to be used without the command-line arguments interface, though maybe that is not a priority.

Comments (4)

  1. Log in to comment