Skip to content

[External] GiD_Post ->Hotfix print clusters as point for#13694

Merged
jginternational merged 1 commit intomasterfrom
external/hotfix-cluster-as-point
Aug 2, 2025
Merged

[External] GiD_Post ->Hotfix print clusters as point for#13694
jginternational merged 1 commit intomasterfrom
external/hotfix-cluster-as-point

Conversation

@jginternational
Copy link
Member

@jginternational jginternational commented Aug 2, 2025

📝 Description
GiD does not understand the word Cluster. We print Point instead

Fixes KratosMultiphysics/GiDInterface#1016

With this change, when kratos/includes/gid_io.h function WriteClusterMesh calls
GiD_fBeginMesh(mMeshFile, "Kratos Mesh",GiD_3D,GiD_Cluster,1); :

What is printed in the postprocess files is
MESH "Kratos Mesh" dimension 3 ElemType Point Nnode 1
instead of
MESH "Kratos Mesh" dimension 3 ElemType Cluster Nnode 1

@jginternational jginternational requested a review from a team August 2, 2025 14:26
@jginternational jginternational self-assigned this Aug 2, 2025
@jginternational jginternational requested a review from a team as a code owner August 2, 2025 14:27
@jginternational jginternational added Hotfix FastPR This Pr is simple and / or has been already tested and the revision should be fast labels Aug 2, 2025
@jginternational jginternational merged commit f374cac into master Aug 2, 2025
10 checks passed
@jginternational jginternational deleted the external/hotfix-cluster-as-point branch August 2, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FastPR This Pr is simple and / or has been already tested and the revision should be fast Hotfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem opening DEM results

2 participants