mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 18:07:27 +05:00
avoid compilation warnings
This commit is contained in:
parent
bd8276e43f
commit
543e7425c7
@ -13,8 +13,8 @@ by flat elements.
|
|||||||
\n Triangles are transformed into prisms, and quadrangles into hexahedrons.
|
\n Triangles are transformed into prisms, and quadrangles into hexahedrons.
|
||||||
\n The flat elements are stored in groups of volumes.
|
\n The flat elements are stored in groups of volumes.
|
||||||
These groups are named according to the position of the group in the list:
|
These groups are named according to the position of the group in the list:
|
||||||
the group j_n_p is the group of the flat elements that are built between the group #n and the group #p in the list.
|
the group j_n_p is the group of the flat elements that are built between the group \#n and the group \#p in the list.
|
||||||
If there is no shared faces between the group #n and the group #p in the list, the group j_n_p is not created.
|
If there is no shared faces between the group \#n and the group \#p in the list, the group j_n_p is not created.
|
||||||
All the flat elements are gathered into the group named "joints3D" (or "joints2D" in 2D situation).
|
All the flat elements are gathered into the group named "joints3D" (or "joints2D" in 2D situation).
|
||||||
The flat element of the multiple junctions between the simple junction are stored in a group named "jointsMultiples".
|
The flat element of the multiple junctions between the simple junction are stored in a group named "jointsMultiples".
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ installation process of the SALOME plateform, on the basis of the
|
|||||||
environment variable PADDERHOME that localizes the installation root
|
environment variable PADDERHOME that localizes the installation root
|
||||||
of the SpherePadder external program. This installation process
|
of the SpherePadder external program. This installation process
|
||||||
creates a configuration file padder.cfg located in the folder
|
creates a configuration file padder.cfg located in the folder
|
||||||
<SMESH_ROOT_DIR>/share/salome/plugins/smesh, where <SMESH_ROOT_DIR> is
|
\<SMESH_ROOT_DIR\>/share/salome/plugins/smesh, where \<SMESH_ROOT_DIR\> is
|
||||||
the installation root directory of the SMESH module.
|
the installation root directory of the SMESH module.
|
||||||
|
|
||||||
In the case where you have to specify a different configuration than
|
In the case where you have to specify a different configuration than
|
||||||
@ -262,7 +262,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub <username>@<hostname>
|
|||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
You can check the configuration by testing that you can connect to the
|
You can check the configuration by testing that you can connect to the
|
||||||
host <hostname> with the login <username> without being asked a
|
host \<hostname\> with the login \<username\> without being asked a
|
||||||
password:
|
password:
|
||||||
|
|
||||||
\code
|
\code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user