/*!
\page import_algos_page Use Existing Elements Algorithms
\n Use Existing Elements algorithms allow to define the mesh of a geometrical
object by the importing suitably located mesh elements from another
mesh. The mesh elements to import from the other mesh are to be contained in
groups. If several groups are used to mesh one geometry, validity of
nodal connectivity of result mesh must be assured by connectivity of
the source mesh; no geometrical checks are performed to merge
different nodes at same locations.
The source elements must totally cover the meshed geometry.
The source elements lying partially over the geometry will not be used.
These algorithms can be used to mesh a very complex geometry part by
part, by storing meshes of parts in files and then fusing them
together using these algorithms.
Use Existing 1D Elements algorithm allows to define the mesh of
a geometrical edge (or group of edges)
by the importing of mesh edges of another mesh contained in a group (or groups).
\n To apply this algorithm select the edge to be meshed (indicated in
the field \b Geometry of Create mesh dialog box),
Use existing 1D elements in the list of 1D algorithms and click the
"Add Hypothesis" button.
The following dialog box will appear:
\image html hyp_source_edges.png
In this menu you can define the \b Name of the algorithm, the
Groups of Edges to import elements from, To copy mesh
the selected Groups of Edges belong to as a whole and To
copy groups along with the whole mesh.
Use Existing 2D Elements algorithm allows to define the mesh of
a geometrical face (or group of faces)
by the importing of mesh faces of another mesh contained in a group (or groups).
\n To apply this algorithm select the edge to be meshed (indicated in
the field \b Geometry of Create mesh dialog box),
Use existing 2D elements in the list of 2D algorithms and click the
"Add Hypothesis" button.
The following dialog box will appear:
\image html hyp_source_faces.png
In this menu you can define the \b Name of the algorithm, the
Groups of Faces to import elements from, To copy mesh
the selected Groups of Fcaes belong to as a whole and To
copy groups along with the whole mesh.
See Also a sample TUI Script of a
\ref tui_import "Use Existing Elements Algorithms".
*/