Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
569 commits
Select commit Hold shift + click to select a range
1892518
Removed py_su2_nastran test case
Jan 25, 2021
9459d39
Grid velocities printed also for deform_mesh case
Jan 25, 2021
defcfe7
Fixed restart and applied defaults
Jan 25, 2021
f3c2ef6
Grid velocities for compressible case output
Jan 25, 2021
813ff06
option to consider only the surface of a reference geometry
pcarruscag Jan 25, 2021
72f1ff6
Better handling of multiple imposed motions
Jan 25, 2021
3db80e3
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Jan 26, 2021
3fafae7
Add OUTPUT_PRECISION config option for history and SU2_DOT for gradie…
TobiKattmann Jan 26, 2021
3aa4b12
Remove temp py output for finite differences
TobiKattmann Jan 26, 2021
256ecc5
Little loop changes
TobiKattmann Jan 26, 2021
665681f
little change for output precision
TobiKattmann Jan 26, 2021
89e0fb8
Fix error due to merge. Changes in CIncEulerSolver::Preprocessing
TobiKattmann Jan 26, 2021
30b2554
simplify a few things
pcarruscag Jan 26, 2021
ce04458
Merge branch 'stress_penalty' into hybrid_parallel_incomp
pcarruscag Jan 26, 2021
5bad047
fix #1175
pcarruscag Jan 26, 2021
1d058cc
Fix Reg test and fix insufficient of #1177
TobiKattmann Jan 27, 2021
c008fd4
Merge pull request #1176 from su2code/stress_penalty
pcarruscag Jan 27, 2021
dec8abf
Merge branch 'develop' into hybrid_parallel_incomp
pcarruscag Jan 27, 2021
407af27
Merge branch 'develop' into publish
Nicola-Fonzi Jan 27, 2021
5c53093
Merge pull request #1148 from Nicola-Fonzi/publish
Nicola-Fonzi Jan 27, 2021
d5b1be5
Temporary fix to restart waiting for complete PR
Jan 27, 2021
396e8d5
Merge remote-tracking branch 'upstream/develop' into hybrid_parallel_…
pcarruscag Jan 27, 2021
7bd274a
fix leak set incomp hybrid regression residuals
pcarruscag Jan 27, 2021
6118dff
fix the Roe kappa thing and some compiler warnings
pcarruscag Jan 27, 2021
30184d3
fix directdiff compilation with OpenMP
pcarruscag Jan 27, 2021
5993396
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Jan 28, 2021
726f4e7
one LoadRestart to rule them all
pcarruscag Jan 28, 2021
afe4928
simplify SetInitialCondition
pcarruscag Jan 28, 2021
a7e6695
even cleaner
pcarruscag Jan 29, 2021
f3ce5bb
Replace global MPI_COMM_WORLD with SU2_MPI::GetComm() where appropriate
Jan 29, 2021
be378f2
Merge pull request #1178 from su2code/hybrid_parallel_incomp
pcarruscag Jan 30, 2021
8355901
Merge branch 'develop' into feature_mpi_subcomm
pcarruscag Jan 30, 2021
d6ec427
simplify fea comms
pcarruscag Jan 30, 2021
446db59
reduce number of methods for predicted solution
pcarruscag Jan 30, 2021
e1356ab
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 1, 2021
1728597
Fixed filediff reg test for streamwise flow
TobiKattmann Feb 1, 2021
3462dda
Remove dummy MPI_COMM_WORLD altogether
Feb 1, 2021
a99f299
fix ref file for reg tests again
TobiKattmann Feb 1, 2021
6fe6c8e
working prototype
pcarruscag Feb 2, 2021
8732e5d
make turb solvers more efficient for explicit eval, update build systems
pcarruscag Feb 2, 2021
e4bee8a
fix solver factory for nemo
pcarruscag Feb 2, 2021
14b7897
fix mesh deformation using LinSysReact
pcarruscag Feb 2, 2021
fca6544
update comments
pcarruscag Feb 3, 2021
578d842
some MG cleanup cus why not
pcarruscag Feb 3, 2021
c97221b
Merge branch 'simplify_fea_comms' into feature_newton
pcarruscag Feb 3, 2021
ea77689
Merge pull request #1180 from aa-g/feature_mpi_subcomm
pcarruscag Feb 3, 2021
22e22d1
Merge branch 'develop' into simplify_fea_comms
pcarruscag Feb 3, 2021
c87e4d3
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 3, 2021
e4d8863
Get rid of MPI_COMM_WORLD leftovers. Changed in #1080
TobiKattmann Feb 3, 2021
bd6f644
new function inside existing sst source term class (no new class sinc…
FlorianDm Feb 4, 2021
5a838b9
no more coupling, too hard on linear solver
pcarruscag Feb 4, 2021
479de47
Merge remote-tracking branch 'upstream/simplify_fea_comms' into featu…
pcarruscag Feb 4, 2021
681b3b4
avoid mpi comm world
pcarruscag Feb 4, 2021
3720dfa
add simd to some loops
pcarruscag Feb 5, 2021
be5ed7a
implement function to compute residual
FlorianDm Feb 5, 2021
0c9ca5c
fix AD build
pcarruscag Feb 5, 2021
85526e8
strong linear preconditioner
pcarruscag Feb 6, 2021
d59f009
small issue in stress computation
pcarruscag Feb 6, 2021
117c99a
update authors
pcarruscag Feb 6, 2021
5b4cd12
one more duplicate
pcarruscag Feb 6, 2021
61c856d
Merge pull request #1181 from su2code/simplify_fea_comms
pcarruscag Feb 6, 2021
f1f6ce0
fix typo k2 not k1
FlorianDm Feb 6, 2021
cc2efbe
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 6, 2021
e35e7e8
Merge branch 'develop' into fix_axi_auxvargrad
FlorianDm Feb 6, 2021
88282bc
Merge remote-tracking branch 'upstream/develop' into feature_newton
pcarruscag Feb 6, 2021
6304ffa
deduce nVar-per-point for comms from vector instead of matrix, makes …
pcarruscag Feb 6, 2021
4ac64d6
Added CFL_AdaptParam to the destructor of CConfig
vdweide Feb 6, 2021
ff6091a
Merge pull request #1188 from su2code/feature_fix_memory
vdweide Feb 6, 2021
fa24a80
move comms out of CSysMatrix
pcarruscag Feb 6, 2021
200eb96
Merge remote-tracking branch 'upstream/develop' into feature_newton
pcarruscag Feb 7, 2021
e0b30cc
fix bug implicit conversion with auto (reference)
FlorianDm Feb 7, 2021
788dea4
Fixed Coord_j for boundary viscous numerics
maxaehle Feb 7, 2021
1e6707b
fix error
FlorianDm Feb 7, 2021
bc101e7
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 8, 2021
a20ac10
Merge branch 'develop' into fix_axi_auxvargrad
FlorianDm Feb 8, 2021
fe13b23
add production
FlorianDm Feb 8, 2021
efd20bb
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 8, 2021
614d009
Tentative removing switch from python
Feb 8, 2021
8a5bfa0
First fix to removed switch
Feb 8, 2021
750d4df
fixed or
Feb 8, 2021
a285aed
Small issue with parenthesis
Feb 8, 2021
fbcfdc2
Uniformed indentation
Feb 8, 2021
8ddba8c
add options to tune the NK strategy
pcarruscag Feb 8, 2021
6322d61
Merge pull request #1192 from su2code/fix_axi_auxvargrad
FlorianDm Feb 9, 2021
f939300
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 9, 2021
d443542
Update AUTHORS.md
FlorianDm Feb 9, 2021
18b592b
update authors - alphabetical, duplication
cvencro Feb 9, 2021
31d9739
Merge branch 'develop' into fix_edge_vector
pcarruscag Feb 9, 2021
084c0a1
Merge branch 'develop' into feature_newton
pcarruscag Feb 9, 2021
5f66f81
fix #1190
pcarruscag Feb 9, 2021
61bc688
make some things less ugly
pcarruscag Feb 9, 2021
742048c
not rocket science
pcarruscag Feb 9, 2021
48f7d51
fix frozen limiter logic, prevent possible OpenMP bug with val-albada
pcarruscag Feb 9, 2021
81c6331
first attempt complete
FlorianDm Feb 9, 2021
c78cfce
add diffusion terms to jacobian
FlorianDm Feb 9, 2021
4c5c718
small change
FlorianDm Feb 9, 2021
84ea60f
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 10, 2021
9359db7
Fix Multigrid Prologantion for inc flow with GridVel.
TobiKattmann Feb 10, 2021
dffd32e
Update regression tests
maxaehle Feb 10, 2021
25f4f0c
Merge pull request #1189 from su2code/fix_edge_vector
pcarruscag Feb 10, 2021
44aba4d
Change SetVelSolutionVector function in CVariable.
TobiKattmann Feb 11, 2021
5e28b6b
Remove virtual
TobiKattmann Feb 11, 2021
d92c0cf
Merge remote-tracking branch 'origin/develop' into fix_IncMultigridGr…
TobiKattmann Feb 11, 2021
f42e1ff
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 11, 2021
09979f1
Merge remote-tracking branch 'upstream/develop' into fix_some_stuff
pcarruscag Feb 11, 2021
621f58b
fix the "velocity to zero" part for NEMO
pcarruscag Feb 11, 2021
98c89d0
(Re)Add moved func to fix reg test.
TobiKattmann Feb 11, 2021
f19af6d
Now fix the reg tests for real
TobiKattmann Feb 11, 2021
f3637d8
Corrections based on PR comments
FlorianDm Feb 11, 2021
c59e7a6
cosmetics
FlorianDm Feb 11, 2021
6883961
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 11, 2021
35aa605
Merge pull request #1194 from su2code/fix_IncMultigridGridvel
pcarruscag Feb 11, 2021
19d9baf
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 11, 2021
5e8364b
Merge remote-tracking branch 'upstream/develop' into fix_some_stuff
pcarruscag Feb 11, 2021
459362a
remove else
FlorianDm Feb 11, 2021
63e89f1
add AD::SetPreaccIn
FlorianDm Feb 11, 2021
ea0f3a6
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 11, 2021
e64b592
a little more selective CVariable allocation
pcarruscag Feb 12, 2021
f65b970
Fix error in merge.
TobiKattmann Feb 12, 2021
4ea7de1
limiter logic for output
pcarruscag Feb 12, 2021
0dd42ad
Update geo in the mesh deformation was not used
Feb 12, 2021
2f6635a
Updategeo removed from hpp files also
Feb 12, 2021
38e1a6c
fix #1196
pcarruscag Feb 12, 2021
17efe3f
update tests
pcarruscag Feb 12, 2021
1d63dcd
Merge pull request #1193 from su2code/fix_some_stuff
pcarruscag Feb 13, 2021
29b9d4c
cleanup, try to make vertex tractions more general
pcarruscag Feb 13, 2021
4f09619
Merge branch 'develop' into cleanup_python_wrapper
pcarruscag Feb 13, 2021
d0851d1
Merge branch 'develop' into feature_newton
pcarruscag Feb 13, 2021
0f9342f
Several modifications to clean up the FSI interface
Feb 13, 2021
d8c1778
Revert "Update geo in the mesh deformation was not used"
Feb 13, 2021
4b9b8e6
Revert "Updategeo removed from hpp files also"
Feb 13, 2021
25ee985
Only extract forces when required
Feb 13, 2021
c0c42ab
Fixed size
Feb 13, 2021
45c3b93
Merge remote-tracking branch 'upstream/develop' into publish
Feb 13, 2021
63a104a
Merge pull request #1198 from Nicola-Fonzi/publish
pcarruscag Feb 13, 2021
d9ab592
Removing old setInitialMesh
Feb 13, 2021
ccd7ac4
Compute the interface mapping starting from the undeformed mesh
Feb 13, 2021
a0089c0
Loads computed for all the solid markers
Feb 13, 2021
8ac2b87
krylov the multizone adjoint inner iterations
pcarruscag Feb 14, 2021
a54f6b6
Tentative modification of test case
Feb 14, 2021
52a2a69
Introduced start time for forced motion
Feb 14, 2021
f1896ba
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 15, 2021
727c129
Final version of new test case
Feb 15, 2021
905ef8d
Updated values in regression
Feb 15, 2021
6aca633
Complete reorganisation of the interface
Feb 15, 2021
96e23ea
Fixes to vector data
Feb 15, 2021
4c1fdcf
minor changes and correction
FlorianDm Feb 15, 2021
fbcca58
Better initialisation of variables
Feb 15, 2021
8a14d4d
Small typo in parallel regression
Feb 15, 2021
dd1b1b3
comment out jacobian to conserve diagonal dominance
FlorianDm Feb 15, 2021
4767adb
spaces and comments
FlorianDm Feb 15, 2021
8a31347
error
FlorianDm Feb 15, 2021
25be22d
geometry was modified twice for RANS problems in SetDualTime_Solver
pcarruscag Feb 15, 2021
c047306
update dual time weakly coupled heat
pcarruscag Feb 15, 2021
c2a25dc
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 15, 2021
72dc280
Merge remote-tracking branch 'upstream/fix_legacy_deformation' into c…
Feb 15, 2021
3e75f50
small fix for aeroelastic, update rigid motion regressions
pcarruscag Feb 15, 2021
b562ae0
Merge remote-tracking branch 'upstream/fix_legacy_deformation' into c…
Feb 15, 2021
d9db4a0
forgot to save
pcarruscag Feb 15, 2021
a657908
Merge remote-tracking branch 'upstream/fix_legacy_deformation' into c…
Feb 15, 2021
3aaf175
Fixed regression values after PR#1199
Feb 15, 2021
c7e48fa
Merge branch 'fix_legacy_deformation' into feature_newton
pcarruscag Feb 15, 2021
52ba990
array deleted twice
Feb 16, 2021
2f1e61d
Multiple superposed forced motions
Feb 16, 2021
ae33808
Error with array dimension
Feb 16, 2021
0025253
add test case and regression list entry
FlorianDm Feb 16, 2021
2b17327
remove jacobian contribution and test case config file options
FlorianDm Feb 16, 2021
ab234b2
Merge branch 'develop' into update_authors
pcarruscag Feb 16, 2021
2bcee06
Merge pull request #1186 from su2code/update_authors
pcarruscag Feb 16, 2021
7f8589d
Merge remote-tracking branch 'upstream/develop' into feature_newton
pcarruscag Feb 16, 2021
3d455e0
allocate UR in nemo variable, output min/avg/max cfl
pcarruscag Feb 16, 2021
a4c376a
Merge branch 'develop' into feature_axi_turbsst
FlorianDm Feb 17, 2021
f44ecbb
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 17, 2021
b490f3d
Merge pull request #1195 from su2code/feature_axi_turbsst
FlorianDm Feb 17, 2021
e605242
Introduced condition on mesh boundary
Nicola-Fonzi Feb 17, 2021
7ede8cf
Merge remote-tracking branch 'upstream/develop' into cleanup_python_w…
Feb 17, 2021
9664008
Update SU2_CFD/src/solvers/CMeshSolver.cpp
pcarruscag Feb 17, 2021
42bb167
Merge pull request #1200 from su2code/fix_stiffness_deformSymPlane
Nicola-Fonzi Feb 17, 2021
de260fe
Merge remote-tracking branch 'upstream/develop' into cleanup_python_w…
Feb 17, 2021
f32e453
Merge branch 'develop' into fix_legacy_deformation
Nicola-Fonzi Feb 17, 2021
f7207ac
Merge pull request #1199 from su2code/fix_legacy_deformation
Nicola-Fonzi Feb 17, 2021
67b5aec
Merge remote-tracking branch 'upstream/develop' into cleanup_python_w…
Feb 17, 2021
43ab65a
Minor comments
TobiKattmann Feb 17, 2021
d2639b4
Merge branch 'feature_periodic_streamwise' of https://github.com/su2c…
TobiKattmann Feb 17, 2021
ea08994
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 17, 2021
bf8f084
faster check for normal direction in neighbor loops
pcarruscag Feb 17, 2021
ecee3af
Merge remote-tracking branch 'upstream/develop' into feature_newton
pcarruscag Feb 17, 2021
fcf2444
Changing some reg test. CHT 2D.
TobiKattmann Feb 17, 2021
11c9975
update fd ofgrad file
TobiKattmann Feb 17, 2021
8278d00
restarted FGMRES
pcarruscag Feb 17, 2021
c2d43cd
fix_typoLinael
TobiKattmann Feb 18, 2021
08a0113
Cleanups. More use of GeometryToolbox
TobiKattmann Feb 18, 2021
88fbcd6
Merge pull request #1201 from su2code/fix_typoLinael
TobiKattmann Feb 18, 2021
4f7654f
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 18, 2021
05cd390
Merge branch 'develop' into feature_newton
pcarruscag Feb 19, 2021
85311b4
Merge branch 'develop' into cleanup_python_wrapper
pcarruscag Feb 19, 2021
9d78c06
constification, remove legacy python FSI
pcarruscag Feb 19, 2021
f956724
fix #1202
pcarruscag Feb 19, 2021
392e31f
more const
pcarruscag Feb 19, 2021
9ab0335
Merge pull request #1197 from su2code/cleanup_python_wrapper
pcarruscag Feb 22, 2021
21d94fd
Merge branch 'develop' into feature_newton
pcarruscag Feb 22, 2021
a341847
update authors in 2 files
pcarruscag Feb 22, 2021
2f9898d
pedantic warnings for CI builds, disable warnings of external libs
pcarruscag Feb 22, 2021
f20d790
one more for metis
pcarruscag Feb 22, 2021
daae8ff
fix some warnings, replace exit with SU2_MPI::Error
pcarruscag Feb 22, 2021
9adacff
fewer bare pointers in flow solver base
pcarruscag Feb 22, 2021
4502861
fix tecplot writer
pcarruscag Feb 22, 2021
8642dcd
no more pointer, except all the turbo stuff
pcarruscag Feb 22, 2021
c863e9c
Merge pull request #1203 from su2code/strict_warning_policy
pcarruscag Feb 22, 2021
7ff35d7
Merge remote-tracking branch 'upstream/develop' into feature_newton
pcarruscag Feb 22, 2021
79e6e43
add example and regression
pcarruscag Feb 22, 2021
ddb38d4
fix random bug in Check_IntElem_Orientation
pcarruscag Feb 22, 2021
7eba1cf
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 23, 2021
f43cab9
More cleanups.
TobiKattmann Feb 23, 2021
3ea3f98
race condition, reduce testcase duration, cleanup
pcarruscag Feb 23, 2021
a8ff3a2
Adress warnings that fails CI.
TobiKattmann Feb 23, 2021
90342e7
try to make serial compile faster
pcarruscag Feb 23, 2021
ba33dee
Move vars from config to solver and geometry.
TobiKattmann Feb 23, 2021
6047ba7
update regression
pcarruscag Feb 23, 2021
1ccc0b4
Some stylistic changes.
TobiKattmann Feb 24, 2021
6b82990
parallel regression instead of hybrid
pcarruscag Feb 24, 2021
518ccd6
changed testcase a bit
TobiKattmann Feb 24, 2021
b8f4500
Cleaning regression test files
TobiKattmann Feb 24, 2021
a4894ed
Merge pull request #1183 from su2code/feature_newton
pcarruscag Feb 24, 2021
46bb500
Fix skin friction coefficient
pcarruscag Feb 24, 2021
2614ef2
Merge branch 'develop' into fix_cskin_friction
pcarruscag Feb 24, 2021
546725d
Updated config_template
TobiKattmann Feb 25, 2021
d04fa37
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 25, 2021
0674539
Merge pull request #1208 from su2code/fix_cskin_friction
pcarruscag Feb 25, 2021
19e58e2
Update of MeDiPack.
MaxSagebaum Feb 25, 2021
6755485
Update of MeDiPack submodule hash.
MaxSagebaum Feb 25, 2021
5062c52
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 25, 2021
5697993
Adress lgtm problem of possible overflow before array eval.
TobiKattmann Feb 25, 2021
fc99863
Merge pull request #1210 from MaxSagebaum/feature/MeDiPack_update
pcarruscag Feb 26, 2021
69a26d9
fix legacy build, cleanup useless code
pcarruscag Feb 26, 2021
5960bf1
small fixes in NEMO
CatarinaGarbacz Feb 26, 2021
0cf63e3
Fix typos in template, changed streamwise readme a bit.
TobiKattmann Feb 26, 2021
4fd03b9
Various smaller changes. Mainly spelling.
TobiKattmann Feb 26, 2021
86295f5
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Feb 26, 2021
f0e887f
Address PR comments. Part 1.
TobiKattmann Feb 28, 2021
0809781
Merge pull request #1212 from su2code/small_fixes
pcarruscag Feb 28, 2021
234fbd1
Merge remote-tracking branch 'origin/develop' into feature_periodic_s…
TobiKattmann Mar 1, 2021
55df581
Adress PR comments. Part 2.
TobiKattmann Mar 1, 2021
03d11b4
Resolve warning.
TobiKattmann Mar 1, 2021
2f2e6f2
Put streamwise periodic solver vars in struct.
TobiKattmann Mar 1, 2021
fe7b0de
Compute mu_t grad via AuxVar.
TobiKattmann Mar 2, 2021
8e7e567
Move GetStreamwisePerProp from Euler to NS solver.
TobiKattmann Mar 2, 2021
fa4e6e4
Merge pull request #773 from su2code/feature_periodic_streamwise
TobiKattmann Mar 2, 2021
c1aa5d9
Changing version number to 7.1.1
actions-user Mar 2, 2021
aec088c
Merge pull request #1215 from su2code/release_v7.1.1
pcarruscag Mar 2, 2021
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
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
config_set: [BaseMPI, ReverseMPI, ForwardMPI, BaseNoMPI, ReverseNoMPI, ForwardNoMPI, BaseOMP]
include:
- config_set: BaseMPI
flags: '-Denable-pywrapper=true -Denable-tests=true --werror'
flags: '-Denable-pywrapper=true -Denable-tests=true --warnlevel=3 --werror'
- config_set: ReverseMPI
flags: '-Denable-autodiff=true -Denable-normal=false -Denable-pywrapper=true -Denable-tests=true --werror'
flags: '-Denable-autodiff=true -Denable-normal=false -Denable-pywrapper=true -Denable-tests=true --warnlevel=3 --werror'
- config_set: ForwardMPI
flags: '-Denable-directdiff=true -Denable-normal=false -Denable-tests=true --werror'
flags: '-Denable-directdiff=true -Denable-normal=false -Denable-tests=true --warnlevel=3 --werror'
- config_set: BaseNoMPI
flags: '-Denable-pywrapper=true -Dwith-mpi=disabled -Denable-tests=true --werror'
flags: '-Denable-pywrapper=true -Dwith-mpi=disabled -Denable-tests=true --warnlevel=3 --werror'
- config_set: ReverseNoMPI
flags: '-Denable-autodiff=true -Denable-normal=false -Dwith-mpi=disabled -Denable-pywrapper=true -Denable-tests=true --werror'
flags: '-Denable-autodiff=true -Denable-normal=false -Dwith-mpi=disabled -Denable-pywrapper=true -Denable-tests=true --warnlevel=3 --werror'
- config_set: ForwardNoMPI
flags: '-Denable-directdiff=true -Denable-normal=false -Dwith-mpi=disabled -Denable-tests=true --werror'
flags: '-Denable-directdiff=true -Denable-normal=false -Dwith-mpi=disabled -Denable-tests=true --warnlevel=3 --werror'
- config_set: BaseOMP
flags: '-Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --werror'
flags: '-Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --warnlevel=3 --werror'
runs-on: ubuntu-latest
steps:
- name: Cache Object Files
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ TestData
# Ignore output files if tests are run locally
*.vtk
*.vtu
*.vtm
*.pvsm
*.ref
*.plt
*.szplt

Mercurial
.hg*
Expand Down
27 changes: 20 additions & 7 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Copyright holders might be the individual person or their respective employer. I
```
Akshay.K.R
Alejandro
Alessandro Gastaldi
Aman uz zaman Baig
Amit Sachdeva
Ana Lourenco
Expand All @@ -53,19 +54,23 @@ Antonio Rubino
Arne Bachmann
Beckett Y. Zhou
Benjamin S. Kirk
Brandon Tracey
Brendan Tracey
Brian Munguía
Carsten Othmer
Catarina Garbacz
Charanya Venkatesan-Crome
Clark Pederson
Daumantas Kavolis
Dave Taflin
Eduardo Molina
Ethan Alan Hereth
FlorianDm
Florian Dittmann
Francisco D. Palacios
Gaurav Bansal
Giulio Gori
Guillaume Bâty
Harichand M V
HL Kline
IndianaStokes
J. Sinsay
JSmith36
Expand All @@ -75,13 +80,19 @@ Jayant Mukhopadhaya
Jeffrey van Oostrom
Jessie Lauzon
João Loureiro
Johannes Blühdorn
JonathanSmith1936
Kedar Naik
LaSerpe
Lennaert Tol
Matteo Pini
Max Aehle
Max Le
Max Sagebaum
Michele Gaffuri
Mickael Philit
Mladen Banovic
Nicola Fonzi
Ole Burghardt
Patrick Mischke
Paul Urbanczyk
Expand All @@ -91,6 +102,7 @@ Pete Bachant
RaulFeijo55
Ruben Sanchez
Ryan Barrett
SaettaE
Salvatore Vitale
Samet Cakmakcioglu
Scott Imlay
Expand All @@ -104,25 +116,26 @@ Trent Lukaczyk
VivaanKhatri
Wally Maier
aaronyicongfu
aeroamit
anilvar
band-a-prend
bigfootedrockmidget
bmunguia
chamsolli
costat
cr109
cvencro
daniel-linton
demanosalvas
dmudiger
erangit
flo
hlkline
fmpmorgado
garcgutierrez
jtneedels
juliendm
jvanoostrom
koodlyakshay
mcolonno
minkwankim
padronas
sametcaka
sravya91
srcopela
tobadavid
Expand Down
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.1.0 "Blackbird"
* \version 7.1.1 "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.1.0 "Blackbird"
* \mainpage SU2 version 7.1.1 "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
355 changes: 178 additions & 177 deletions Common/include/CConfig.hpp

Large diffs are not rendered by default.

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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "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.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*/
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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "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.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*/
struct CBBoxTargetClass {

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
* \version 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* 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 7.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
4 changes: 2 additions & 2 deletions 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 7.1.0 "Blackbird"
* \version 7.1.1 "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.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*/

class CCGNSElementType {
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 7.1.0 "Blackbird"
* \version 7.1.1 "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.1.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*/
class CGaussJacobiQuadrature {
public:
Expand Down
Loading