Skip to content

Commit 0364f3b

Browse files
authored
Merge branch 'develop' into bugfix_temporary_config_file
2 parents a4d622a + 4c3311f commit 0364f3b

1,556 files changed

Lines changed: 474172 additions & 7993 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/regression.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
testscript: ['tutorials.py', 'parallel_regression.py', 'parallel_regression_AD.py', 'serial_regression.py', 'serial_regression_AD.py', 'hybrid_regression.py', 'hybrid_regression_AD.py']
63+
testscript: ['vandv.py', 'tutorials.py', 'parallel_regression.py', 'parallel_regression_AD.py', 'serial_regression.py', 'serial_regression_AD.py', 'hybrid_regression.py', 'hybrid_regression_AD.py']
6464
include:
65+
- testscript: 'vandv.py'
66+
tag: MPI
6567
- testscript: 'tutorials.py'
6668
tag: MPI
6769
- testscript: 'parallel_regression.py'

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
[submodule "externals/opdi"]
1919
path = externals/opdi
2020
url = https://github.com/SciCompKL/OpDiLib
21+
[submodule "externals/mel"]
22+
path = externals/mel
23+
url = https://github.com/pcarruscag/MEL.git

.lgtm.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
extraction:
2+
cpp:
3+
prepare:
4+
packages:
5+
- libboost-all-dev
6+
configure:
7+
command:
8+
- ./meson.py build --optimization=1
9+
index:
10+
build_command:
11+
- ./ninja -C build
12+
113
path_classifiers:
214
test:
315
- TestCases/*

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Brian Munguía
6161
Carsten Othmer
6262
Catarina Garbacz
6363
Charanya Venkatesan-Crome
64+
Christian Bauer
6465
Clark Pederson
6566
Daumantas Kavolis
6667
Dave Taflin

Common/doc/docmain.hpp

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22
* \file docmain.hpp
33
* \brief This file contains documentation for Doxygen and does not have any significance with respect to C++.
44
* \author F. Palacios
5-
* \version 7.2.1 "Blackbird"
5+
* \version 7.3.0 "Blackbird"
66
*
7-
* The current SU2 release has been coordinated by the
8-
* SU2 International Developers Society <www.su2devsociety.org>
9-
* with selected contributions from the open-source community.
10-
* - Prof. Juan J. Alonso's group at Stanford University.
11-
* - Prof. Piero Colonna's group at Delft University of Technology.
12-
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
13-
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
14-
* - Prof. Rafael Palacios' group at Imperial College London.
15-
* - Prof. Edwin van der Weide's group at the University of Twente.
16-
* - Prof. Vincent Terrapon's group at the University of Liege.
7+
* SU2 Project Website: https://su2code.github.io
178
*
18-
* Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
19-
* Tim Albring, and the SU2 contributors.
9+
* The SU2 Project is maintained by the SU2 Foundation
10+
* (http://su2foundation.org)
11+
*
12+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2013
*
2114
* SU2 is free software; you can redistribute it and/or
2215
* modify it under the terms of the GNU Lesser General Public
@@ -33,7 +26,7 @@
3326
*/
3427

3528
/*!
36-
* \mainpage SU2 version 7.2.1 "Blackbird"
29+
* \mainpage SU2 version 7.3.0 "Blackbird"
3730
* SU2 suite is an open-source collection of C++ based software tools
3831
* to perform PDE analysis and PDE constrained optimization problems. The toolset is designed with
3932
* computational fluid dynamics and aerodynamic shape optimization in mind, but is extensible to

Common/include/CConfig.hpp

Lines changed: 230 additions & 119 deletions
Large diffs are not rendered by default.

Common/include/adt/CADTBaseClass.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* \file CADTBaseClass.hpp
33
* \brief Base class for storing an ADT in an arbitrary number of dimensions.
44
* \author E. van der Weide
5-
* \version 7.2.1 "Blackbird"
5+
* \version 7.3.0 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public

Common/include/adt/CADTComparePointClass.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* \file CADTComparePointClass.hpp
33
* \brief subroutines for comparing two points in an alternating digital tree (ADT).
44
* \author E. van der Weide
5-
* \version 7.2.1 "Blackbird"
5+
* \version 7.3.0 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public

Common/include/adt/CADTElemClass.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* \file CADTElemClass.hpp
33
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
44
* \author E. van der Weide
5-
* \version 7.2.1 "Blackbird"
5+
* \version 7.3.0 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public
@@ -35,7 +35,7 @@
3535
* \class CADTElemClass
3636
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
3737
* \author E. van der Weide
38-
* \version 7.2.1 "Blackbird"
38+
* \version 7.3.0 "Blackbird"
3939
*/
4040
class CADTElemClass : public CADTBaseClass {
4141
private:

Common/include/adt/CADTNodeClass.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* \file CADTNodeClass.hpp
33
* \brief Class for storing the information needed in a node of an ADT.
44
* \author E. van der Weide
5-
* \version 7.2.1 "Blackbird"
5+
* \version 7.3.0 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)