5 .. index:: single: zone
8 The object zone contains all the geometrical definitions allowing to describe a zone to be refined.
10 In 3D, there are four types of zone:
17 Their analogues in 2D are:
23 The principle of the refinement according to zones is the following one. Every edge of element among which both extremities are included in the same zone will be cut. Then HOMARD applies the algorithm of processing of it conformity to produce a correct mesh.
26 The values proposed by default for the size of zones take into account the geometry of the mesh.
30 A name of zone is automatically proposed: Zone_1, Zone_2, etc. This name can be modified. He must not have been already used for another zone.
34 .. index:: single: box
36 The parallelepiped is necessarily parallel to coordinate system. It is defined by its extremes in every direction.
38 .. image:: images/create_zone_1.png
43 .. index:: single: cylindre
45 The cylinder is defined by its axis, a basis point positioned on the axis, its height and its radius. The axis is defined by a vector which must be correctly directed: we shall retain the ready volume of the basis in the direction of the vector until the reserved height. The norm of this vector is not inevitably equal to 1.
47 .. image:: images/create_zone_2.png
52 .. index:: single: pipe
54 The pipe is defined by its axis, a basis point positioned on the axis, its height and its internal and external radius. The axis is defined by a vector which must be correctly directed: we shall retain the ready volume of the basis in the direction of the vector until the reserved height. The norm of this vector is not inevitably equal to 1.
56 .. image:: images/create_zone_3.png
61 .. index:: single: sphere
63 The sphere is defined by its center and its radius.
65 .. image:: images/create_zone_4.png
70 .. index:: single: rectangle
72 The rectangle is necessarily parallel to coordinate system. It is defined by its extremes in each of the valid directions. The constant coordinate is shown for information, but is not modifiable.
74 .. image:: images/create_zone_21.png
79 .. index:: single: disk
81 The disk is necessarily in the plan of coordinate system. It is defined by its center and its radius. The constant coordinate is shown for information, but is not modifiable.
83 .. image:: images/create_zone_22.png
88 .. index:: single: disk with a hole
90 The disk with hole is necessarily in the plan of coordinate system. It is defined by its center and its external and internal radius. The constant coordinate is shown for information, but is not modifiable.
92 .. image:: images/create_zone_23.png
96 Corresponding python functions
97 ******************************
98 Look :doc:`tui_create_zone`