DOLFIN together with petsc4py does not compile after exposing NullSpace directly in PETScPreconditioner

Issue #205 resolved
Johan Hake created an issue

Swig is not able to generate compilable code for:

PETScPreconditioner::near_nullspace;

together with petscy4py. A simple fix is just to ignore this method. I have tried to tweak the petsc4py interface but could not a simple fix, which kept the method.

Comments (4)

  1. Johan Hake reporter

    Is it OK to just ignore the method? Is the intention to use it from the Python interface?

  2. Log in to comment