Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRIDEDIT-898 Invalid or unreferenced nodes and edges are no longer #306

Merged
merged 23 commits into from
Mar 5, 2024

Conversation

BillSenior
Copy link
Contributor

reoved during the administration

Changed name of function from GetNumActiveNodes/Edges to GetNumValidNodes/Edges
Fixed windows compilation error.
Added extra members to Mesh1/2D, for the number of valid nodes and edges
Updated error message when index is out of range.
UInt& numInvalidEdges) const;

/// @brief Invalidate any not connected to any edge.
void InvalidateUnconnectedNodes(const std::vector<bool>& connectedNodes,
Copy link
Contributor

Choose a reason for hiding this comment

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

InvalidateUnConnectedNodes

@BillSenior BillSenior merged commit 63e8922 into master Mar 5, 2024
11 of 12 checks passed
@BillSenior BillSenior deleted the feature/GRIDEDIT-898_handle_gaps_in_nodes branch March 5, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants