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
7 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.