/*! \page a1d_meshing_hypo_page 1D Meshing Hypotheses

\anchor arithmetic_1d_anchor

Arithmetic 1D hypothesis

Arithmetic 1D hypothesis allows to split edges into segments with a length that changes in arithmetic progression (Lk = Lk-1 + d) beginning from a given starting length and up to a given end length. \image html a-arithmetic1d.png \image html b-ithmetic1d.png "Arithmetic 1D hypothesis - the size of mesh elements gradually increases" See Also a sample TUI Script of a \ref tui_1d_arithmetic "Defining Arithmetic 1D hypothesis" operation.
\anchor deflection_1d_anchor

Deflection 1D hypothesis

Deflection 1D hypothesis can be applied for meshing curvilinear edges composing your geometrical object. It uses only one parameter: the value of deflection. \n A geometrical edge is divided into equal segments. The maximum distance between a point on the edge within a segment and the line connecting the ends of the segment should not exceed the specified value of deflection . Then mesh nodes are constructed at end segment locations and 1D mesh elements are constructed on segments. \image html a-deflection1d.png \image html b-flection1d.png "Deflection 1D hypothesis - useful for meshing curvilinear edges" See Also a sample TUI Script of a \ref tui_deflection_1d "Defining Deflection 1D hypothesis" operation.
\anchor average_length_anchor

Average Length hypothesis

Average Length hypothesis can be applied for meshing of edges composing your geometrical object. Definition of this hypothesis consists of setting the \b length of segments, which will split these edges, and the \b precision of rounding. The points on the edges generated by these segments will represent nodes of your mesh. Later these nodes will be used for meshing of the faces abutting to these edges. The \b precision parameter is used to allow rounding a number of segments, calculated from the edge length and average length of segment, to the lower integer, if this value outstands from it in bounds of the precision. Otherwise, the number of segments is rounded to the higher integer. Use value 0.5 to provide rounding to the nearest integer, 1.0 for the lower integer, 0.0 for the higher integer. Default value is 1e-07. \image html image41.gif \image html a-averagelength.png \image html b-erage_length.png "Average length hypothesis - all 1D mesh elements are roughly equal" See Also a sample TUI Script of a \ref tui_average_length "Defining Average Length" hypothesis operation.
\anchor max_length_anchor

Max Size

Max Size hypothesis allows splitting geometrical edges into segments not longer than the given length. Definition of this hypothesis consists of setting the maximal allowed \b length of segments. Use preestimated length check box lets you specify \b length automatically calculated basing on size of your geometrical object, namely as diagonal of bounding box divided by ten. The divider can be changed via "Ratio Bounding Box Diagonal / Max Size" preference parameter. Use preestimated length check box is enabled only if the geometrical object has been selected before hypothesis definition. \image html a-maxsize1d.png
\anchor number_of_segments_anchor

Number of segments hypothesis

Number of segments hypothesis can be applied for meshing of edges composing your geometrical object. Definition of this hypothesis consists of setting the number of segments, which will split these edges. In other words your edges will be split into a definite number of segments with approximately the same length. The points on the edges generated by these segments will represent nodes of your mesh. Later these nodes will be used for meshing of the faces abutting to these edges. \image html image46.gif You can set the type of distribution for this hypothesis in the Hypothesis Construction dialog bog : \image html a-nbsegments1.png
Equidistant Distribution - all segments will have the same length, you define only the Number of Segments.
Scale Distribution - length of segments gradually changes depending on the Scale Factor, which is a ratio of the first segment length to the last segment length. \image html a-nbsegments2.png
Distribution with Table Density - you input a number of pairs t - F(t), where \b t ranges from 0 to 1, and the module computes the formula, which will rule the change of length of segments and shows the curve in the plot. You can select the Conversion mode from \b Exponent and Cut negative. \image html distributionwithtabledensity.png
Distribution with Analytic Density - you input the formula, which will rule the change of length of segments and the module shows the curve in the plot. \image html distributionwithanalyticdensity.png See Also a sample TUI Script of a \ref tui_deflection_1d "Defining Number of Segments" hypothesis operation.
\anchor start_and_end_length_anchor

Start and End Length hypothesis

Start and End Length hypothesis allows to divide a geometrical edge into segments so that the first and the last segments have a specified length. The length medium segments changes with automatically chosen geometric progression. Then mesh nodes are constructed at segment ends location and 1D mesh elements are constructed on them. \image html a-startendlength.png \image html b-art_end_length.png "The lengths of the first and the last segment are strictly defined" See Also a sample TUI Script of a \ref tui_start_and_end_length "Defining Start and End Length" hypothesis operation.
\anchor automatic_length_anchor

Automatic Length

This hypothesis is automatically applied when you select Assign a set of hypotheses option in Create Mesh menu. \image html automaticlength.png The dialog box prompts you to define the quality of the future mesh by only one parameter, which is \b Fineness, ranging from 0 (coarse mesh, low number of elements) to 1 (extremely fine mesh, great number of elements). Compare one and the same object (sphere) meshed with minimum and maximum value of this parameter. \image html image147.gif "Example of a very rough mesh. Automatic Length works for 0." \image html image148.gif "Example of a very fine mesh. Automatic Length works for 1." */