smesh/doc/salome/gui/SMESH/input/tui_defining_hypotheses.doc

135 lines
3.5 KiB
Plaintext
Raw Normal View History

/*!
\page tui_defining_hypotheses_page Defining Hypotheses and Algorithms
2012-10-08 17:56:59 +06:00
This page provides example codes of \ref tui_defining_meshing_algos
"defining algorithms" and hypotheses.
<ul>
<li>Wire discretisation 1D algorithm
<ul>
<li>\ref tui_1d_adaptive "Adaptive 1D" hypothesis</li>
<li>\ref tui_1d_arithmetic "Arithmetic Progression" hypothesis</li>
2014-01-15 15:41:17 +06:00
<li>\ref tui_1d_arithmetic "Geometric Progression" hypothesis</li>
<li>\ref tui_deflection_1d "Deflection and Number of Segments" hypotheses</li>
2012-10-08 17:56:59 +06:00
<li>\ref tui_start_and_end_length "Start and End Length" hypotheses</li>
<li>\ref tui_average_length "Local Length"</li>
<li>\ref tui_propagation "Propagation" additional hypothesis </li>
<li>\ref tui_fixed_points "Fixed Points 1D" hypothesis</li>
</ul>
</li>
<li>Triangle: Mefisto 2D algorithm
2012-10-08 17:56:59 +06:00
<ul>
<li>\ref tui_max_element_area "Max Element Area" hypothesis </li>
<li>\ref tui_length_from_edges "Length from Edges"
hypothesis </li>
</ul>
</li>
<li>NETGEN 3D algorithm
2012-10-08 17:56:59 +06:00
<ul>
<li> \ref tui_max_element_volume "Max. Element Volume"hypothesis </li>
<li> \ref tui_viscous_layers "Viscous layers"</li>
</ul>
</li>
<li>\ref tui_projection "Projection Algorithms"</li>
<li>\ref tui_radial_quadrangle "Radial Quadrangle 1D-2D" algorithm</li>
<li>Quadrangle: Mapping 2D algorithm
2012-10-08 17:56:59 +06:00
<ul>
<li> \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis </li>
</ul>
</li>
<li>\ref tui_import "Import 1D-2D Elements from Another Mesh" algorithm</li>
2012-10-08 17:56:59 +06:00
</ul>
<br>
<h2>Defining 1D Hypotheses</h2>
<br>
\anchor tui_1d_arithmetic
<h3>Arithmetic Progression and Geometric Progression</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex01.py}
<br>
\anchor tui_1d_adaptive
<h3>Adaptive</h3>
\tui_script{defining_hypotheses_adaptive1d.py}
<br>
\anchor tui_deflection_1d
<h3>Deflection and Number of Segments</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex02.py}
<br>
\anchor tui_start_and_end_length
<h3>Start and End Length</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex03.py}
<br>
\anchor tui_average_length
2012-08-09 16:03:55 +06:00
<h3>Local Length</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex04.py}
<br><h2>Defining 2D and 3D hypotheses</h2>
<br>
\anchor tui_max_element_area
<h3>Maximum Element Area</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex05.py}
<br>
\anchor tui_max_element_volume
<h3>Maximum Element Volume</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex06.py}
<br>
\anchor tui_length_from_edges
<h3>Length from Edges</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex07.py}
<br><h2>Defining Additional Hypotheses</h2>
<br>
\anchor tui_propagation
<h3>Propagation</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex08.py}
<br>
\anchor tui_defining_meshing_algos
<h2>Defining Meshing Algorithms</h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex09.py}
2012-08-09 16:03:55 +06:00
<br>
\anchor tui_projection
<h3>Projection Algorithms</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex10.py}
2012-08-09 16:03:55 +06:00
2012-10-08 17:56:59 +06:00
<h3>Projection 1D2D</h3>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex11.py}
2012-10-08 17:56:59 +06:00
2012-08-09 16:03:55 +06:00
<br>
\anchor tui_fixed_points
<h2>1D Mesh with Fixed Points example</h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex12.py}
2012-08-09 16:03:55 +06:00
\anchor tui_radial_quadrangle
<h2> Radial Quadrangle 1D-2D example </h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex13.py}
2012-08-09 16:03:55 +06:00
\anchor tui_quadrangle_parameters
<h2>Quadrangle Parameters example 1 (meshing a face with 3 edges) </h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex14.py}
2012-08-09 16:03:55 +06:00
<h2>Quadrangle Parameters example 2 (using different types) </h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex15.py}
2012-08-09 16:03:55 +06:00
\anchor tui_import
<h2>"Import 1D-2D Elements from Another Mesh" example </h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex16.py}
2012-08-09 16:03:55 +06:00
\anchor tui_viscous_layers
<h2>Viscous layers construction</h2>
2013-02-28 21:07:35 +06:00
\tui_script{defining_hypotheses_ex17.py}
2012-08-09 16:03:55 +06:00
*/