mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
rnc: Slightly extended documentation of "over-constrained faces/volumes" controls with some clarifications
This commit is contained in:
parent
1d17d3304a
commit
d9a0b3cb88
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user