Skip to content

Disconnect mesh faces - #548

Draft
vitorslongo wants to merge 3 commits into
devfrom
disconnect_mesh_faces
Draft

Disconnect mesh faces#548
vitorslongo wants to merge 3 commits into
devfrom
disconnect_mesh_faces

Conversation

@vitorslongo

Copy link
Copy Markdown
Collaborator

No description provided.

@vitorslongo vitorslongo self-assigned this Aug 14, 2026
@vitorslongo vitorslongo added the Engineering 👷🏽 This issue is related to the simulation core or the physical interpretation of the results. label Aug 14, 2026
Comment on lines +517 to +526
if twins:
original_node_ids = np.array([node_id for node_id, _ in twins], dtype=int)
twin_node_ids = np.array([twin_id for _, twin_id in twins], dtype=int)

twin_coordinates = np.zeros((len(twins), 4), dtype=float)
twin_coordinates[:, 0] = twin_node_ids
twin_coordinates[:, 1:] = self.nodal_coordinates[original_node_ids, 1:]

self.nodal_coordinates = np.append(self.nodal_coordinates, twin_coordinates, axis=0)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

criar funcao nova para isso e renomear essa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Engineering 👷🏽 This issue is related to the simulation core or the physical interpretation of the results.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant