Salome HOME
Merge branch 'V8_4_BR'
[modules/gui.git] / doc / salome / gui / input / salome_architecture.doc
index d1f637b7b091f5134d07d6d326f860a3a763c6e9..c91983ef4ab5775c5cd2ac37ffedb90db2abdb4c 100644 (file)
@@ -12,7 +12,7 @@ specification of physical properties for a given domain. The
 originality of this approach is that the various components must
 cooperate dynamically and be configurable.
 
-\image html image54.jpg
+\image html image54.png
 
 <br>SALOME platform integrates a number of modules each having its own function:
 <ul>
@@ -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,14 +46,14 @@ 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
 component. All components represent \b CORBA servers and it allows to
 run them on different host stations.
 
-\image html image67.gif
+\image html image67.png
 
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 It is equally possible to create engine-independent modules. These
@@ -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