Documentation of the component HOMARD |logo|
############################################
-The component HOMARD drives the mesh adaptation inside of the SALOME plateform.
+The component HOMARD drives the mesh adaptation inside of the SALOME plateform. This documentation is made of two parts. In the first part, named "User's guide", the driving of the module either with the graphical mode, or by a python script, or with a shema YACS is described. In the second part, named "General presentation", the characteristics of HOMARD are described with examples.
User's guide
************
-# -*- coding: iso-8859-1 -*-
+# -*- coding: utf-8 -*-
DEBUT();
Documentation du composant HOMARD |logo|
#########################################
-HOMARD est le composant qui permet l'adaptation de maillage au sein de la plateforme SALOME.
+HOMARD est le composant qui permet l'adaptation de maillage au sein de la plateforme SALOME. Cette documentation est partagée en deux parties. La première, intitulée "Mode d'emploi" décrit le pilotage du module en mode graphique, ou par un script python, ou dans un schéma YACS. La seconde partie, intitulée "Présentation générale" décrit avec des exemples les caractéristiques de HOMARD.
Mode d'emploi
*************
std::string aScript = "\"\"\"\n";
aScript += "Python script for HOMARD\n";
- aScript += "Copyright 1996, 2011, 1015 EDF\n";
+ aScript += "Copyright 1996, 2011, 2015 EDF\n";
aScript += "\"\"\"\n";
aScript += "__revision__ = \"V1.2\"\n";
aScript += "import HOMARD\n";