Skip to content

Commit

Permalink
Changing version number to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 18, 2022
1 parent 60c7681 commit c6dac40
Show file tree
Hide file tree
Showing 957 changed files with 1,037 additions and 1,037 deletions.
4 changes: 2 additions & 2 deletions Common/doc/docmain.hpp
Expand Up @@ -2,7 +2,7 @@
* \file docmain.hpp
* \brief This file contains documentation for Doxygen and does not have any significance with respect to C++.
* \author F. Palacios
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand All @@ -26,7 +26,7 @@
*/

/*!
* \mainpage SU2 version 7.3.1 "Blackbird"
* \mainpage SU2 version 7.4.0 "Blackbird"
* SU2 suite is an open-source collection of C++ based software tools
* to perform PDE analysis and PDE constrained optimization problems. The toolset is designed with
* computational fluid dynamics and aerodynamic shape optimization in mind, but is extensible to
Expand Down
2 changes: 1 addition & 1 deletion Common/include/CConfig.hpp
Expand Up @@ -3,7 +3,7 @@
* \brief All the information about the definition of the physical problem.
* The subroutines and functions are in the <i>CConfig.cpp</i> file.
* \author F. Palacios, T. Economon, B. Tracey
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTBaseClass.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CADTBaseClass.hpp
* \brief Base class for storing an ADT in an arbitrary number of dimensions.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTComparePointClass.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CADTComparePointClass.hpp
* \brief subroutines for comparing two points in an alternating digital tree (ADT).
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/adt/CADTElemClass.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CADTElemClass.hpp
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -35,7 +35,7 @@
* \class CADTElemClass
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CADTElemClass : public CADTBaseClass {
private:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTNodeClass.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CADTNodeClass.hpp
* \brief Class for storing the information needed in a node of an ADT.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTPointsOnlyClass.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CADTPointsOnlyClass.hpp
* \brief Class for storing an ADT of only points in an arbitrary number of dimensions.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/adt/CBBoxTargetClass.hpp
Expand Up @@ -3,7 +3,7 @@
* \brief Class for storing the information of a possible bounding box candidate
during a minimum distance search.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -34,7 +34,7 @@
* \brief Class for storing the information of a possible bounding box candidate
during a minimum distance search.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CBBoxTargetClass {

Expand Down
2 changes: 1 addition & 1 deletion Common/include/basic_types/ad_structure.hpp
Expand Up @@ -2,7 +2,7 @@
* \file ad_structure.hpp
* \brief Main routines for the algorithmic differentiation (AD) structure.
* \author T. Albring, J. Blühdorn
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/basic_types/datatype_structure.hpp
Expand Up @@ -2,7 +2,7 @@
* \file datatype_structure.hpp
* \brief Headers for generalized datatypes, defines an interface for AD types.
* \author T. Albring
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/code_config.hpp
Expand Up @@ -2,7 +2,7 @@
* \file code_config.hpp
* \brief Header file for collecting common macros, definitions and type configurations.
* \author T. Albring, P. Gomes, J. Blühdorn
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/C2DContainer.hpp
Expand Up @@ -2,7 +2,7 @@
* \file C2DContainer.hpp
* \brief A templated vector/matrix object.
* \author P. Gomes
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CFastFindAndEraseQueue.hpp
Expand Up @@ -3,7 +3,7 @@
* \brief A queue-type container (push back, pop front), but with
* fast deletion of arbitrary items (possibly in the middle).
* \author P. Gomes
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CFileReaderLUT.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CFileReaderLUT.hpp
* \brief reading lookup table for tabulated fluid properties
* \author D. Mayer, T. Economon
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CLookUpTable.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CLookupTable.hpp
* \brief tabulation of fluid properties
* \author D. Mayer, T. Economon
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/containers/CTrapezoidalMap.hpp
Expand Up @@ -2,7 +2,7 @@
* \file TrapezoidalMap.hpp
* \brief Implementation of the trapezoidal map for tabulation and lookup of fluid properties
* \author D. Mayer, T. Economon
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -37,7 +37,7 @@
* \class CTrapezoidalMap
* \brief Construction of trapezoidal map for tabulated lookup
* \author: D. Mayer, T. Economon
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CTrapezoidalMap {
protected:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CVertexMap.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CVertexMap.hpp
* \brief An index to index lookup vector.
* \author P. Gomes
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/container_decorators.hpp
Expand Up @@ -3,7 +3,7 @@
* \brief Collection of small classes that decorate C2DContainer to
* augment its functionality, e.g. give it extra dimensions.
* \author P. Gomes
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem/fem_cgns_elements.hpp
Expand Up @@ -4,7 +4,7 @@
* with high order elements.
* The functions are in the <i>cgns_elements.cpp</i> file.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/fem/fem_gauss_jacobi_quadrature.hpp
Expand Up @@ -6,7 +6,7 @@
All the functions in this class are based on the program JACOBI_RULE
of John Burkardt.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -95,7 +95,7 @@ using namespace std;
* \brief Class used to determine the quadrature points of the Gauss Jacobi
integration rules.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CGaussJacobiQuadrature {
public:
Expand Down
24 changes: 12 additions & 12 deletions Common/include/fem/fem_geometry_structure.hpp
Expand Up @@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for creating the geometrical structure for the FEM solver.
* The subroutines and functions are in the <i>fem_geometry_structure.cpp</i> file.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -41,7 +41,7 @@ using namespace std;
/*!
* \class CLong3T
* \brief Help class used to store three longs as one entity.
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CLong3T {
long long0 = 0; /*!< \brief First long to store in this class. */
Expand All @@ -59,7 +59,7 @@ struct CLong3T {
* \class CReorderElements
* \brief Class, used to reorder the owned elements after the partitioning.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CReorderElements {
private:
Expand Down Expand Up @@ -131,7 +131,7 @@ class CReorderElements {
* \brief Functor, used for a different sorting of the faces than the < operator
* of CFaceOfElement.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CVolumeElementFEM; // Forward declaration to avoid problems.
class CSortFaces {
Expand Down Expand Up @@ -172,7 +172,7 @@ class CSortFaces {
* \brief Functor, used for a different sorting of the faces than the < operator
* of CSurfaceElementFEM.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CSurfaceElementFEM; // Forward declaration to avoid problems.
struct CSortBoundaryFaces {
Expand All @@ -189,7 +189,7 @@ struct CSortBoundaryFaces {
* \class CVolumeElementFEM
* \brief Class to store a volume element for the FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CVolumeElementFEM {
public:
Expand Down Expand Up @@ -283,7 +283,7 @@ class CVolumeElementFEM {
* \class CPointFEM
* \brief Class to a point for the FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CPointFEM {
unsigned long globalID; /*!< \brief The global ID of this point in the grid. */
Expand All @@ -308,7 +308,7 @@ struct CPointFEM {
* \class CInternalFaceElementFEM
* \brief Class to store an internal face for the FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CInternalFaceElementFEM {
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
Expand Down Expand Up @@ -353,7 +353,7 @@ struct CInternalFaceElementFEM {
* \class CSurfaceElementFEM
* \brief Class to store a surface element for the FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CSurfaceElementFEM {
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
Expand Down Expand Up @@ -415,7 +415,7 @@ struct CSurfaceElementFEM {
* \class CBoundaryFEM
* \brief Class to store a boundary for the FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
struct CBoundaryFEM {
string markerTag; /*!< \brief Marker tag of this boundary. */
Expand All @@ -438,7 +438,7 @@ struct CBoundaryFEM {
* \class CMeshFEM
* \brief Base class for the FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CMeshFEM: public CGeometry {
protected:
Expand Down Expand Up @@ -712,7 +712,7 @@ class CMeshFEM: public CGeometry {
* \class CMeshFEM_DG
* \brief Class which contains all the variables for the DG FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CMeshFEM_DG: public CMeshFEM {
protected:
Expand Down
10 changes: 5 additions & 5 deletions Common/include/fem/fem_standard_element.hpp
Expand Up @@ -3,7 +3,7 @@
* \brief Headers of the main functions for the FEM standard elements.
* The functions are in the <i>fem_standard_element.cpp</i> file.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -40,7 +40,7 @@ using namespace std;
* \class CFEMStandardElementBase
* \brief Base class for a FEM standard element.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CFEMStandardElementBase {
protected:
Expand Down Expand Up @@ -781,7 +781,7 @@ class CFEMStandardElementBase {
* \class CFEMStandardElement
* \brief Class to define a FEM standard element.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CFEMStandardElement : public CFEMStandardElementBase {
private:
Expand Down Expand Up @@ -1220,7 +1220,7 @@ class CFEMStandardElement : public CFEMStandardElementBase {
* \class CFEMStandardInternalFace
* \brief Class to define a FEM standard internal face.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CFEMStandardInternalFace : public CFEMStandardElementBase {
private:
Expand Down Expand Up @@ -1546,7 +1546,7 @@ class CFEMStandardInternalFace : public CFEMStandardElementBase {
* \class CFEMStandardBoundaryFace
* \brief Class to define a FEM standard boundary face.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*/
class CFEMStandardBoundaryFace : public CFEMStandardElementBase {
private:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem/geometry_structure_fem_part.hpp
Expand Up @@ -2,7 +2,7 @@
* \file geometry_structure_fem_part.hpp
* \brief Helper classes for the Fluid FEM solver.
* \author E. van der Weide
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/CDummyGeometry.hpp
Expand Up @@ -2,7 +2,7 @@
* \file CDummyGeometry.hpp
* \brief Headers of the dummy geometry class used in "dry run" mode.
* \author T. Albring
* \version 7.3.1 "Blackbird"
* \version 7.4.0 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down

0 comments on commit c6dac40

Please sign in to comment.