-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of licence headers and other links for new webpage.
- Loading branch information
1 parent
22507e9
commit b88ebd5
Showing
252 changed files
with
505 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
# CoDiPack, a Code Differentiation Package | ||
# | ||
# Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
# Homepage: http://www.scicomp.uni-kl.de | ||
# Homepage: http://scicomp.rptu.de | ||
# Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
# | ||
# Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
# | ||
# This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
# This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
# | ||
# CoDiPack is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
|
@@ -92,7 +92,7 @@ ifeq ($(MPI), yes) | |
ifdef MEDI_DIR | ||
FLAGS += -I$(MEDI_DIR)/include -I$(MEDI_DIR)/src | ||
else | ||
$(error Error: 'MEDI_DIR' is not defined for the MPI build. You can get it at 'https://www.scicomp.uni-kl.de/software/medi/' or with 'git clone https://github.com/SciCompKL/MeDiPack.git') | ||
$(error Error: 'MEDI_DIR' is not defined for the MPI build. You can get it at 'https://scicomp.rptu.de/software/medi/' or with 'git clone https://github.com/SciCompKL/MeDiPack.git') | ||
endif | ||
endif | ||
ifeq ($(OPENMP), yes) | ||
|
@@ -102,7 +102,7 @@ ifeq ($(OPENMP), yes) | |
ifdef OPDI_DIR | ||
FLAGS += -I$(OPDI_DIR)/include | ||
else | ||
$(error Error: 'OPDI_DIR' is not defined for the OpDiLib build. You can get it at 'https://www.scicomp.uni-kl.de/software/opdi/' or with 'git clone https://github.com/SciCompKL/OpDiLib.git') | ||
$(error Error: 'OPDI_DIR' is not defined for the OpDiLib build. You can get it at 'https://scicomp.rptu.de/software/opdi/' or with 'git clone https://github.com/SciCompKL/OpDiLib.git') | ||
endif | ||
endif | ||
else | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# CoDiPack | ||
|
||
[CoDiPack](http://www.scicomp.uni-kl.de/software/codi/) (Code Differentiation Package) is a tool for gradient evaluation in computer programs. It supports the features: | ||
[CoDiPack](http://scicomp.rptu.de/software/codi/) (Code Differentiation Package) is a tool for gradient evaluation in computer programs. It supports the features: | ||
- Forward mode of Algorithmic Differentiation (AD) | ||
- Reverse mode of Algorithmic Differentiation (AD) | ||
- Different tape implementations | ||
|
@@ -11,7 +11,7 @@ | |
The design principle for CoDiPack is that it is easy to use. | ||
However, it also gives experienced AD developers full access to all the data structures. | ||
|
||
The [Scientific Computing Group](http://www.scicomp.uni-kl.de) at the TU Kaiserslautern develops CoDiPack and will enhance and extend CoDiPack in the future. | ||
The [Scientific Computing Group](http://scicomp.rptu.de) at the TU Kaiserslautern develops CoDiPack and will enhance and extend CoDiPack in the future. | ||
There is a newsletter available at [[email protected]](https://lists.uni-kl.de/uni-kl/subscribe/codi-info) and if you want to contact us please write a mail to [[email protected]](mailto:[email protected]). | ||
|
||
[![Build Status](https://travis-ci.org/SciCompKL/CoDiPack.svg?branch=develop)](https://travis-ci.org/SciCompKL/CoDiPack) | ||
|
@@ -37,7 +37,7 @@ The file `codi.hpp` defines several datatypes. The most important ones are: | |
We recommend to use the codi::RealReverse type when AD is first introduced to an application. | ||
After that there should be no difficulties in replacing the codi::RealReverse type with other types. | ||
|
||
For further details please visit our [CoDiPack](http://www.scicomp.uni-kl.de/software/codi/) web page. | ||
For further details please visit our [CoDiPack](http://scicomp.rptu.de/software/codi/) web page. | ||
|
||
### CMake | ||
|
||
|
@@ -110,7 +110,7 @@ for the gcc compiler or with | |
~~~~ | ||
for the Intel compiler. | ||
|
||
Please visit the [tutorial page](http://www.scicomp.uni-kl.de/codi/db/d3c/tutorialPage.html) for further information. | ||
Please visit the [tutorial page](https://scicomp.rptu.de/codi/db/d84/TutorialsAndExamples.html) for further information. | ||
|
||
## Citation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
@@ -55,9 +55,9 @@ namespace codi { | |
/** | ||
* @brief CoDiPack - Code Differentiation Package | ||
* | ||
* Web: https://www.scicomp.uni-kl.de/software/codi | ||
* Web: https://scicomp.rptu.de/software/codi | ||
* Git: https://github.com/scicompkl/codipack | ||
* Doc: https://www.scicomp.uni-kl.de/codi | ||
* Doc: https://scicomp.rptu.de/codi | ||
*/ | ||
struct Namespace {}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
* CoDiPack, a Code Differentiation Package | ||
* | ||
* Copyright (C) 2015-2024 Chair for Scientific Computing (SciComp), University of Kaiserslautern-Landau | ||
* Homepage: http://www.scicomp.uni-kl.de | ||
* Homepage: http://scicomp.rptu.de | ||
* Contact: Prof. Nicolas R. Gauger ([email protected]) | ||
* | ||
* Lead developers: Max Sagebaum, Johannes Blühdorn (SciComp, University of Kaiserslautern-Landau) | ||
* | ||
* This file is part of CoDiPack (http://www.scicomp.uni-kl.de/software/codi). | ||
* This file is part of CoDiPack (http://scicomp.rptu.de/software/codi). | ||
* | ||
* CoDiPack is free software: you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
|
Oops, something went wrong.