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

Adding a function in BaseMeshTopology to compute all topology containers #2063

Closed
hugtalbot opened this issue May 5, 2021 · 1 comment · Fixed by #3368
Closed

Adding a function in BaseMeshTopology to compute all topology containers #2063

hugtalbot opened this issue May 5, 2021 · 1 comment · Fixed by #3368
Assignees
Labels
STC#11 Simple tasks for STC#11 coding sprint

Comments

@hugtalbot
Copy link
Contributor

hugtalbot commented May 5, 2021

Problem using the MeshTopology has been noticed in PR 2053 where containers were not initialized automatically needing the call of :

        topology->getTrianglesAroundVertex(0);
        topology->getEdgesInTriangle(0);
        topology->getTrianglesAroundEdge(0);

BaseMeshTopology should have a function computing these containers

@hugtalbot hugtalbot added the STC#11 Simple tasks for STC#11 coding sprint label May 5, 2021
@fredroy fredroy changed the title Add a function BaseMeshTopology computes all topology containers Adding a function in BaseMeshTopology to compute all topology containers May 25, 2021
@hugtalbot
Copy link
Contributor Author

@epernod is this issue still valid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STC#11 Simple tasks for STC#11 coding sprint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants