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

[Mesh] check IDs of nonlinear nodes #1495

Merged
merged 1 commit into from
Oct 24, 2016

Conversation

norihiro-w
Copy link
Collaborator

Current implementation of Mesh class assumes nodes are stored in the order: 1. base nodes, 2. nonlinear nodes. But the assumption has not been checked by ogs and it's possible a user provides a mesh with wrong node ordering.

@norihiro-w
Copy link
Collaborator Author

norihiro-w commented Oct 21, 2016

travis error is dpkg-deb: error: conan.deb' is not a debian format archive` and is not related to this PR

@chleh
Copy link
Collaborator

chleh commented Oct 21, 2016

👍
Doesn't the mentioned assumption seriously degrade the structure of any linear equation system assembled on nonlinear meshes? Why is this assumption necessary (only out of curiosity)?

@norihiro-w
Copy link
Collaborator Author

because I noticed mesh files in Dima's HM examples are not following the assumption. The assumption came from ogs5 and can be changed if needed. But till then, because some algorithms and the node partitioned mesh class are based on this, we need the check.

@chleh
Copy link
Collaborator

chleh commented Oct 21, 2016

Thank you for the explanation.

@ogsbot
Copy link
Member

ogsbot commented Jun 19, 2020

OpenGeoSys development has been moved to GitLab.

See this pull request on GitLab.

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.

4 participants