Skip to content

Commit 1fe5981

Browse files
authored
Merge pull request #2120 from su2code/release_v8.0.0
Changing version number to 8.0.0
2 parents c5e97f8 + e7d88da commit 1fe5981

File tree

1,003 files changed

+1082
-1082
lines changed

Some content is hidden

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

1,003 files changed

+1082
-1082
lines changed

Common/include/CConfig.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief All the information about the definition of the physical problem.
44
* The subroutines and functions are in the <i>CConfig.cpp</i> file.
55
* \author F. Palacios, T. Economon, B. Tracey
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

Common/include/adt/CADTBaseClass.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/adt/CADTComparePointClass.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/adt/CADTElemClass.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*
@@ -36,7 +36,7 @@
3636
* \ingroup ADT
3737
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
3838
* \author E. van der Weide
39-
* \version 7.5.1 "Blackbird"
39+
* \version 8.0.0 "Harrier"
4040
*/
4141
class CADTElemClass : public CADTBaseClass {
4242
private:

Common/include/adt/CADTNodeClass.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/adt/CADTPointsOnlyClass.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CADTPointsOnlyClass.hpp
33
* \brief Class for storing an ADT of only points in an arbitrary number of dimensions.
44
* \author E. van der Weide
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/adt/CBBoxTargetClass.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Class for storing the information of a possible bounding box candidate
44
during a minimum distance search.
55
* \author E. van der Weide
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*
@@ -35,7 +35,7 @@
3535
* \brief Class for storing the information of a possible bounding box candidate
3636
during a minimum distance search.
3737
* \author E. van der Weide
38-
* \version 7.5.1 "Blackbird"
38+
* \version 8.0.0 "Harrier"
3939
*/
4040
struct CBBoxTargetClass {
4141
unsigned long boundingBoxID; /*!< \brief Corresponding bounding box ID. */

Common/include/basic_types/ad_structure.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file ad_structure.hpp
33
* \brief Main routines for the algorithmic differentiation (AD) structure.
44
* \author T. Albring, J. Blühdorn
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/basic_types/datatype_structure.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file datatype_structure.hpp
33
* \brief Headers for generalized datatypes, defines an interface for AD types.
44
* \author T. Albring
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/code_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file code_config.hpp
33
* \brief Header file for collecting common macros, definitions and type configurations.
44
* \author T. Albring, P. Gomes, J. Blühdorn
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/containers/C2DContainer.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file C2DContainer.hpp
33
* \brief A templated vector/matrix object.
44
* \author P. Gomes
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/containers/CFastFindAndEraseQueue.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief A queue-type container (push back, pop front), but with
44
* fast deletion of arbitrary items (possibly in the middle).
55
* \author P. Gomes
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

Common/include/containers/CFileReaderLUT.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CFileReaderLUT.hpp
33
* \brief reading lookup table for tabulated fluid properties
44
* \author D. Mayer, T. Economon
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/containers/CLookUpTable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CLookupTable.hpp
33
* \brief tabulation of fluid properties
44
* \author D. Mayer, T. Economon
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/containers/CPyWrapperMatrixView.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CPyWrapperMatrixView.hpp
33
* \brief Simple matrix views to use with the python wrapper.
44
* \author P. Gomes
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/containers/CTrapezoidalMap.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CTrapezoidalMap.hpp
33
* \brief Implementation of the trapezoidal map for tabulation and lookup of fluid properties
44
* \author D. Mayer, T. Economon
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*
@@ -38,7 +38,7 @@
3838
* \ingroup LookUpInterp
3939
* \brief Construction of trapezoidal map for tabulated lookup
4040
* \author: D. Mayer, T. Economon
41-
* \version 7.5.1 "Blackbird"
41+
* \version 8.0.0 "Harrier"
4242
*/
4343
class CTrapezoidalMap {
4444
protected:

Common/include/containers/CVertexMap.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CVertexMap.hpp
33
* \brief An index to index lookup vector.
44
* \author P. Gomes
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/containers/container_decorators.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Collection of small classes that decorate C2DContainer to
44
* augment its functionality, e.g. give it extra dimensions.
55
* \author P. Gomes
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

Common/include/fem/fem_cgns_elements.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* with high order elements.
55
* The functions are in the <i>cgns_elements.cpp</i> file.
66
* \author E. van der Weide
7-
* \version 7.5.1 "Blackbird"
7+
* \version 8.0.0 "Harrier"
88
*
99
* SU2 Project Website: https://su2code.github.io
1010
*

Common/include/fem/fem_gauss_jacobi_quadrature.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
All the functions in this class are based on the program JACOBI_RULE
77
of John Burkardt.
88
* \author E. van der Weide
9-
* \version 7.5.1 "Blackbird"
9+
* \version 8.0.0 "Harrier"
1010
*
1111
* SU2 Project Website: https://su2code.github.io
1212
*
@@ -95,7 +95,7 @@ using namespace std;
9595
* \brief Class used to determine the quadrature points of the Gauss Jacobi
9696
integration rules.
9797
* \author E. van der Weide
98-
* \version 7.5.1 "Blackbird"
98+
* \version 8.0.0 "Harrier"
9999
*/
100100
class CGaussJacobiQuadrature {
101101
public:

Common/include/fem/fem_geometry_structure.hpp

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Headers of the main subroutines for creating the geometrical structure for the FEM solver.
44
* The subroutines and functions are in the <i>fem_geometry_structure.cpp</i> file.
55
* \author E. van der Weide
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*
@@ -41,7 +41,7 @@ using namespace std;
4141
/*!
4242
* \class CLong3T
4343
* \brief Help class used to store three longs as one entity.
44-
* \version 7.5.1 "Blackbird"
44+
* \version 8.0.0 "Harrier"
4545
*/
4646
struct CLong3T {
4747
long long0 = 0; /*!< \brief First long to store in this class. */
@@ -63,7 +63,7 @@ struct CLong3T {
6363
* \class CReorderElements
6464
* \brief Class, used to reorder the owned elements after the partitioning.
6565
* \author E. van der Weide
66-
* \version 7.5.1 "Blackbird"
66+
* \version 8.0.0 "Harrier"
6767
*/
6868
class CReorderElements {
6969
private:
@@ -131,7 +131,7 @@ class CReorderElements {
131131
* \brief Functor, used for a different sorting of the faces than the < operator
132132
* of CFaceOfElement.
133133
* \author E. van der Weide
134-
* \version 7.5.1 "Blackbird"
134+
* \version 8.0.0 "Harrier"
135135
*/
136136
class CVolumeElementFEM; // Forward declaration to avoid problems.
137137
class CSortFaces {
@@ -169,7 +169,7 @@ class CSortFaces {
169169
* \brief Functor, used for a different sorting of the faces than the < operator
170170
* of CSurfaceElementFEM.
171171
* \author E. van der Weide
172-
* \version 7.5.1 "Blackbird"
172+
* \version 8.0.0 "Harrier"
173173
*/
174174
struct CSurfaceElementFEM; // Forward declaration to avoid problems.
175175
struct CSortBoundaryFaces {
@@ -185,7 +185,7 @@ struct CSortBoundaryFaces {
185185
* \class CVolumeElementFEM
186186
* \brief Class to store a volume element for the FEM solver.
187187
* \author E. van der Weide
188-
* \version 7.5.1 "Blackbird"
188+
* \version 8.0.0 "Harrier"
189189
*/
190190
class CVolumeElementFEM {
191191
public:
@@ -276,7 +276,7 @@ class CVolumeElementFEM {
276276
* \class CPointFEM
277277
* \brief Class to a point for the FEM solver.
278278
* \author E. van der Weide
279-
* \version 7.5.1 "Blackbird"
279+
* \version 8.0.0 "Harrier"
280280
*/
281281
struct CPointFEM {
282282
unsigned long globalID; /*!< \brief The global ID of this point in the grid. */
@@ -300,7 +300,7 @@ struct CPointFEM {
300300
* \class CInternalFaceElementFEM
301301
* \brief Class to store an internal face for the FEM solver.
302302
* \author E. van der Weide
303-
* \version 7.5.1 "Blackbird"
303+
* \version 8.0.0 "Harrier"
304304
*/
305305
struct CInternalFaceElementFEM {
306306
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
@@ -344,7 +344,7 @@ struct CInternalFaceElementFEM {
344344
* \class CSurfaceElementFEM
345345
* \brief Class to store a surface element for the FEM solver.
346346
* \author E. van der Weide
347-
* \version 7.5.1 "Blackbird"
347+
* \version 8.0.0 "Harrier"
348348
*/
349349
struct CSurfaceElementFEM {
350350
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
@@ -405,7 +405,7 @@ struct CSurfaceElementFEM {
405405
* \class CBoundaryFEM
406406
* \brief Class to store a boundary for the FEM solver.
407407
* \author E. van der Weide
408-
* \version 7.5.1 "Blackbird"
408+
* \version 8.0.0 "Harrier"
409409
*/
410410
struct CBoundaryFEM {
411411
string markerTag; /*!< \brief Marker tag of this boundary. */
@@ -428,7 +428,7 @@ struct CBoundaryFEM {
428428
* \class CMeshFEM
429429
* \brief Base class for the FEM solver.
430430
* \author E. van der Weide
431-
* \version 7.5.1 "Blackbird"
431+
* \version 8.0.0 "Harrier"
432432
*/
433433
class CMeshFEM : public CGeometry {
434434
protected:
@@ -693,7 +693,7 @@ class CMeshFEM : public CGeometry {
693693
* \class CMeshFEM_DG
694694
* \brief Class which contains all the variables for the DG FEM solver.
695695
* \author E. van der Weide
696-
* \version 7.5.1 "Blackbird"
696+
* \version 8.0.0 "Harrier"
697697
*/
698698
class CMeshFEM_DG : public CMeshFEM {
699699
protected:

Common/include/fem/fem_standard_element.hpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Headers of the main functions for the FEM standard elements.
44
* The functions are in the <i>fem_standard_element.cpp</i> file.
55
* \author E. van der Weide
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*
@@ -40,7 +40,7 @@ using namespace std;
4040
* \class CFEMStandardElementBase
4141
* \brief Base class for a FEM standard element.
4242
* \author E. van der Weide
43-
* \version 7.5.1 "Blackbird"
43+
* \version 8.0.0 "Harrier"
4444
*/
4545
class CFEMStandardElementBase {
4646
protected:
@@ -668,7 +668,7 @@ class CFEMStandardElementBase {
668668
* \class CFEMStandardElement
669669
* \brief Class to define a FEM standard element.
670670
* \author E. van der Weide
671-
* \version 7.5.1 "Blackbird"
671+
* \version 8.0.0 "Harrier"
672672
*/
673673
class CFEMStandardElement : public CFEMStandardElementBase {
674674
private:
@@ -1101,7 +1101,7 @@ class CFEMStandardElement : public CFEMStandardElementBase {
11011101
* \class CFEMStandardInternalFace
11021102
* \brief Class to define a FEM standard internal face.
11031103
* \author E. van der Weide
1104-
* \version 7.5.1 "Blackbird"
1104+
* \version 8.0.0 "Harrier"
11051105
*/
11061106
class CFEMStandardInternalFace : public CFEMStandardElementBase {
11071107
private:
@@ -1434,7 +1434,7 @@ class CFEMStandardInternalFace : public CFEMStandardElementBase {
14341434
* \class CFEMStandardBoundaryFace
14351435
* \brief Class to define a FEM standard boundary face.
14361436
* \author E. van der Weide
1437-
* \version 7.5.1 "Blackbird"
1437+
* \version 8.0.0 "Harrier"
14381438
*/
14391439
class CFEMStandardBoundaryFace : public CFEMStandardElementBase {
14401440
private:

Common/include/fem/geometry_structure_fem_part.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file geometry_structure_fem_part.hpp
33
* \brief Helper classes for the Fluid FEM solver.
44
* \author E. van der Weide
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/geometry/CDummyGeometry.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CDummyGeometry.hpp
33
* \brief Headers of the dummy geometry class used in "dry run" mode.
44
* \author T. Albring
5-
* \version 7.5.1 "Blackbird"
5+
* \version 8.0.0 "Harrier"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

Common/include/geometry/CGeometry.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Headers of the main subroutines for creating the geometrical structure.
44
* The subroutines and functions are in the <i>CGeometry.cpp</i> file.
55
* \author F. Palacios, T. Economon
6-
* \version 7.5.1 "Blackbird"
6+
* \version 8.0.0 "Harrier"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

0 commit comments

Comments
 (0)