Skip to content

Commit

Permalink
Release 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Palacios committed Dec 27, 2014
1 parent bded2a6 commit 46c24e3
Show file tree
Hide file tree
Showing 176 changed files with 890 additions and 797 deletions.
4 changes: 2 additions & 2 deletions Common/doc/docmain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file docmain.hpp
* \brief This file contains documentation for Doxygen and does not have any significance with respect to C++.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
6 changes: 3 additions & 3 deletions Common/include/config_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* \brief All the information about the definition of the physical problem.
* The subroutines and functions are in the <i>config_structure.cpp</i> file.
* \author F. Palacios, T. Economon, B. Tracey
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -46,7 +46,7 @@ using namespace std;
* \brief Main class for defining the problem; basically this class reads the configuration file, and
* stores all the information.
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CConfig {
private:
Expand Down
4 changes: 2 additions & 2 deletions Common/include/config_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file config_structure.inl
* \brief In-Line subroutines of the <i>config_structure.hpp</i> file.
* \author F. Palacios, T. Economon
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
12 changes: 6 additions & 6 deletions Common/include/dual_grid_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* \brief Headers of the main subroutines for doing the complete dual grid structure.
* The subroutines and functions are in the <i>dual_grid_structure.cpp</i> file.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -40,7 +40,7 @@ using namespace std;
* \brief Class for controlling the dual volume definition. The dual volume is compose by
* three main elements: points, edges, and vertices.
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CDualGrid{
protected:
Expand Down Expand Up @@ -125,7 +125,7 @@ class CDualGrid{
* \class CPoint
* \brief Class for point definition (including control volume definition).
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CPoint : public CDualGrid {
private:
Expand Down Expand Up @@ -720,7 +720,7 @@ class CPoint : public CDualGrid {
* \class CEdge
* \brief Class for defining an edge.
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CEdge : public CDualGrid {
private:
Expand Down Expand Up @@ -857,7 +857,7 @@ class CEdge : public CDualGrid {
* \class CVertex
* \brief Class for vertex definition (equivalent to edges, but for the boundaries).
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CVertex : public CDualGrid {
private:
Expand Down
4 changes: 2 additions & 2 deletions Common/include/dual_grid_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file dual_grid_structure.inl
* \brief In-Line subroutines of the <i>dual_grid_structure.hpp</i> file.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
14 changes: 7 additions & 7 deletions Common/include/geometry_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* \brief Headers of the main subroutines for creating the geometrical structure.
* The subroutines and functions are in the <i>geometry_structure.cpp</i> file.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -52,7 +52,7 @@ using namespace std;
* \brief Parent class for defining the geometry of the problem (complete geometry,
* multigrid agglomerated geometry, only boundary geometry, etc..)
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CGeometry {
protected:
Expand Down Expand Up @@ -830,7 +830,7 @@ class CGeometry {
* \brief Class for reading a defining the primal grid which is read from the
* grid file in .su2 format.
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CPhysicalGeometry : public CGeometry {

Expand Down Expand Up @@ -1341,7 +1341,7 @@ class CPhysicalGeometry : public CGeometry {
* \brief Class for defining the multigrid geometry, the main delicated part is the
* agglomeration stage, which is done in the declaration.
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CMultiGridGeometry : public CGeometry {

Expand Down Expand Up @@ -1510,7 +1510,7 @@ class CMultiGridGeometry : public CGeometry {
* \class CPeriodicGeometry
* \brief Class for defining a periodic boundary condition.
* \author T. Economon, F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CPeriodicGeometry : public CGeometry {
CPrimalGrid*** newBoundPer; /*!< \brief Boundary vector for new periodic elements (primal grid information). */
Expand Down Expand Up @@ -1556,7 +1556,7 @@ class CPeriodicGeometry : public CGeometry {
* \struct CMultiGridQueue
* \brief Class for a multigrid queue system
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
* \date Aug 12, 2012
*/
class CMultiGridQueue {
Expand Down
4 changes: 2 additions & 2 deletions Common/include/geometry_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file geometry_structure.inl
* \brief In-Line subroutines of the <i>geometry_structure.hpp</i> file.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions Common/include/grid_adaptation_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* technique definition). The subroutines and functions are in
* the <i>grid_movement_structure.cpp</i> file.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions Common/include/grid_adaptation_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file grid_adaptation_structure.inl
* \brief In-Line subroutines of the <i>grid_adaptation_structure.hpp</i> file.
* \author F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
12 changes: 6 additions & 6 deletions Common/include/grid_movement_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* technique definition). The subroutines and functions are in
* the <i>grid_movement_structure.cpp</i> file.
* \author F. Palacios, T. Economon, S. Padron
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -47,7 +47,7 @@ using namespace std;
* \brief Class for moving the surface and volumetric
* numerical grid (2D and 3D problems).
* \author F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CGridMovement {
public:
Expand Down Expand Up @@ -76,7 +76,7 @@ class CGridMovement {
* \class CFreeFormDefBox
* \brief Class for defining the free form FFDBox structure.
* \author F. Palacios & A. Galdran.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CFreeFormDefBox : public CGridMovement {
public:
Expand Down Expand Up @@ -673,7 +673,7 @@ class CFreeFormDefBox : public CGridMovement {
* \class CVolumetricMovement
* \brief Class for moving the volumetric numerical grid.
* \author F. Palacios, A. Bueno, T. Economon, S. Padron.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CVolumetricMovement : public CGridMovement {
protected:
Expand Down Expand Up @@ -940,7 +940,7 @@ class CVolumetricMovement : public CGridMovement {
* \class CSurfaceMovement
* \brief Class for moving the surface numerical grid.
* \author F. Palacios, T. Economon.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CSurfaceMovement : public CGridMovement {
protected:
Expand Down
4 changes: 2 additions & 2 deletions Common/include/grid_movement_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file grid_movement_structure.inl
* \brief In-Line subroutines of the <i>grid_movement_structure.hpp</i> file.
* \author F. Palacios, T. Economon, S. Padron
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
6 changes: 3 additions & 3 deletions Common/include/linear_solvers_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* \brief Headers for the classes related to linear solvers (CG, FGMRES, etc)
* The subroutines and functions are in the <i>linear_solvers_structure.cpp</i> file.
* \author J. Hicken, F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -47,7 +47,7 @@ using namespace std;
* \class CSysSolve
* \brief Class for solving linear systems using classical and Krylov-subspace iterative methods
* \author J. Hicken.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* The individual solvers could be stand-alone subroutines, but by
* creating CSysSolve objects we can more easily assign different
Expand Down
4 changes: 2 additions & 2 deletions Common/include/linear_solvers_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file linear_solvers_structure.inl
* \brief inline subroutines of the <i>linear_solvers_structure.hpp</i> file.
* \author J. Hicken, F. Palacios
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
6 changes: 3 additions & 3 deletions Common/include/matrix_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* \brief Headers of the main subroutines for creating the sparse matrices-by-blocks.
* The subroutines and functions are in the <i>matrix_structure.cpp</i> file.
* \author F. Palacios, A. Bueno
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -41,7 +41,7 @@ using namespace std;
* \brief Main class for defining sparse matrices-by-blocks
with compressed row format.
* \author A. Bueno, F. Palacios.
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*/
class CSysMatrix {
private:
Expand Down
4 changes: 2 additions & 2 deletions Common/include/matrix_structure.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* \file matrix_structure.inl
* \brief In-Line subroutines of the <i>matrix_structure.hpp</i> file.
* \author F. Palacios, A. Bueno
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions Common/include/option_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* \file option_structure.hpp
* \brief Defines classes for referencing options for easy input in CConfig
* \author J. Hicken, B. Tracey
* \version 3.2.6 "eagle"
* \version 3.2.7 "eagle"
*
* Many of the classes in this file are templated, and therefore must
* be declared and defined here; to keep all elements together, there
* is no corresponding .cpp file at this time.
*
* Copyright (C) 2012-2014 SU2 <https://github.com/su2code>.
* Copyright (C) 2012-2014 SU2 Core Developers.
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Loading

0 comments on commit 46c24e3

Please sign in to comment.