Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.DynamicalSystemsModelling/3.3/sundials/include/sundials/LICENSE @ 16222

Last change on this file since 16222 was 16222, checked in by gkronber, 6 years ago

#2925:

  • added comments about parameter identification for differential equation models
  • added source code of cvodes library (part of sundials) which provides functionality to calculate gradients for the parameters of partial differential equation models efficiently using the 'adjoint state method'.
  • added compiled version of cvodes
File size: 3.1 KB
Line 
1Copyright (c) 2002-2016, Lawrence Livermore National Security.
2Produced at the Lawrence Livermore National Laboratory.
3Written by A.C. Hindmarsh, D.R. Reynolds, R. Serban, C.S. Woodward,
4S.D. Cohen, A.G. Taylor, S. Peles, L.E. Banks, and D. Shumaker.
5LLNL-CODE-667205    (ARKODE)
6UCRL-CODE-155951    (CVODE)
7UCRL-CODE-155950    (CVODES)
8UCRL-CODE-155952    (IDA)
9UCRL-CODE-237203    (IDAS)
10LLNL-CODE-665877    (KINSOL)
11All rights reserved.
12
13This file is part of SUNDIALS.  For details,
14see http://computation.llnl.gov/projects/sundials
15
16Redistribution and use in source and binary forms, with or without
17modification, are permitted provided that the following conditions
18are met:
19
201. Redistributions of source code must retain the above copyright
21notice, this list of conditions and the disclaimer below.
22
232. Redistributions in binary form must reproduce the above copyright
24notice, this list of conditions and the disclaimer (as noted below)
25in the documentation and/or other materials provided with the
26distribution.
27
283. Neither the name of the LLNS/LLNL nor the names of its contributors
29may be used to endorse or promote products derived from this software
30without specific prior written permission.
31
32THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
35FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
36LAWRENCE LIVERMORE NATIONAL SECURITY, LLC, THE U.S. DEPARTMENT OF
37ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
39TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
41THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
42(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
45Additional BSD Notice
46---------------------
471. This notice is required to be provided under our contract with
48the U.S. Department of Energy (DOE). This work was produced at
49Lawrence Livermore National Laboratory under Contract
50No. DE-AC52-07NA27344 with the DOE.
51
522. Neither the United States Government nor Lawrence Livermore
53National Security, LLC nor any of their employees, makes any warranty,
54express or implied, or assumes any liability or responsibility for the
55accuracy, completeness, or usefulness of any information, apparatus,
56product, or process disclosed, or represents that its use would not
57infringe privately-owned rights.
58
593. Also, reference herein to any specific commercial products, process,
60or services by trade name, trademark, manufacturer or otherwise does
61not necessarily constitute or imply its endorsement, recommendation,
62or favoring by the United States Government or Lawrence Livermore
63National Security, LLC. The views and opinions of authors expressed
64herein do not necessarily state or reflect those of the United States
65Government or Lawrence Livermore National Security, LLC, and shall
66not be used for advertising or product endorsement purposes.
67
Note: See TracBrowser for help on using the repository browser.