While attempting to convert with horses2plt a surface solution (.surf.hsol) that contains few points extracted from a large volumetric mesh (120M DoF) the conversion tool fails with a dimension mismatch error.
The issue seems related to at least one variable stored in the surf.hsol file having incorrect or corrupted dimensions, which do not match the expected size during reading.
Loading Mesh File:
-----------------
Mesh file "./MESH/CRM_Full_bsc_h0_p1_ReL_5e6_M_0p85_bc006_0000000000.surf.hmesh":
---------------------------------------------------------------------------------
-> Number of elements: 21474
-> Discretization nodes: Gauss-Lobatto
Loading Solution File:
---------------------
-> Solution File:
./RESULTS/surfaces/CRM_Full_bsc_h0_p1_ReL_5e6_M_0p85_bc006_0000065921.surf.hsol
Array found in file dimensions does not match that of the introduced variable.
File dimensions: 1757443734 , Variable: 3
Error in file SolutionFile.f90, line 618
While attempting to convert with horses2plt a surface solution (.surf.hsol) that contains few points extracted from a large volumetric mesh (120M DoF) the conversion tool fails with a dimension mismatch error.
The issue seems related to at least one variable stored in the surf.hsol file having incorrect or corrupted dimensions, which do not match the expected size during reading.