Skip to content

Commit

Permalink
Changing version number to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 31, 2020
1 parent a6c6f09 commit d9c867d
Show file tree
Hide file tree
Showing 686 changed files with 767 additions and 767 deletions.
4 changes: 2 additions & 2 deletions Common/doc/docmain.hpp
Original file line number Diff line number Diff line change
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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
Expand Down Expand Up @@ -33,7 +33,7 @@
*/

/*!
* \mainpage SU2 version 7.0.2 "Blackbird"
* \mainpage SU2 version 7.0.3 "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
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 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/CMultiGridQueue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \brief Header of the multigrid queue class for the FVM solver.
* The subroutines and functions are in the <i>CMultiGridQueue.cpp</i> file.
* \author F. Palacios
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/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
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/ad_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file ad_structure.inl
* \brief Main routines for the algorithmic differentiation (AD) structure.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
6 changes: 3 additions & 3 deletions Common/include/adt_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* alternating digital tree (ADT).
* The subroutines and functions are in the <i>adt_structure.cpp</i> file.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -86,7 +86,7 @@ class CADTComparePointClass {
* \brief Class for storing the information of a possible bounding box candidate
during a minimum distance search.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CBBoxTargetClass {
public:
Expand Down Expand Up @@ -322,7 +322,7 @@ class CADTPointsOnlyClass : public CADTBaseClass {
* \class CADTElemClass
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CADTElemClass : public CADTBaseClass {
private:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/adt_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file adt_structure.inl
* \brief In-Line subroutines of the <i>adt_structure.hpp</i> file.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/blas_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
operations, which are typically found in the BLAS libraries.
The functions are in the <i>blass_structure.cpp</i> file.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -41,7 +41,7 @@
* \class CBlasStructure
* \brief Class, which serves as an interface to the BLAS functionalities needed.
* \author: E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CBlasStructure {
public:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatype_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \brief Headers for generalized datatypes.
* The subroutines and functions are in the <i>datatype_structure.cpp</i> file.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatype_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file datatype_structure.inl
* \brief In-Line subroutines of the <i>datatype_structure.hpp</i> file.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatypes/codi_forward_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file codi_forward_structure.hpp
* \brief Header for codi forward type definition.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatypes/codi_forward_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file codi_forward_structure.inl
* \brief Inline subroutines for <i>codi_forward_structure.hpp<i>.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatypes/codi_reverse_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file codi_reverse_structure.hpp
* \brief Header for codi reverse type definition.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatypes/codi_reverse_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file codi_reverse_structure.inl
* \brief Inline subroutines for <i>datatype_structure.hpp<i>.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatypes/primitive_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file primitive_structure.hpp
* \brief Header for the primitive datatype.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion Common/include/datatypes/primitive_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file primitive_structure.inl
* \brief Inline subroutines for <i>datatype_structure.hpp<i>.
* \author T. Albring
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions Common/include/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 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down Expand Up @@ -47,7 +47,7 @@ class CBoundaryFace;
* \class CCGNSElementType
* \brief Class which stores the CGNS element type info for a connectivity
section.
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/

class CCGNSElementType {
Expand Down
4 changes: 2 additions & 2 deletions Common/include/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 7.0.2 "Blackbird"
* \version 7.0.3 "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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CGaussJacobiQuadrature {
public:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem_gauss_jacobi_quadrature.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file fem_gauss_jacobi_quadrature.inl
* \brief In-Line functions of the <i>fem_gauss_jacobi_quadrature.hpp</i> file.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
24 changes: 12 additions & 12 deletions Common/include/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 7.0.2 "Blackbird"
* \version 7.0.3 "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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CLong3T {
public:
Expand Down Expand Up @@ -71,7 +71,7 @@ class CLong3T {
* \class CReorderElements
* \brief Class, used to reorder the owned elements after the partitioning.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CReorderElements {
public:
Expand Down Expand Up @@ -163,7 +163,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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CVolumeElementFEM; // Forward declaration to avoid problems.
class CSortFaces {
Expand Down Expand Up @@ -204,7 +204,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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CSurfaceElementFEM; // Forward declaration to avoid problems.
class CSortBoundaryFaces {
Expand Down Expand Up @@ -232,7 +232,7 @@ class CSortBoundaryFaces {
* \class CVolumeElementFEM
* \brief Class to store a volume element for the FEM solver.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CVolumeElementFEM {
public:
Expand Down Expand Up @@ -336,7 +336,7 @@ class CVolumeElementFEM {
* \class CPointFEM
* \brief Class to a point for the FEM solver.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CPointFEM {
public:
Expand Down Expand Up @@ -388,7 +388,7 @@ class CPointFEM {
* \class CInternalFaceElementFEM
* \brief Class to store an internal face for the FEM solver.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CInternalFaceElementFEM {
public:
Expand Down Expand Up @@ -459,7 +459,7 @@ class CInternalFaceElementFEM {
* \class CSurfaceElementFEM
* \brief Class to store a surface element for the FEM solver.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CSurfaceElementFEM {
public:
Expand Down Expand Up @@ -548,7 +548,7 @@ class CSurfaceElementFEM {
* \class CBoundaryFEM
* \brief Class to store a boundary for the FEM solver.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CBoundaryFEM {
public:
Expand Down Expand Up @@ -581,7 +581,7 @@ class CBoundaryFEM {
* \class CMeshFEM
* \brief Base class for the FEM solver.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CMeshFEM: public CGeometry {
protected:
Expand Down Expand Up @@ -855,7 +855,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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CMeshFEM_DG: public CMeshFEM {
protected:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem_geometry_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file fem_geometry_structure.inl
* \brief In-Line subroutines of the <i>fem_geometry_structure.hpp</i> file.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
10 changes: 5 additions & 5 deletions Common/include/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 7.0.2 "Blackbird"
* \version 7.0.3 "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.0.2 "Blackbird"
* \version 7.0.3 "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.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CFEMStandardElement : public CFEMStandardElementBase {
private:
Expand Down Expand Up @@ -1230,7 +1230,7 @@ class CFEMStandardElement : public CFEMStandardElementBase {
* \class CFEMStandardInternalFace
* \brief Class to define a FEM standard internal face.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CFEMStandardInternalFace : public CFEMStandardElementBase {
private:
Expand Down Expand Up @@ -1566,7 +1566,7 @@ class CFEMStandardInternalFace : public CFEMStandardElementBase {
* \class CFEMStandardBoundaryFace
* \brief Class to define a FEM standard boundary face.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*/
class CFEMStandardBoundaryFace : public CFEMStandardElementBase {
private:
Expand Down
2 changes: 1 addition & 1 deletion Common/include/fem_standard_element.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file fem_standard_element.inl
* \brief In-Line subroutines of the <i>fem_standard_element.hpp</i> file.
* \author E. van der Weide
* \version 7.0.2 "Blackbird"
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
Loading

0 comments on commit d9c867d

Please sign in to comment.