Hi,
I'm constructing a mesh using the CSG. I use this mesh when I try to solve a variational problem (i.e. "solve (a == L, u)")
In 3D, everything is fine, and I can solve my problem.
In 2D, however, the code crashes when I call the solve method.
I receive the following error message:
"Solving linear system of size 855 x 855 using Epetra LU solver (Amesos_Umfpack).
python: /home/oleel/Work/FEniCS/src/trilinos-11.4.1-Source/packages/amesos/src/Amesos_Umfpack.cpp:332: int Amesos_Umfpack::PerformNumericFactorization(): Assertion `status == 0' failed."
Does anyone know what is wrong? If I use the LU solver instead, I doesn't crash, but the "answer" is useless.
As said, in 3D, it works fine, and I am pretty sure that the problem is with the CSG constructer for 2D.
I run dolfin 1.3.0 (built with dorsal) on Ubuntu 12.04