I'm solving a non linear problem and I get this error:
UMFPACK V5.4.0 (May 20, 2009): ERROR: out of memory
Traceback (most recent call last):
File "CH_BC_Tdip.py", line 170, in
solver.solve(problem, u.vector())
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
*** fenics@fenicsproject.org
*** 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'.
*** Reason: PETSc error code is: 76.
*** Where: This error was encountered inside /build/buildd/dolfin-1.4.0+dfsg/dolfin/la/PETScLUSolver.cpp.
*** Process: unknown
*** DOLFIN version: 1.4.0
*** Git changeset: unknown
How can I fix it? Is it related to the memory of the computer or something else??
Thanks
Cristina