FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
775 stars 191 forks source link

Assertion fail : (0) line :4599, in file lgfem.cpp. err code 6 , mpirank 0 #95

Closed ouening closed 5 years ago

ouening commented 5 years ago

OS: Win10 FreeFEM++ Version: FreeFem++-4.1-win64-corei7-v2.exe

Hi,I got an error when I ran the example script FreeFem++\examples\3d\fallingspheres.edp ,

some content of log shows below:

 mmg3d:  nbp = 1046, nb tet 4430

   ELAPSED TIME  69.93 SEC.  (69.93)
  ITERATION       21
  -- FESpace: Nb of Nodes 1046 Nb of DoF 1046
 GC:  converge in  24 g=1.14775e-12 rho= 1.53052 gamma= 0.332646
  -- Solve :
          min -0.3  max 2.35496e-32
  current line = 47
Assertion fail : (0)
        line :4599, in file lgfem.cpp
Assertion fail : (0)
        line :4599, in file lgfem.cpp
 err code 6 ,  mpirank 0
 try getConsole D:\Applications\FreeFem++\examples\3d\fallingspheres.edp

So is it a bug in FreeFEM++?

prj- commented 5 years ago

Yes, it is a bug in FreeFEM. Use -nw for now, and we will try to fix this ASAP. Sorry about that.