Remove an incorrect phrase

Inspired by https://www.salome-platform.org/forum/forum_10/412734402
This commit is contained in:
eap 2022-01-26 16:46:30 +03:00
parent 765aec5c00
commit dce88c3f8b
2 changed files with 2 additions and 4 deletions

View File

@ -4,9 +4,7 @@
Over-constrained faces
**********************
This mesh quality control highlights faces sharing only one border
with other faces. In other words, the faces having all their nodes on
the free border of the 2D mesh are highlighted.
This mesh quality control highlights faces sharing only one border with other faces.
.. 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.

View File

@ -5,7 +5,7 @@ Over-constrained volumes
************************
This mesh quality control highlights volumes sharing only one border with other volumes.
In other words, the volumes having all their 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.