Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing version number to 8.1.0 #2359

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Common/include/CConfig.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTBaseClass.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTComparePointClass.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/adt/CADTElemClass.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -36,7 +36,7 @@
* \ingroup ADT
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CADTElemClass : public CADTBaseClass {
private:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTNodeClass.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt/CADTPointsOnlyClass.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/adt/CBBoxTargetClass.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -35,7 +35,7 @@
* \brief Class for storing the information of a possible bounding box candidate
during a minimum distance search.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CBBoxTargetClass {
unsigned long boundingBoxID; /*!< \brief Corresponding bounding box ID. */
Expand Down
2 changes: 1 addition & 1 deletion Common/include/basic_types/ad_structure.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/basic_types/datatype_structure.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/code_config.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/C2DContainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file C2DContainer.hpp
* \brief A templated vector/matrix object.
* \author P. Gomes
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CFastFindAndEraseQueue.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CFileReaderLUT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CFileReaderLUT.hpp
* \brief reading lookup table for tabulated fluid properties
* \author D. Mayer, T. Economon
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CLookUpTable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CLookupTable.hpp
* \brief tabulation of fluid properties
* \author D. Mayer, T. Economon
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CPyWrapperMatrixView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CPyWrapperMatrixView.hpp
* \brief Simple matrix views to use with the python wrapper.
* \author P. Gomes
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/containers/CTrapezoidalMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CTrapezoidalMap.hpp
* \brief Implementation of the trapezoidal map for tabulation and lookup of fluid properties
* \author D. Mayer, T. Economon
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -38,7 +38,7 @@
* \ingroup LookUpInterp
* \brief Construction of trapezoidal map for tabulated lookup
* \author: D. Mayer, T. Economon
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CTrapezoidalMap {
protected:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/CVertexMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CVertexMap.hpp
* \brief An index to index lookup vector.
* \author P. Gomes
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/containers/container_decorators.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem/fem_cgns_elements.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/fem/fem_gauss_jacobi_quadrature.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* 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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CGaussJacobiQuadrature {
public:
Expand Down
24 changes: 12 additions & 12 deletions Common/include/fem/fem_geometry_structure.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* 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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CLong3T {
long long0 = 0; /*!< \brief First long to store in this class. */
Expand All @@ -63,7 +63,7 @@ struct CLong3T {
* \class CReorderElements
* \brief Class, used to reorder the owned elements after the partitioning.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CVolumeElementFEM; // Forward declaration to avoid problems.
class CSortFaces {
Expand Down Expand Up @@ -169,7 +169,7 @@ class CSortFaces {
* \brief Functor, used for a different sorting of the faces than the < operator
* of CSurfaceElementFEM.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CSurfaceElementFEM; // Forward declaration to avoid problems.
struct CSortBoundaryFaces {
Expand All @@ -185,7 +185,7 @@ struct CSortBoundaryFaces {
* \class CVolumeElementFEM
* \brief Class to store a volume element for the FEM solver.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CVolumeElementFEM {
public:
Expand Down Expand Up @@ -276,7 +276,7 @@ class CVolumeElementFEM {
* \class CPointFEM
* \brief Class to a point for the FEM solver.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CPointFEM {
unsigned long globalID; /*!< \brief The global ID of this point in the grid. */
Expand All @@ -300,7 +300,7 @@ struct CPointFEM {
* \class CInternalFaceElementFEM
* \brief Class to store an internal face for the FEM solver.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CInternalFaceElementFEM {
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
Expand Down Expand Up @@ -344,7 +344,7 @@ struct CInternalFaceElementFEM {
* \class CSurfaceElementFEM
* \brief Class to store a surface element for the FEM solver.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CSurfaceElementFEM {
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
Expand Down Expand Up @@ -405,7 +405,7 @@ struct CSurfaceElementFEM {
* \class CBoundaryFEM
* \brief Class to store a boundary for the FEM solver.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
struct CBoundaryFEM {
string markerTag; /*!< \brief Marker tag of this boundary. */
Expand All @@ -428,7 +428,7 @@ struct CBoundaryFEM {
* \class CMeshFEM
* \brief Base class for the FEM solver.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CMeshFEM : public CGeometry {
protected:
Expand Down Expand Up @@ -693,7 +693,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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CMeshFEM_DG : public CMeshFEM {
protected:
Expand Down
10 changes: 5 additions & 5 deletions Common/include/fem/fem_standard_element.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* 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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CFEMStandardElementBase {
protected:
Expand Down Expand Up @@ -668,7 +668,7 @@ class CFEMStandardElementBase {
* \class CFEMStandardElement
* \brief Class to define a FEM standard element.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CFEMStandardElement : public CFEMStandardElementBase {
private:
Expand Down Expand Up @@ -1101,7 +1101,7 @@ class CFEMStandardElement : public CFEMStandardElementBase {
* \class CFEMStandardInternalFace
* \brief Class to define a FEM standard internal face.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CFEMStandardInternalFace : public CFEMStandardElementBase {
private:
Expand Down Expand Up @@ -1434,7 +1434,7 @@ class CFEMStandardInternalFace : public CFEMStandardElementBase {
* \class CFEMStandardBoundaryFace
* \brief Class to define a FEM standard boundary face.
* \author E. van der Weide
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*/
class CFEMStandardBoundaryFace : public CFEMStandardElementBase {
private:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem/geometry_structure_fem_part.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/CDummyGeometry.hpp
Original file line number Diff line number Diff line change
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 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/geometry/CGeometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for creating the geometrical structure.
* The subroutines and functions are in the <i>CGeometry.cpp</i> file.
* \author F. Palacios, T. Economon
* \version 8.0.1 "Harrier"
* \version 8.1.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
Loading
Loading