Skip to content

Mesh and Normals #1103

Answered by kinnala
JarosT55 asked this question in Q&A
Discussion options

You must be logged in to vote

There are several different reasons to reorder indices when implementing the finite element method. Usually it is related to edge orientation which can be communicated implicitly through the ordering of indices. The edge orientation can be used when implementing some elements - in fact, we have many elements that assume a specific order. The edge orientation is also used in some refinement algorithms.

This implementation technique has the unfortunate downside that the ordering is not suitable for the implicit communication of normal vectors. We have a completely different scheme for normals within scikit-fem which is not based on the ordering of the nodes.

I do not have plans to change th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JarosT55
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants