Skip to content

Commit c8b0aa8

Browse files
authored
Merge pull request #11 from tjhei/merge2
Merge from upstream
2 parents b09f8fa + c199478 commit c8b0aa8

File tree

2,205 files changed

+451313
-447707
lines changed

Some content is hidden

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

2,205 files changed

+451313
-447707
lines changed

.github/workflows/build_dealii_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'geodynamics/aspect'
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3

.github/workflows/build_dealii_master_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'geodynamics/aspect'
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3

.github/workflows/clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
options: '--user 0 --name container'
3232

3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- name: clang-tidy
3636
run: |
3737
mkdir build

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.repository == 'geodynamics/aspect'
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@v3
@@ -77,7 +77,7 @@ jobs:
7777
if: github.repository == 'geodynamics/aspect'
7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181

8282
- name: Set up QEMU
8383
uses: docker/setup-qemu-action@v3

.github/workflows/linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: [ubuntu-22.04]
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: setup
3333
run: |
3434
sudo apt-get update
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: [ubuntu-24.04]
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- name: setup
5555
run: |
5656
sudo apt-get update
@@ -109,12 +109,12 @@ jobs:
109109
include:
110110
- image: "geodynamics/aspect-tester:focal-dealii-9.5-v3"
111111
run-tests: "ON"
112-
compare-tests: "ON"
112+
compare-tests: "OFF"
113113
result-file: "changes-test-results-9.5.diff"
114114
container-options: '--name container'
115115
- image: "geodynamics/aspect-tester:jammy-dealii-9.6-v1"
116-
run-tests: "OFF"
117-
compare-tests: "OFF"
116+
run-tests: "ON"
117+
compare-tests: "ON"
118118
result-file: "changes-test-results-9.6.diff"
119119
container-options: '--user 0 --name container'
120120
- image: "geodynamics/aspect-tester:focal-dealii-master"
@@ -128,7 +128,7 @@ jobs:
128128
options: ${{ matrix.container-options }}
129129

130130
steps:
131-
- uses: actions/checkout@v4
131+
- uses: actions/checkout@v5
132132
with:
133133
submodules: recursive
134134
- uses: astral-sh/setup-uv@v6

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 5
2020
steps:
2121
- name: Checkout the Checkout Actions Repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
persist-credentials: false
2525
- name: Check spelling with typos

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030
{
3131
// first build a docker image for running the tests from the repo
3232
docker {
33-
image 'geodynamics/aspect-tester:focal-dealii-9.5-v3'
33+
image 'geodynamics/aspect-tester:jammy-dealii-9.6-v1'
3434
// We mount /repos into the docker image. This allows us to cache
3535
// the git repo by setting "advanced clone behaviors". If the
3636
// directory does not exist, this will be ignored.

benchmarks/advection/drop_supg.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dropping box benchmark on the right half of the domain
22

33
set Dimension = 2
4-
set Use years in output instead of seconds = false
4+
set Use years instead of seconds = false
55
set End time = 5.0
66
set Output directory = output-drop-supg
77
set Nonlinear solver scheme = single Advection, no Stokes

benchmarks/advection/rotate_shape_supg.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rotating shapes
22

33
set Dimension = 2
4-
set Use years in output instead of seconds = false
4+
set Use years instead of seconds = false
55
set End time = 6.2831
66
set Output directory = output-rotate-shape-supg
77
set Nonlinear solver scheme = single Advection, no Stokes

benchmarks/advection_in_annulus/advection_in_annulus.prm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set Additional shared libraries = ./libadvection_in_annulus.so
1818
set Dimension = 2
1919
set Start time = 0
2020
set End time = 1
21-
set Use years in output instead of seconds = false
21+
set Use years instead of seconds = false
2222
set Nonlinear solver scheme = single Advection, no Stokes
2323
set Output directory = output_advection_in_annulus
2424
set Pressure normalization = surface

0 commit comments

Comments
 (0)