![]() |
stroid v0.1.0
Multi-block curvilinear mesh generation
|
Functions | |
| void | MarkFlippedElements (mfem::Mesh &mesh) |
| Mark elements with negative Jacobian determinant. | |
| void | MarkFlippedBoundaryElements (mfem::Mesh &mesh) |
| Mark boundary elements whose outward normal orientation is flipped. | |
| void stroid::utils::MarkFlippedBoundaryElements | ( | mfem::Mesh & | mesh | ) |
Mark boundary elements whose outward normal orientation is flipped.
Boundary elements detected as flipped are assigned attribute 500.
| mesh | Mesh to scan and update in-place. |
| void stroid::utils::MarkFlippedElements | ( | mfem::Mesh & | mesh | ) |
Mark elements with negative Jacobian determinant.
Elements detected as flipped are assigned attribute 999.
| mesh | Mesh to scan and update in-place. |