Hi all,
I am running FEniCS 1.5 (MacOS precompiled binaries), and I can't find a way to call PETScSNESSolver.
I tried:
import dolfin
help(dolfin.PETScSNESSolver)
and
import dolfin
help(dolfin.cpp.la.PETScSNESSolver)
But I get the error
Traceback (most recent call last): File "", line 1, in
AttributeError: 'module' object has no attribute
'PETScSNESSolver'
in both cases.
Is there a way I can call PETScSNESSolver from NonlinearVariationalSolver by passing some additional parameters?