Hi all!
I am having trouble with a large mesh of ca 1 080 000 elements. The program stops abruptly in ALMESH. I made a traceback debugging by adding some WRITE in the subroutine, and it appears that the problem lies in the call to MXPTEL:
CALL MXPTEL(MXPTVS,MXELVS,IKLES,IELM,
& NPOIN,NELEM,NDP,IPOBO,.TRUE.)
I made a test by adding a WRITE before the first statements (after declarations) in mxptel.f which is not printed out. The problem should therefore be in one of the argument, but here stop my skills...
Any idea of what is happenning? This model has already been ran on another machine.
I have Win7 64bit, 24GO free disk space, 16GO RAM.
I use version 6.3.2.
I also made a looser mesh which worked normally.
Any help would be greatly appreciated!
Regards
PL