From: eap Date: Thu, 17 Apr 2008 07:34:01 +0000 (+0000) Subject: add GHS3D and BLSURF description X-Git-Tag: V4_1_2rc1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a53c225bc9839233017c60ff78b080fd72b0fa0;hp=cbb220b1c0475f9a2da87aa9aa0a4c7b4122f385;p=modules%2Fsmesh.git add GHS3D and BLSURF description --- diff --git a/doc/salome/gui/SMESH/images/blsurf_parameters.png b/doc/salome/gui/SMESH/images/blsurf_parameters.png new file mode 100644 index 000000000..ad7c82bdb Binary files /dev/null and b/doc/salome/gui/SMESH/images/blsurf_parameters.png differ diff --git a/doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png b/doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png new file mode 100644 index 000000000..1fc03497c Binary files /dev/null and b/doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png differ diff --git a/doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png b/doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png new file mode 100644 index 000000000..0cce50bb8 Binary files /dev/null and b/doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png differ diff --git a/doc/salome/gui/SMESH/input/basic_meshing_algos.doc b/doc/salome/gui/SMESH/input/basic_meshing_algos.doc index fa1772524..a1231dbba 100644 --- a/doc/salome/gui/SMESH/input/basic_meshing_algos.doc +++ b/doc/salome/gui/SMESH/input/basic_meshing_algos.doc @@ -21,7 +21,7 @@ shape of a mesh.
  • For meshing of 2D entities (faces):
  • +Note that BLSURF and GHS3D are commercial meshers.\n + There also is a number of more specific algorithms:
  • \subpage constructing_submeshes_page
  • diff --git a/doc/salome/gui/SMESH/input/defining_hypo.doc b/doc/salome/gui/SMESH/input/defining_hypo.doc index 5a4eb7503..fb4fa9728 100644 --- a/doc/salome/gui/SMESH/input/defining_hypo.doc +++ b/doc/salome/gui/SMESH/input/defining_hypo.doc @@ -8,6 +8,8 @@
  • \subpage a2d_meshing_hypo_page
  • \subpage max_element_volume_hypo_page
  • \subpage netgen_2d_3d_hypo_page
  • +
  • \subpage ghs3d_hypo_page
  • +
  • \subpage blsurf_hypo_page
  • \subpage additional_hypo_page
  • diff --git a/doc/salome/gui/SMESH/input/ghs3d_hypo.doc b/doc/salome/gui/SMESH/input/ghs3d_hypo.doc new file mode 100644 index 000000000..37da291f7 --- /dev/null +++ b/doc/salome/gui/SMESH/input/ghs3d_hypo.doc @@ -0,0 +1,41 @@ +/*! + +\page ghs3d_hypo_page GHS3D Parameters hypothesis + +\n GHS3D Parameters hypothesis works only with Tetrahedron (GHS3d) +algorithm. This algorithm is a commercial software. + +\image html ghs3d_parameters_basic.png + + + +*/ \ No newline at end of file diff --git a/doc/salome/gui/SMESH/input/index.doc b/doc/salome/gui/SMESH/input/index.doc index f09cdea83..4f772a285 100644 --- a/doc/salome/gui/SMESH/input/index.doc +++ b/doc/salome/gui/SMESH/input/index.doc @@ -26,6 +26,8 @@
  • \ref a2d_meshing_hypo_page
  • \ref max_element_volume_hypo_page
  • \ref netgen_2d_3d_hypo_page
  • +
  • \ref ghs3d_hypo_page
  • +
  • \ref blsurf_hypo_page
  • \ref additional_hypo_page
  • \ref constructing_submeshes_page
  • diff --git a/doc/salome/gui/SMESH/input/smeshpy_interface.doc b/doc/salome/gui/SMESH/input/smeshpy_interface.doc index 6e2b421c9..365bfc118 100644 --- a/doc/salome/gui/SMESH/input/smeshpy_interface.doc +++ b/doc/salome/gui/SMESH/input/smeshpy_interface.doc @@ -33,7 +33,7 @@ the \ref smeshDC "documentation for smesh.py" - NETGEN(1D-2D,2D,1D-2D-3D,3D), \n others are based on commercial meshers: - - GHS3D(3D). + - GHS3D(3D), BLSURF(2D). \n \t To add hypotheses, please use interfaces, provided by the assigned algorithms.