Skip to content

Commit 998d9cc

Browse files
committed
Merge branch 'develop' into fix_slidingmesh_reconstructboundary
2 parents 5b6a6b5 + cf4677b commit 998d9cc

959 files changed

Lines changed: 13916 additions & 18176 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/regression.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
config_set: [BaseMPI, ReverseMPI, ForwardMPI, BaseNoMPI, ReverseNoMPI, ForwardNoMPI, BaseOMP]
19+
config_set: [BaseMPI, ReverseMPI, ForwardMPI, BaseNoMPI, ReverseNoMPI, ForwardNoMPI, BaseOMP, ReverseOMP, ForwardOMP]
2020
include:
2121
- config_set: BaseMPI
2222
flags: '-Denable-pywrapper=true -Denable-tests=true --warnlevel=3 --werror'
@@ -32,6 +32,10 @@ jobs:
3232
flags: '-Denable-directdiff=true -Denable-normal=false -Dwith-mpi=disabled -Denable-tests=true --warnlevel=3 --werror'
3333
- config_set: BaseOMP
3434
flags: '-Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --warnlevel=3 --werror'
35+
- config_set: ReverseOMP
36+
flags: '-Denable-autodiff=true -Denable-normal=false -Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --warnlevel=3 --werror'
37+
- config_set: ForwardOMP
38+
flags: '-Denable-directdiff=true -Denable-normal=false -Dwith-omp=true -Denable-mixedprec=true -Denable-tecio=false --warnlevel=3 --werror'
3539
runs-on: ubuntu-latest
3640
steps:
3741
- name: Cache Object Files

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ build/
9494

9595
# ninja binary (build system)
9696
ninja
97+
98+
# Ignore vscode folder
99+
.vscode/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
[submodule "subprojects/Mutationpp"]
1616
path = subprojects/Mutationpp
1717
url = https://github.com/mutationpp/Mutationpp.git
18+
[submodule "externals/opdi"]
19+
path = externals/opdi
20+
url = https://github.com/SciCompKL/OpDiLib

.lgtm.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
path_classifiers:
2+
test:
3+
- TestCases/*
4+
library:
5+
- externals/*
6+
legacy:
7+
- preconfigure.py

Common/include/CConfig.hpp

Lines changed: 186 additions & 123 deletions
Large diffs are not rendered by default.

Common/include/adt/CADTBaseClass.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public

Common/include/adt/CADTComparePointClass.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public

Common/include/adt/CADTElemClass.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public
@@ -400,4 +400,4 @@ class CADTElemClass : public CADTBaseClass {
400400
*/
401401
CADTElemClass() = delete;
402402

403-
};
403+
};

Common/include/adt/CADTNodeClass.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public

Common/include/adt/CADTPointsOnlyClass.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* The SU2 Project is maintained by the SU2 Foundation
1010
* (http://su2foundation.org)
1111
*
12-
* Copyright 2012-2020, SU2 Contributors (cf. AUTHORS.md)
12+
* Copyright 2012-2021, SU2 Contributors (cf. AUTHORS.md)
1313
*
1414
* SU2 is free software; you can redistribute it and/or
1515
* modify it under the terms of the GNU Lesser General Public
@@ -53,8 +53,8 @@ class CADTPointsOnlyClass : public CADTBaseClass {
5353
*/
5454
CADTPointsOnlyClass(unsigned short nDim,
5555
unsigned long nPoints,
56-
su2double *coor,
57-
unsigned long *pointID,
56+
const su2double *coor,
57+
const unsigned long *pointID,
5858
const bool globalTree);
5959

6060
/*!

0 commit comments

Comments
 (0)