Mesh is truncated-Meshmaker v 1.5
Hello everyone. I am trying to create a mesh, R=200m and Z = -190m. It has multiple layers. I have added all the info and the file runs, but the mesh is created only up to a depth of -94m and no more.
I have tried recreating the file, changing decimal and shifting spaces, but the result remains the same. I am stuck here
Moreover, the names of the heterogenous regions are not written to the file in the truncated mesh, which is also perplexing.
I am attaching my Meshmaker file(MYFILE) and resulting Mesh(MESH) both here. Please help
8 replies
-
I do not have Meshmaker V1.5, but I try it with tough2 (slight format adjust). I seems work OK.
-
The Maehmaker allows default maximum number of layers is 200. You have 348 layers. You need modify the source codes for the array H size: from H(200) to H(1000) at line 1981 and 2238.
-
I was able to compile executable after making changes in code using Gfortran compiler.
however now I am trying to execute the command MM.exe<Test.dat using MATLAB for automation like this system(MM.exe<Test.dat) but I am unable to pass this unlike the original Executable which would recieve this command through MATLAB.
I think I am missing some Fortran DLL or something which needs to be packaged with the executable. Can you provide more info on how to solve this problem