You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The parse only support ver 2.2 msh file.if (msh_ver != 2.2)
{
throwstd::invalid_argument(Formatter() << "modmesh does not support msh file ver " << msh_ver << ".");
}
It should support all versions (version 4) and also binary data stream.
Tasks:
Format version 4 with ASCII data stream
Format version 2 with binary data stream
Format version 4 with binary data stream
The text was updated successfully, but these errors were encountered:
Currently the Gmsh reader only supports format version 2.2:
It should support all versions (version 4) and also binary data stream.
Tasks:
The text was updated successfully, but these errors were encountered: