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

Improve the data structure of class Mesh, using nEdgesPerElm_ #18

Open
RPIFisherman opened this issue Oct 5, 2023 · 0 comments
Open

Comments

@RPIFisherman
Copy link
Contributor

Before we have the first value in elm2VtxConn_ and elm2ElmConn_ work as the size number for vertices/elements connected to each element.
Now we want to use nEdgesPerElm_ to mark down the sizes of both variables (noticing nEdges = nVertices = nElms connected for each element):

//IntView nEdgesPerElm_;
IntVtx2ElmView elm2VtxConn_;
IntElm2ElmView elm2ElmConn_;

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

No branches or pull requests

1 participant