rnc: Slightly extended documentation of "over-constrained faces/volumes" controls with some clarifications

This commit is contained in:
gdd 2011-06-21 08:19:27 +00:00
parent 1d17d3304a
commit d9a0b3cb88
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,10 @@
\page over_constrained_faces_page Over-constrained faces
\n This mesh quality control highlights faces sharing only one of its borders with other faces.
\n This mesh quality control highlights faces sharing only one of its borders with other faces. In other words the faces having all there nodes on the external border of the mesh are highlighted.
\note The highlighted faces are actually over constrained only if, at the computation time,
the boundary conditions on the borders where the nodes are located are all Dirichlet boundary conditions.
\image html over_constrained_faces.png

View File

@ -3,6 +3,10 @@
\page over_constrained_volumes_page Over-constrained volumes
\n This mesh quality control highlights volumes sharing only one of its borders with other volumes.
In other words the volumes having all there nodes on the external border of the mesh are highlighted.
\note The highlighted volumes are actually over constrained only if, at the computation time,
the boundary conditions on the borders where the nodes are located are all Dirichlet boundary conditions.
\image html over_constrained_volumes.png