0021271: [CEA 473] Implement min size in netgen plugin

This commit is contained in:
eap 2011-07-05 08:51:16 +00:00
parent b6fe67a04f
commit 50c956e8c2
4 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -21,6 +21,8 @@ algorithms </em></center>
- <b>Name</b> - allows to define the name for the algorithm (Netgen - <b>Name</b> - allows to define the name for the algorithm (Netgen
2D (or 3D) Parameters by default). 2D (or 3D) Parameters by default).
- <b>Max Size</b> - maximum linear dimensions for mesh cells. - <b>Max Size</b> - maximum linear dimensions for mesh cells.
- <b>Max Size</b> - minimum linear dimensions for mesh cells. It is
ignored if it is more than <b>Max Size</b>.
- <b>Second Order</b> - if this box is checked in, the algorithm will - <b>Second Order</b> - if this box is checked in, the algorithm will
create second order nodes on the mesh, which actually will become create second order nodes on the mesh, which actually will become
\ref adding_quadratic_elements_page "Quadratic". \ref adding_quadratic_elements_page "Quadratic".
@ -68,6 +70,10 @@ average_length_anchor "Local Length" hypothesis.
length_from_edges_anchor "Length from Edges" hypothesis, else length_from_edges_anchor "Length from Edges" hypothesis, else
- <b>Max. Element Area</b> defines the maximum element area like \ref - <b>Max. Element Area</b> defines the maximum element area like \ref
max_element_area_anchor "Max Element Area" hypothesis. max_element_area_anchor "Max Element Area" hypothesis.
- <b>Allow Quadrangles</b> - allows to use quadrangle elements in a
triangle 2D mesh. This checkbox is not present in Netgen 3D simple parameters
because currently building a tetrahedral mesh with quadrangle faces is
not possible.
\b 3D groups allows defining the size of 3D elements. \b 3D groups allows defining the size of 3D elements.
- <b>Length from faces</b> if checked in, the area of sides of - <b>Length from faces</b> if checked in, the area of sides of