]> SALOME platform Git repositories - modules/adao.git/blob - README
Salome HOME
Adding DE to standard GUI, and minor Python 3 correction
[modules/adao.git] / README
1 ================================================================================
2 ADAO, a module for Data Assimilation and Optimization
3 ================================================================================
4
5 About
6 =====
7
8 The ADAO module provides data assimilation and optimization features in SALOME
9 context or alone. Briefly stated, Data Assimilation is a methodological
10 framework to compute the optimal estimate of the inaccessible true value of a
11 system state over time. It uses information coming from experimental
12 measurements or observations, and from numerical *a priori* models, including
13 information about their errors. Parts of the framework are also known under the
14 names of *parameter estimation*, *inverse problems*, *Bayesian estimation*,
15 *optimal interpolation*, etc.
16
17 License and requirements
18 ========================
19
20 The license for this module is the GNU Lesser General Public License (Lesser
21 GPL), as stated here and in the source files::
22
23     <ADAO, a module for Data Assimilation and Optimization>
24
25     Copyright (C) 2008-2018 EDF R&D
26
27     This library is free software; you can redistribute it and/or
28     modify it under the terms of the GNU Lesser General Public
29     License as published by the Free Software Foundation; either
30     version 2.1 of the License, or (at your option) any later version.
31
32     This library is distributed in the hope that it will be useful,
33     but WITHOUT ANY WARRANTY; without even the implied warranty of
34     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
35     Lesser General Public License for more details.
36
37     You should have received a copy of the GNU Lesser General Public
38     License along with this library; if not, write to the Free Software
39     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
40
41     See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
42
43 In addition, we require that all publication or presentation describing work
44 using this software, or all commercial or not products using it, quote at least
45 one of the references given below:
46
47     * *ADAO, a module for Data Assimilation and Optimization*,
48       http://www.salome-platform.org/
49
50     * *ADAO, un module pour l'Assimilation de Données et l'Aide à
51       l'Optimisation*, http://www.salome-platform.org/
52
53     * *SALOME The Open Source Integration Platform for Numerical Simulation*,
54       http://www.salome-platform.org/
55
56 The documentation of the module is also covered by the license and the
57 requirement of quoting.