Salome HOME
Merge branch 'V8_4_BR'
[modules/gui.git] / doc / salome / gui / input / salome_architecture.doc
index f12d0e580f253439bc88ada9053385f26cf69223..c91983ef4ab5775c5cd2ac37ffedb90db2abdb4c 100644 (file)
@@ -21,7 +21,7 @@ cooperate dynamically and be configurable.
 etc. Third party modules optionally can have GUI, but in any case they always connected with KERNEL.
 <li>\b Geometry :  facilitates construction and optimization of geometrical models using a wide range of  CAD functions. 
 <li>\b Mesh :  generates meshes on geometrical models previously created or imported by the Geometry component.
-<li>\b Post-Pro :  performs data visualization and post-processing.
+<li>\b ParaVis :  performs data visualization and post-processing.
 <li>\b MED :  allows to work with MED files.
 </ul>
 
@@ -46,7 +46,7 @@ other components.
 
 
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-All software components (Post-Pro, Geometry, Mesh...) integrated into
+All software components (Geometry, Mesh...) integrated into
 \b SALOME platform  implement predefined interfaces. Each component
 provides data for the \b SALOME study in a form of links (stored in
 the Study) to the specific data created and stored in the
@@ -80,11 +80,6 @@ them.
 Additional information about CORBA technology
 is available at http://www.omg.org
 
-\note In \b SALOME there is a possibility to run
-definite components in the so-called \ref batch_mode_run "batch mode" without GUI provided
-by GUI component. In this case you can work with these components with
-the help of Python commands and scripts.
-
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 The architecture of this all-inclusive
 platform for numerical components  responds to the following