Salome HOME
Update copyrights in the documentation.
[modules/smesh.git] / doc / salome / gui / SMESH / input / radial_prism_algo.doc
1 /*!
2
3 \page radial_prism_algo_page Radial Prism
4
5 \n This algorithm applies to the meshing of a hollow 3D shape,
6 i.e. such shape should be composed of two meshed shells: an outer
7 shell and an internal shell without intersection with the outer
8 shell. One of the shells should be a 2D Projection of the other
9 shell. The meshes of the shells can consist both of triangles and
10 quadrangles.
11
12 The Radial Prism algorithm would fill the space between the two shells
13 with prisms.
14
15 \image html radial_prism_mesh.png "Cut-view of a hollow sphere meshed by Radial Prism algorithm"
16
17 This algorithm also needs the information concerning the number and
18 distribution of mesh layers between the inner and the outer shapes.
19
20 \image html number_of_layers.png
21
22 Distribution of layers can be set with any of 1D Hypotheses.
23
24 \image html distribution_of_layers.png
25
26 */