Salome HOME
Merge branch 'V9_3_BR'
[tools/documentation.git] / index.html
1 <!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5   <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
6
7 <title>SALOME Developer Documentation</title>
8
9 <style type="text/css">
10     .descr {
11         font-size: 15px;
12         font-family: Arial, Helvetica, sans-serif;
13     }
14     table.index {
15         padding: 5px;
16         border-spacing: 50px 20px;
17         font-size: 15px;
18         font-family: Arial, Helvetica, sans-serif;
19         border: 0px solid;
20     }
21     th {
22         color: #175783;
23         border-bottom: 3px solid;
24         font-size: 20px;
25     }
26 </style>
27 </head>
28
29 <body bgcolor="#ffffff" text="#000000" link="#0000ee" alink="#0000ee" vlink="#551a8b">
30
31 <div style="text-align: left; background-color: #175783; border: 1px solid; height: 80px; background-repeat: no-repeat; margin-bottom: 10px;">
32   <img src="head.png" border="0">
33 </div>
34
35 <div align="center">
36   <h1>Developer's Documentation</h1>
37 </div>
38
39 <table width="100%" class="index">
40   <tr>
41     <th width="50%">By Themes</th>
42     <th>By Modules</th>
43   </tr>
44   <tr valign="top">
45     <td>
46       <h4>Architecture</h4>
47       <ul>
48         <li>
49           <a href="extra/SALOME_GUI_Architecture.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
50           <a href="extra/SALOME_GUI_Architecture.pdf">SALOME GUI Architecture (PDF, 1 MB)</a>
51           <img src="warn.png" border="0" width="16" height="16" />
52         </li>
53         <li><a href="gui/YACS/rappels.html">Reminders about the SALOME platform</a></li>
54       </ul>
55
56       <h4>Module Development</h4>
57       <ul>
58         <li>See <a href="#SALOME_Tutorial">SALOME Tutorial</a></li>
59         <li>Guide for the development of a SALOME module
60           <ul>
61             <li>in <a href="gui/YACS/pysalome.html">Python</a></li>
62             <li>in <a href="gui/YACS/cppsalome.html">C++</a></li>
63           </ul>
64         </li>
65         <li>
66           <a href="extra/DumpPython_Extension.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
67           <a href="extra/DumpPython_Extension.pdf">Implement Dump Python (PDF, 67 KB)</a>
68         </li>
69       </ul>
70
71       <h4>Mesh</h4>
72       <ul>
73         <li>
74           <a href="extra/SALOME_4.1.2_SMDS_reference_guide.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
75           <a href="extra/SALOME_4.1.2_SMDS_reference_guide.pdf">Use of SMDS API (PDF, 416 KB)</a>
76           <img src="warn.png" border="0" width="16" height="16" />
77         </li>
78         <li>
79           <a href="extra/SALOME_Mesh_Plugins.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
80           <a href="extra/SALOME_Mesh_Plugins.pdf">Integration of new meshing algorithm as plug-in to SALOME Mesh module (PDF, 91 KB)</a>
81         </li>
82       </ul>
83
84       <h4>Code Coupling</h4>
85       <ul>
86         <li><a href="gui/YACS/components.html">Integration of components into the SALOME environment</a></li>
87         <li>
88           <a href="extra/Normalisation_pour_le_couplage_de_codes.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
89           <a href="extra/Normalisation_pour_le_couplage_de_codes.pdf">Normalisation des maillages et des champs pour le couplage (PDF, 1 MB)</a>
90           <img src="fr.png" border="0" width="24" height="16" />
91         </li>
92         <li>
93           <a href="extra/Interface_for_Code_Coupling.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
94           <a href="extra/Interface_for_Code_Coupling.pdf">Documentation of the Interface for Code Coupling / ICoCo (PDF, 1.6 MB)</a>
95           <img src="fr.png" border="0" width="24" height="16" />
96         </li>
97         <li>
98           <a href="extra/Couplage_de_codes_paralleles.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
99           <a href="extra/Couplage_de_codes_paralleles.pdf">Le couplage de codes paralleles dans la plateforme SALOME (PDF, 589 KB)</a>
100           <img src="fr.png" border="0" width="24" height="16" />
101         </li>
102         <li>
103           <a href="extra/Demonstrateur_couplage_fluide_structure_EDF.pdf"><img src="pdf.png" border="0" width="16" height="16" /></a>
104           <a href="extra/Demonstrateur_couplage_fluide_structure_EDF.pdf">D&eacute;monstrateur couplage fluide structure EDF (PDF, 1.2 MB)</a>
105           <img src="fr.png" border="0" width="24" height="16" />
106         </li>
107       </ul>
108       
109       <h4>Create application</h4>
110       <ul>
111         <li><a href="tui/KERNEL/SALOME_Application.html">Salome Application Concept</a></li>
112       </ul>
113
114       <h4>Installation procedure</h4>
115       <ul>
116         <li><a href="tui/KERNEL/INSTALL.html">Installation instructions</a></li>
117         <li><a href="dev/cmake/html/index.html">Build procedure (CMake)</a></li>
118       </ul>
119       
120       <h4>Development</h4>
121       <ul>
122         <li><a href="dev/git/html/Git_Simple_Write_Procedure.html">Contributing to the SALOME project with Git</a></li>
123       </ul>
124     </td>
125
126     <td>
127       <h4>Modules</h4>
128       <ul>
129         <li><a href="KERNEL_index.html">Kernel</a></li>
130         <li><a href="GUI_index.html">GUI</a></li>
131         <li><a href="GEOM_index.html">Geometry</a></li>
132         <li><a href="SHAPER_index.html">Shaper</a></li>
133         <li><a href="SMESH_index.html">Mesh</a></li>
134         <li><a href="FIELDS_index.html">Fields</a></li>
135         <li><a href="PARAVIS_index.html">ParaVis</a></li>
136         <li><a href="YACS_index.html">YACS</a></li>
137         <li><a href="JOBMANAGER_index.html">JobManager</a></li>
138         <li><a href="HEXABLOCK_index.html">HexaBlock</a></li>
139         <li><a href="HOMARD_index.html">Homard</a></li>
140       </ul>
141       
142       <h4>Plugins</h4>
143       <ul>
144         <li><a href="NETGENPLUGIN_index.html">Netgen Plugin for Mesh module</a></li>
145         <li><a href="BLSURFPLUGIN_index.html">MG-CADSurf Plugin for Mesh module</a></li>
146         <li><a href="GHS3DPLUGIN_index.html">MG-Tetra Plugin for Mesh module</a></li>
147         <li><a href="GHS3DPRLPLUGIN_index.html">MG-Tetra Parallel Plugin for Mesh module</a></li>
148         <li><a href="HexoticPLUGIN_index.html">MG-Hexa Plugin for Mesh module</a></li>
149         <li><a href="HYBRIDPLUGIN_index.html">Hybrid Plugin for Mesh module</a></li>
150         <li><a href="GMSHPLUGIN_index.html">GMSH Plugin for Mesh module</a></li>
151       </ul>
152
153       <h4>Samples</h4>
154       <ul>
155         <li><a href="HELLO_index.html">HELLO</a></li>
156         <li><a href="PYHELLO_index.html">PYHELLO</a></li>
157       </ul>
158       
159       <h4>Tools</h4>
160       <ul>
161         <li><a href="dev/MEDCoupling/user/html/index.html">MEDCoupling</a></li>
162       </ul>
163     </td>
164   </tr>
165 </table>
166
167 <table>
168   <tr>
169     <td colspan=2><hr/></td>
170   </tr>
171   <tr>
172     <td width="30" align="center"><img src="warn.png" border="0" width="16" height="16" /></td>
173     <td><i class="descr"> = Document is not up to date</i></td>
174   </tr>
175   <tr>
176     <td width="30" align="center"><img src="fr.png" border="0" width="24" height="16" /></td>
177     <td><i class="descr"> = Document in French</i></td>
178   </tr>
179 </table>
180
181 <br>
182 <hr />
183 <a name="SALOME_Tutorial" />
184 <h3>SALOME Tutorial</h3>
185 <p class="descr">
186   The SALOME Tutorial provides an introduction to the development of new modules and integrating them to SALOME platform, as well as new applications based on SALOME.<br />
187   The tutorial can be downloaded from <a href="http://salome-platform.org/downloads">SALOME site</a>.
188 </p>
189
190 <br><br>
191 <div style="text-align: center; background-color: #D9f4fd; border: 1px solid #AAAAAA; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 10px; margin-top: 15px;">
192   Copyright &copy; 2007-2019  CEA/DEN, EDF R&amp;D, OPEN CASCADE<br>
193   Copyright &copy; 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D, LEG, PRINCIPIA R&amp;D, BUREAU VERITAS<br>
194 </div>
195
196 </body>
197 </html>