Salome HOME
Python 3 compatibility improvement
[modules/adao.git] / doc / en / index.rst
1 ..
2    Copyright (C) 2008-2017 EDF R&D
3
4    This file is part of SALOME ADAO module.
5
6    This library is free software; you can redistribute it and/or
7    modify it under the terms of the GNU Lesser General Public
8    License as published by the Free Software Foundation; either
9    version 2.1 of the License, or (at your option) any later version.
10
11    This library is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14    Lesser General Public License for more details.
15
16    You should have received a copy of the GNU Lesser General Public
17    License along with this library; if not, write to the Free Software
18    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19
20    See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22    Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
23
24 .. _section_home:
25
26 ================================================================================
27 ADAO documentation
28 ================================================================================
29
30 .. image:: images/ADAO_logo.png
31    :align: center
32    :alt: ADAO logo
33
34 The ADAO module provides **data assimilation and optimization** features in
35 SALOME context. It is based on usage of other SALOME modules, namely YACS and
36 EFICAS, and on usage of a generic underlying data assimilation library.
37
38 Briefly stated, Data Assimilation is a methodological framework to compute the
39 optimal estimate of the inaccessible true value of a system state over time. It
40 uses information coming from experimental measurements or observations, and from
41 numerical *a priori* models, including information about their errors. Parts of
42 the framework are also known under the names of *parameter estimation*, *inverse
43 problems*, *Bayesian estimation*, *optimal interpolation*, etc. More details can
44 be found in the section :ref:`section_theory`.
45
46 The documentation for this module is divided into several major categories,
47 related to the theoretical documentation (indicated in the title by **[DocT]**),
48 to the user documentation (indicated in the title by **[DocU]**), and to the
49 reference documentation (indicated in the title by **[DocR]**).
50
51 The first part is the :ref:`section_intro`. The second part introduces
52 :ref:`section_theory`, and their concepts. The third part describes
53 :ref:`section_using`, and the fourth part gives examples on ADAO usage as
54 :ref:`section_examples`. Users interested in quick use of the module can stop
55 before reading the rest, but a valuable use of the module requires to read and
56 come back regularly to the third and seventh parts. The fifth part indicates the
57 :ref:`section_advanced`, with how to obtain additional information or how to use
58 non-GUI execution scripting. The next part gives a detailed
59 :ref:`section_reference`, with four main sub-parts following, the last one
60 giving a :ref:`section_tui` of the module. And, to respect the module
61 requirements, be sure to read the part :ref:`section_license`.
62
63 In all this documentation, we use standard notations of linear algebra, data
64 assimilation (as described in [Ide97]_) and optimization. In particular, vectors
65 are written horizontally or vertically without making difference. Matrices are
66 written either normally, or with a condensed notation, consisting in the use of
67 a space to separate values and a "``;``" to separate the rows, in a continuous
68 line.
69
70 Table of contents
71 -----------------
72
73 .. toctree::
74    :maxdepth: 2
75
76    intro
77    theory
78    using
79    examples
80    advanced
81    reference
82    tui
83    license
84    glossary
85    bibliography
86
87 Indices and tables
88 ------------------
89
90 * :ref:`genindex`
91 * :ref:`search`
92
93 .. * :ref:`section_glossary`