Fix errors of the documentation

This commit is contained in:
vsr 2011-11-10 08:33:06 +00:00
parent cfea6a12fd
commit bd00257e5d

View File

@ -6,39 +6,33 @@ In Mesh module it is possible to create groups of mesh elements:
nodes, edges, faces or volumes. One group contains elements of only nodes, edges, faces or volumes. One group contains elements of only
one type. The following ways of creation are possible: one type. The following ways of creation are possible:
<ul> - by selecting the elements using filters and/or directly on the
<li> by selecting the elements using filters and/or presentation in the VTK viewer, and/or by using elements of other
directly on the presentation in the VTK viewer, and/or by using mesh objects - \ref standalone_group "Standalone group"
elements of other mesh objects - <b>Standalone group</b> tab of tab of \ref creating_groups_page "Create group" dialog.
\ref standalone_group "Create group" dialog.</li> - by creating a group of elements generated on the chosen geometrical
<li> by creating a group of elements generated on the chosen object - \ref group_on_geom "Group on geometry" tab of
geometrical object - <b>Group on geometry</b> tab of \ref \subpage creating_groups_page "Create group" dialog and
creating_groups_page "Create group" dialog and \ref \subpage create_groups_from_geometry_page "Create Groups from Geometry"
create_groups_from_geometry_page "Create Groups from Geometry" dialog.
dialog.</li> - by creating a group of elements satisfying to certain criteria -
<li> by creating a group of elements satisfying to certain critaria - \ref group_on_filter "Group on filter" tab of
<b>Group on filter</b> tab of \ref creating_groups_page \subpage creating_groups_page "Create group" dialog.
"Create group" dialog.</li> - by creating groups of nodes and elements from the chosen submesh
<li> by creating groups of nodes and elements from the chosen submesh
(type of elements depends on dimension of submesh geometry) - (type of elements depends on dimension of submesh geometry) -
using <b>Mesh -> Construct Group</b> menu item (available in contextual using <b>Mesh -> Construct Group</b> menu item (available in contextual
menu as well).</li> menu as well).
<li> by creating groups of entities from existing groups of superior - by creating groups of entities from existing groups of superior
dimensions - using \subpage group_of_underlying_elements_page dimensions - using \subpage group_of_underlying_elements_page
"Create Group of Underlying Elements" dialog.</li> "Create Group of Underlying Elements" dialog.
</ul>
The created groups can be later: The created groups can be later:
<ul> - \subpage editing_groups_page "Edited"
<li>\subpage editing_groups_page "Edited"</li> - \subpage using_operations_on_groups_page "Subjected to Boolean operations"
<li>\subpage using_operations_on_groups_page "Subjected to Boolean operations"</li> - \subpage deleting_groups_page "Deleted"
<li>\subpage deleting_groups_page "Deleted"</li>
</ul>
An important tool, providing filters for creation of \b Standalone An important tool, providing filters for creation of \b Standalone
groups is \ref selection_filter_library_page. groups is \ref selection_filter_library_page.
*/ */