I am using fencis and executing my script with the dolfin version 2017.1.0, I get the following error when using solver:
File "/home/divyat/anaconda/lib/python3.6/site-packages/dolfin/fem/solving.py", line 300, in solve
_solve_varproblem(*args, **kwargs)
File "/home/divyat/anaconda/lib/python3.6/site-packages/dolfin/fem/solving.py", line 349, in _solve_varproblem
solver.solve()
RuntimeError:
*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
***
***
*** Remember to include the error message listed below and, if possible,
*** include a *minimal* running example to reproduce the error.
***
*** -------------------------------------------------------------------------
*** Error: Unable to successfully call PETSc function 'KSPSolve'.
*** Where: This error was encountered inside /feedstock_root/build_artefacts/fenics_1505643966928/work/dolfin-2017.1.0/dolfin/la/PETScKrylovSolver.cpp.
*** Process: 0
***
*** DOLFIN version: 2017.1.0
*** Git changeset: 368b07a8b3c7fa8acb10fa50a1ae933af9767081
*** -------------------------------------------------------------------------