Salome HOME
Merge V9_dev branch into master
[modules/homard.git] / doc / en / tui_create_case.rst
index bdbdfe013681bafdc8d6ec064a2a33d070985b14..202353fd118490eac4332eeb6c84f873bed28774 100644 (file)
@@ -6,7 +6,7 @@ The case
 .. index:: single: type of conformity
 .. index:: single: mesh;initial
 
-The variables are described in :ref:`gui_create_case`.
+The variables are described in :doc:`gui_create_case`.
 
 Methods of the class homard
 ***************************
@@ -120,17 +120,35 @@ Methods of the class cas
 |                                                               |
 |     - ``conf_type``: integer as follows:                      |
 |                                                               |
-|         * 1: conformal                                        |
-|         * 2: non conformal with one hanging node per element  |
-|         * 3: non conformal with one hanging node per edge of  |
+|         * 0: conformal (default)                              |
+|         * 1: non conformal with at max 2 cut edges per element|
+|         * 2: non conformal with one hanging node per edge of  |
 |           element                                             |
-|         * 4: non conformal without any constraint             |
+|         * 3: non conformal without any constraint             |
+|         * -1: conformal with boxes (no staircases)            |
+|         * -2: non-conformal with boxes (no staircases)        |
 +---------------------------------------------------------------+
 | .. module:: GetConfType                                       |
 |                                                               |
 | **GetConfType()**                                             |
 |     Returns the type of conformity                            |
 +---------------------------------------------------------------+
+| .. module:: SetExtType                                        |
+|                                                               |
+| **SetExtType(ext_type)**                                      |
+|     Defines the external type for the case                    |
+|                                                               |
+|     - ``ext_type`` : integer as follows:                      |
+|                                                               |
+|         * 0 : Standard MED (default)                          |
+|         * 1 : Saturne MED                                     |
+|         * 2 : Saturne 2D MED                                  |
++---------------------------------------------------------------+
+| .. module:: GetExtType                                        |
+|                                                               |
+| **GetExtType()**                                              |
+|     Returns the external type for the case                    |
++---------------------------------------------------------------+
 | .. module:: GetIter0                                          |
 |                                                               |
 | **GetIter0()**                                                |
@@ -140,6 +158,13 @@ Methods of the class cas
 |     connected to an initial mesh or to the iteration of a     |
 |     previous case.                                            |
 +---------------------------------------------------------------+
+| .. module:: AddBoundary                                       |
+|                                                               |
+| **AddBoundary(boundary)**                                     |
+|     Add a boundary to the definition of a case                |
+|                                                               |
+|     - ``boundary``: name of the curved boundary               |
++---------------------------------------------------------------+
 | .. module:: AddBoundaryGroup                                  |
 |                                                               |
 | **AddBoundaryGroup(boundary, group)**                         |
@@ -260,6 +285,6 @@ The creation of the object case_1 is done as follows:
 
 Similar graphical input
 ***********************
-Look at :ref:`gui_create_case`
+Look at :doc:`gui_create_case`