Skip to content

Commit c9e701c

Browse files
committed
Merge branch 'development' into mengxuan/duststoppingtime
2 parents 6c5b6af + fa6db2b commit c9e701c

183 files changed

Lines changed: 344 additions & 566 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/check_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
has_workflow_changes: ${{ steps.set-output.outputs.has_workflow_changes }}
3636
has_specific_workflow_changes: ${{ steps.set-output.outputs.has_specific_workflow_changes }}
3737
steps:
38-
- uses: actions/checkout@v6.0.1
38+
- uses: actions/checkout@v6
3939
- uses: dorny/paths-filter@v3
4040
id: changes
4141
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
code-changed: ${{ steps.changes.outputs.code }}
2323
steps:
24-
- uses: actions/checkout@v6.0.1
24+
- uses: actions/checkout@v6
2525
- uses: dorny/paths-filter@v3
2626
id: changes
2727
with:

.github/workflows/docs-toctree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate MkDocs navigation
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6.0.1
15+
- uses: actions/checkout@v6
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:

.github/workflows/rocm-diskgalaxy-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
submodules: recursive
3434
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3535

3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
37+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
3838

3939
- name: Log in to GHCR
4040
if: ${{ github.event_name == 'push' || env.IS_INTERNAL_PR == 'true' }}

docs/markdown/mhd_module.md

Lines changed: 1 addition & 1 deletion

extern/turbulence

inputs/Advection.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# *****************************************************************
44
geometry.prob_lo = 0.0 0.0 0.0
55
geometry.prob_hi = 1.0 1.0 1.0
6-
geometry.is_periodic = 1 1 1
6+
quokka.bc = periodic periodic periodic
77

88
# *****************************************************************
99
# VERBOSITY

inputs/Advection2D.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# *****************************************************************
44
geometry.prob_lo = 0.0 0.0 0.0
55
geometry.prob_hi = 1.0 1.0 1.0
6-
geometry.is_periodic = 1 1 1
6+
quokka.bc = periodic periodic periodic
77

88
# *****************************************************************
99
# VERBOSITY

inputs/AdvectionSemiellipse.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# *****************************************************************
44
geometry.prob_lo = 0.0 0.0 0.0
55
geometry.prob_hi = 1.0 1.0 1.0
6-
geometry.is_periodic = 1 1 1
6+
quokka.bc = periodic periodic periodic
77

88
# *****************************************************************
99
# VERBOSITY

inputs/AlfvenWaveCircular.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# *****************************************************************
44
geometry.prob_lo = 0.0 0.0 0.0
55
geometry.prob_hi = 1.0 1.0 1.0
6-
geometry.is_periodic = 1 1 1
6+
quokka.bc = periodic periodic periodic
77

88
# *****************************************************************
99
# VERBOSITY

0 commit comments

Comments
 (0)