IdentifySubdomains on Windows version

Hi All,

Whenever we try to run identifySubdomains.exe, we receive an error from Windows saying that the program has to stop working. It would be perfect if you can provide support/solution on this issue.

[2023-05-04 17:07:59.280] [ogs] [info] Mesh reading time: 0.180781 s
[2023-05-04 17:07:59.284] [ogs] [info] MeshNodeSearcher construction time: 0.0032838 s
[2023-05-04 17:07:59.285] [ogs] [critical] C:/Users/gitlab/gitlab/_b/bg4d5s_d/1/ogs/ogs/MeshGeoToolsLib/MeshNodeSearcher.cpp:169 MeshGeoToolsLib::MeshNodeSearcher::getMeshNodeIDs()

Best regards,
Onur

Hi Onur, welcome to the forum!

Could you post the complete error message?

The check at that line of code fails if multiple nodes were found in the mesh. Probably you have some duplicate nodes. Or the search-radius you specified is to large. To investigate this we would need the meshes.

Some errors can be detected with checkMesh -v your_mesh.vtu; would you try that as well?

– d

Hi Dmitri,

Thanks for your quick support. The mesh file works with a unix version of identifysubdomains, however it did not work on windows. You can find the complete error message below;

[2023-05-05 17:56:54.143] [ogs] [warning] Array ‘vtkOriginalPointIds’ in VTU file uses unsupported data type ‘idtype’ of size 8. The data array will not be available.
[2023-05-05 17:56:54.144] [ogs] [warning] Array ‘vtkOriginalCellIds’ in VTU file uses unsupported data type ‘idtype’ of size 8. The data array will not be available.
[2023-05-05 17:56:54.146] [ogs] [warning] Array ‘vtkOriginalPointIds’ in VTU file uses unsupported data type ‘idtype’ of size 8. The data array will not be available.
[2023-05-05 17:56:54.147] [ogs] [warning] Array ‘vtkOriginalCellIds’ in VTU file uses unsupported data type ‘idtype’ of size 8. The data array will not be available.
[2023-05-05 17:56:54.149] [ogs] [warning] Array ‘vtkOriginalPointIds’ in VTU file uses unsupported data type ‘idtype’ of size 8. The data array will not be available.
[2023-05-05 17:56:54.149] [ogs] [warning] Array ‘vtkOriginalCellIds’ in VTU file uses unsupported data type ‘idtype’ of size 8. The data array will not be available.
[2023-05-05 17:56:54.150] [ogs] [info] Mesh reading time: 0.012463 s
[2023-05-05 17:56:54.150] [ogs] [info] MeshNodeSearcher construction time: 3.63e-05 s
[2023-05-05 17:56:54.151] [ogs] [critical] C:/Users/gitlab/gitlab/_b/bg4d5s_d/1/ogs/ogs/MeshGeoToolsLib/MeshNodeSearcher.cpp:169 MeshGeoToolsLib::MeshNodeSearcher::getMeshNodeIDs()

Hi Onur,

looks like we have to investigate it if there is a difference between linux and windows. Would it be possible to upload the meshes here? Or drop me an email dmitri.naumov@ufz.de.

– d

When I divide the main area into two areas with different grid sizes, an error will be reported when identifying Subdomains. However, if the grid size is set to the same parameter in GMSH, the tool will not report an error.