Skip to content

Commit 09ba9e3

Browse files
authored
Merge pull request #1912 from su2code/release_v7.5.1
Changing version number to 7.5.1
2 parents 559b785 + e43515d commit 09ba9e3

File tree

994 files changed

+1074
-1073
lines changed

Some content is hidden

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

994 files changed

+1074
-1073
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
39+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
38+
* \version 7.5.1 "Blackbird"
3939
*/
4040
struct CBBoxTargetClass {
4141

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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
41+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
7+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
9+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
98+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
44+
* \version 7.5.1 "Blackbird"
4545
*/
4646
struct CLong3T {
4747
long long0 = 0; /*!< \brief First long to store in this class. */
@@ -59,7 +59,7 @@ struct CLong3T {
5959
* \class CReorderElements
6060
* \brief Class, used to reorder the owned elements after the partitioning.
6161
* \author E. van der Weide
62-
* \version 7.5.0 "Blackbird"
62+
* \version 7.5.1 "Blackbird"
6363
*/
6464
class CReorderElements {
6565
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.0 "Blackbird"
134+
* \version 7.5.1 "Blackbird"
135135
*/
136136
class CVolumeElementFEM; // Forward declaration to avoid problems.
137137
class CSortFaces {
@@ -172,7 +172,7 @@ class CSortFaces {
172172
* \brief Functor, used for a different sorting of the faces than the < operator
173173
* of CSurfaceElementFEM.
174174
* \author E. van der Weide
175-
* \version 7.5.0 "Blackbird"
175+
* \version 7.5.1 "Blackbird"
176176
*/
177177
struct CSurfaceElementFEM; // Forward declaration to avoid problems.
178178
struct CSortBoundaryFaces {
@@ -189,7 +189,7 @@ struct CSortBoundaryFaces {
189189
* \class CVolumeElementFEM
190190
* \brief Class to store a volume element for the FEM solver.
191191
* \author E. van der Weide
192-
* \version 7.5.0 "Blackbird"
192+
* \version 7.5.1 "Blackbird"
193193
*/
194194
class CVolumeElementFEM {
195195
public:
@@ -283,7 +283,7 @@ class CVolumeElementFEM {
283283
* \class CPointFEM
284284
* \brief Class to a point for the FEM solver.
285285
* \author E. van der Weide
286-
* \version 7.5.0 "Blackbird"
286+
* \version 7.5.1 "Blackbird"
287287
*/
288288
struct CPointFEM {
289289
unsigned long globalID; /*!< \brief The global ID of this point in the grid. */
@@ -308,7 +308,7 @@ struct CPointFEM {
308308
* \class CInternalFaceElementFEM
309309
* \brief Class to store an internal face for the FEM solver.
310310
* \author E. van der Weide
311-
* \version 7.5.0 "Blackbird"
311+
* \version 7.5.1 "Blackbird"
312312
*/
313313
struct CInternalFaceElementFEM {
314314
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
@@ -353,7 +353,7 @@ struct CInternalFaceElementFEM {
353353
* \class CSurfaceElementFEM
354354
* \brief Class to store a surface element for the FEM solver.
355355
* \author E. van der Weide
356-
* \version 7.5.0 "Blackbird"
356+
* \version 7.5.1 "Blackbird"
357357
*/
358358
struct CSurfaceElementFEM {
359359
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
@@ -415,7 +415,7 @@ struct CSurfaceElementFEM {
415415
* \class CBoundaryFEM
416416
* \brief Class to store a boundary for the FEM solver.
417417
* \author E. van der Weide
418-
* \version 7.5.0 "Blackbird"
418+
* \version 7.5.1 "Blackbird"
419419
*/
420420
struct CBoundaryFEM {
421421
string markerTag; /*!< \brief Marker tag of this boundary. */
@@ -438,7 +438,7 @@ struct CBoundaryFEM {
438438
* \class CMeshFEM
439439
* \brief Base class for the FEM solver.
440440
* \author E. van der Weide
441-
* \version 7.5.0 "Blackbird"
441+
* \version 7.5.1 "Blackbird"
442442
*/
443443
class CMeshFEM: public CGeometry {
444444
protected:
@@ -712,7 +712,7 @@ class CMeshFEM: public CGeometry {
712712
* \class CMeshFEM_DG
713713
* \brief Class which contains all the variables for the DG FEM solver.
714714
* \author E. van der Weide
715-
* \version 7.5.0 "Blackbird"
715+
* \version 7.5.1 "Blackbird"
716716
*/
717717
class CMeshFEM_DG: public CMeshFEM {
718718
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
43+
* \version 7.5.1 "Blackbird"
4444
*/
4545
class CFEMStandardElementBase {
4646
protected:
@@ -781,7 +781,7 @@ class CFEMStandardElementBase {
781781
* \class CFEMStandardElement
782782
* \brief Class to define a FEM standard element.
783783
* \author E. van der Weide
784-
* \version 7.5.0 "Blackbird"
784+
* \version 7.5.1 "Blackbird"
785785
*/
786786
class CFEMStandardElement : public CFEMStandardElementBase {
787787
private:
@@ -1220,7 +1220,7 @@ class CFEMStandardElement : public CFEMStandardElementBase {
12201220
* \class CFEMStandardInternalFace
12211221
* \brief Class to define a FEM standard internal face.
12221222
* \author E. van der Weide
1223-
* \version 7.5.0 "Blackbird"
1223+
* \version 7.5.1 "Blackbird"
12241224
*/
12251225
class CFEMStandardInternalFace : public CFEMStandardElementBase {
12261226
private:
@@ -1546,7 +1546,7 @@ class CFEMStandardInternalFace : public CFEMStandardElementBase {
15461546
* \class CFEMStandardBoundaryFace
15471547
* \brief Class to define a FEM standard boundary face.
15481548
* \author E. van der Weide
1549-
* \version 7.5.0 "Blackbird"
1549+
* \version 7.5.1 "Blackbird"
15501550
*/
15511551
class CFEMStandardBoundaryFace : public CFEMStandardElementBase {
15521552
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
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.0 "Blackbird"
6+
* \version 7.5.1 "Blackbird"
77
*
88
* SU2 Project Website: https://su2code.github.io
99
*

Common/include/geometry/CMultiGridGeometry.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CMultiGridGeometry.hpp
33
* \brief Headers of the multigrid geometry class.
44
* \author F. Palacios, T. Economon
5-
* \version 7.5.0 "Blackbird"
5+
* \version 7.5.1 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

0 commit comments

Comments
 (0)