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

Release v7.0.0 "Blackbird" #762

Merged
merged 40 commits into from
Nov 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9c9baae
Changing version number
talbring Aug 20, 2019
9150028
Merge remote-tracking branch 'origin/develop' into release_v7.0.0
talbring Oct 4, 2019
2b7bd71
Fixing FFD box output
talbring Oct 4, 2019
e83e869
Update logo.
rsanfer Oct 18, 2019
88b08ed
Merge branch 'release_v7.0.0' of github.com:su2code/SU2 into release_…
talbring Oct 22, 2019
c213a30
Added AUTHORS.md file
talbring Oct 22, 2019
c4bec29
Merge branch 'develop' of github.com:su2code/SU2 into release_v7.0.0
talbring Oct 22, 2019
4995c2c
Changed header in cpp files
talbring Oct 22, 2019
eebf7d9
Create stale.yml
talbring Oct 30, 2019
636122e
Update stale.yml
talbring Oct 30, 2019
8910fbc
Update stale.yml
talbring Oct 30, 2019
09c01d7
Merge branch 'develop' into release_v7.0.0
talbring Nov 1, 2019
ff54eda
Create release-drafter.yml
talbring Nov 7, 2019
db18044
Update release-drafter.yml
talbring Nov 7, 2019
9446c8b
Update release-drafter.yml
talbring Nov 7, 2019
52e09a7
Changing header in py files
talbring Nov 11, 2019
c67758a
Changing header in automake files
talbring Nov 11, 2019
e6b6658
Changing header in test files
talbring Nov 11, 2019
6b93b8d
Merge branch 'develop' of github.com:su2code/SU2 into release_v7.0.0
talbring Nov 11, 2019
051ef54
Merge branch 'develop' of github.com:su2code/SU2 into release_v7.0.0
talbring Nov 22, 2019
d062d6d
Updating headers
talbring Nov 22, 2019
a2d0f7e
Adding license file
talbring Nov 22, 2019
6375658
Merge branch 'release_v7.0.0' of github.com:su2code/SU2 into release_…
talbring Nov 22, 2019
d93d548
Merge branch 'develop' of github.com:su2code/SU2 into release_v7.0.0
talbring Nov 25, 2019
e4527b3
More version replacements
talbring Nov 28, 2019
c1ae29a
Remove SINGLEZONE_DRIVER=YES from configs - it is the default.
rsanfer Nov 28, 2019
176da64
Merge remote-tracking branch 'origin' into release_v7.0.0
rsanfer Nov 28, 2019
616a21b
Merge branch 'develop' of https://github.com/su2code/SU2 into release…
rsanfer Nov 28, 2019
fba3bd7
Updated conig_template.cfg
talbring Nov 28, 2019
4157746
Merge branch 'release_v7.0.0' of github.com:su2code/SU2 into release_…
talbring Nov 28, 2019
491f996
Fix test case.
rsanfer Nov 29, 2019
c7c91b8
Merge branch 'release_v7.0.0' of https://github.com/su2code/SU2 into …
rsanfer Nov 29, 2019
3e368fa
Updated authors list
talbring Nov 29, 2019
03045d4
Fixed check for MPI and pywrapper
talbring Nov 29, 2019
f4fb3d6
Merge branch 'release_v7.0.0' of github.com:su2code/SU2 into release_…
talbring Nov 29, 2019
6a23858
added release badge
talbring Nov 29, 2019
4f9fb61
updated README.md
talbring Nov 29, 2019
c53ddbd
further update to README.md
talbring Nov 29, 2019
ec3829f
further update to README.md
talbring Nov 29, 2019
110ab32
Changing tutorial branch to develop
talbring Nov 29, 2019
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
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: ':rocket: Features'
labels:
- 'feature'
- 'enhancement'
- title: ':pill: Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: ':wrench: Maintenance'
labels:
- 'chore'
- 'maintenance'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
branches:
- develop
- feature_release_drafter
exclude-labels:
- 'no_changelog'
template: |
## Changes
$CHANGES
18 changes: 18 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
**If this is still a relevant issue please comment on it to restart the discussion.**
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
- name: Run Tests in Container
uses: docker://su2code/test-su2:20191031
with:
args: -b ${{github.ref}} -t release_v7.0.0 -c develop -s ${{matrix.testscript}}
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}

123 changes: 123 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
# SU2 Authors #

SU2 is developed by a community of voluntary contributors who contribute code, bug reports, documentation, support, etc.

## Original Authors ##

```
Francisco D. Palacios (formerly Stanford University)
Thomas D. Economon (formerly Stanford University)
Juan J. Alonso (Stanford University)
```

## Current Maintainer ##

The SU2 project is maintained by members of the SU2 Foundation (https://su2foundation.org)

```
Thomas D. Economon - Executive Director - tom@su2foundation.org
Ruben Sanchez - User Director - ruben@su2foundation.org
Tim Albring - Developer Director - tim@su2foundation.org
Juan J. Alonso - Academic Director - juan@su2foundation.org
Eran Arad - Industry Director - eran@su2foundation.org
```

in collaboration with the following main contributors and research teams:

- Prof. Juan J. Alonso's group at Stanford University.
- Prof. Piero Colonna's group at Delft University of Technology.
- Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
- Prof. Alberto Guardone's group at Polytechnic University of Milan.
- Prof. Rafael Palacios' group at Imperial College London.
- Prof. Vincent Terrapon's group at the University of Liege.
- Prof. Edwin van der Weide's group at the University of Twente.
- Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
- Bosch LLC Research and Technology Center North America


## Individual Contributors ##

(extracted using `git shortlog -s --no-merges`, alphabetical order).
Copyright holders might be the individual person or their respective employer. If no real name is available, the Github user name is listed.

```
Akshay.K.R
Alejandro
Amit Sachdeva
Ana Lourenco
Andrew Burkett
Andrew Wendorff
Aniket C. Aranake
Antonio Rubino
Arne Bachmann
Beckett Y. Zhou
Benjamin S. Kirk
Brandon Tracey
Carsten Othmer
Clark Pederson
Daumantas Kavolis
Dave Taflin
Eduardo Molina
Ethan Alan Hereth
Francisco D. Palacios
Gaurav Bansal
Giulio Gori
Guillaume Bâty
Harichand M V
IndianaStokes
J. Sinsay
JSmith36
Jairo Paes Cavalcante Filho
Jason Howison
Jayant Mukhopadhaya
Jeffrey van Oostrom
Jessie Lauzon
João Loureiro
Kedar Naik
LaSerpe
Matteo Pini
Max Sagebaum
Mickael Philit
Ole Burghardt
Patrick Mischke
Paul Urbanczyk
Paul Zhang
Pedro Gomes
Pete Bachant
RaulFeijo55
Ruben Sanchez
Ryan Barrett
Salvatore Vitale
Samet Cakmakcioglu
Scott Imlay
Steven Endres
Teus van der Stelt
Thomas D. Economon
Tim Albring
TobiKattmann
Trent Lukaczyk
VivaanKhatri
Wally Maier
anilvar
bmunguia
chamsolli
costat
cvencro
daniel-linton
demanosalvas
dmudiger
erangit
hlkline
juliendm
jvanoostrom
mcolonno
minkwankim
padronas
sametcaka
sravya91
srcopela
tobadavid
vdweide
vfrancesmolla
```

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 6.2.0 "Falcon"
* \version 7.0.0 "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 6.2.0 "Falcon"
* \mainpage SU2 version 7.0.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
Binary file removed Common/doc/logoSU2_v3.3_small.jpeg
Binary file not shown.
Binary file added Common/doc/logoSU2small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 5 additions & 15 deletions Common/include/CBoxMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CBoxMeshReaderFVM.
* The implementations are in the <i>CBoxMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CCGNSMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CCGNSMeshReaderFVM.
* The implementations are in the <i>CCGNSMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@
* \brief Header file for the class CMeshReaderFVM.
* The implementations are in the <i>CMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CMultiGridQueue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \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 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CRectangularMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CRectangularMeshReaderFVM.
* The implementations are in the <i>CRectangularMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
20 changes: 5 additions & 15 deletions Common/include/CSU2ASCIIMeshReaderFVM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
* \brief Header file for the class CSU2ASCIIMeshReaderFVM.
* The implementations are in the <i>CSU2ASCIIMeshReaderFVM.cpp</i> file.
* \author T. Economon
* \version 6.2.0 "Falcon"
* \version 7.0.0 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
* with selected contributions from the open-source community.
* SU2 Project Website: https://su2code.github.io
*
* The main research teams contributing to the current release are:
* - Prof. Juan J. Alonso's group at Stanford University.
* - Prof. Piero Colonna's group at Delft University of Technology.
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
* - Prof. Rafael Palacios' group at Imperial College London.
* - Prof. Vincent Terrapon's group at the University of Liege.
* - Prof. Edwin van der Weide's group at the University of Twente.
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2019, Francisco D. Palacios, Thomas D. Economon,
* Tim Albring, and the SU2 contributors.
* Copyright 2012-2019, SU2 Contributors (cf. AUTHORS.md)
*
* SU2 is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
Loading