Skip to content

Commit c512d26

Browse files
committed
Update version restrictions in cfg files to allow compatibility with v5.0.
1 parent 4019b2a commit c512d26

File tree

103 files changed

+103
-103
lines changed

Some content is hidden

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

103 files changed

+103
-103
lines changed

examples/barwaves-2d/step01_pwave_reflected.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ authors = [Brad Aagaard]
2424
keywords = [P wave, time-dependent Dirichlet boundary condition]
2525
arguments = [step01_pwave_reflected.cfg]
2626
version = 1.0.0
27-
pylith_version = [>=4.0, <5.0]
27+
pylith_version = [>=4.0, <6.0]
2828

2929
features = [
3030
pylith.problems.SolnDispVel,

examples/barwaves-2d/step02_swave_reflected.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ authors = [Brad Aagaard]
2727
keywords = [S wave, Dirichlet boundary condition, time-dependent Neumann boundary condition]
2828
arguments = [step02_swave_reflected.cfg]
2929
version = 1.0.0
30-
pylith_version = [>=4.0, <5.0]
30+
pylith_version = [>=4.0, <6.0]
3131

3232
features = [
3333
pylith.problems.SolnDispVel,

examples/barwaves-2d/step03_swave_absorbed.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ authors = [Brad Aagaard]
3030
keywords = [S wave, absorbing boundary, Dirichlet boundary condition, time-dependent Neumann boundary condition]
3131
arguments = [step03_swave_absorbed.cfg]
3232
version = 1.0.0
33-
pylith_version = [>=4.0, <5.0]
33+
pylith_version = [>=4.0, <6.0]
3434

3535
features = [
3636
pylith.problems.SolnDispVel,

examples/box-2d/step01_axialdisp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ authors = [Brad Aagaard]
2323
keywords = [axial extension]
2424
arguments = [step01_axialdisp.cfg]
2525
version = 1.0.0
26-
pylith_version = [>=3.0, <5.0]
26+
pylith_version = [>=3.0, <6.0]
2727

2828
features = [
2929
Static simulation,

examples/box-2d/step02_sheardisp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authors = [Brad Aagaard]
2525
keywords = [simple shear]
2626
arguments = [step02_sheardisp.cfg]
2727
version = 1.0.0
28-
pylith_version = [>=3.0, <5.0]
28+
pylith_version = [>=3.0, <6.0]
2929

3030
features = [
3131
Static simulation,

examples/box-2d/step03_sheardisptract.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ authors = [Brad Aagaard]
3535
keywords = [simple shear, Neumann BC, Dirichlet BC]
3636
arguments = [step03_sheardisptract.cfg]
3737
version = 1.0.0
38-
pylith_version = [>=3.0, <5.0]
38+
pylith_version = [>=3.0, <6.0]
3939

4040
features = [
4141
Static simulation,

examples/box-2d/step04_sheardispic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ authors = [Brad Aagaard]
3333
keywords = [simpe shear, initial conditions]
3434
arguments = [step04_sheardispic.cfg]
3535
version = 1.0.0
36-
pylith_version = [>=3.0, <5.0]
36+
pylith_version = [>=3.0, <6.0]
3737

3838
features = [
3939
Static simulation,

examples/box-2d/step05_sheardisptractrate.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ authors = [Brad Aagaard]
4242
keywords = [simple shear, time depenent, Dirichlet BC, Neumann BC]
4343
arguments = [step05_sheardisptractrate.cfg]
4444
version = 1.0.0
45-
pylith_version = [>=3.0, <5.0]
45+
pylith_version = [>=3.0, <6.0]
4646

4747
features = [
4848
Quasi-static simulation,

examples/box-3d/step01_axialdisp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authors = [Brad Aagaard]
2828
keywords = [axial extension]
2929
arguments = [step01_axialdisp.cfg]
3030
version = 1.0.0
31-
pylith_version = [>=3.0, <5.0]
31+
pylith_version = [>=3.0, <6.0]
3232

3333
features = [
3434
Static simulation,

examples/box-3d/step02_sheardisp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [Brad Aagaard]
2626
keywords = [simple shear]
2727
arguments = [step02_sheardisp.cfg]
2828
version = 1.0.0
29-
pylith_version = [>=3.0, <5.0]
29+
pylith_version = [>=3.0, <6.0]
3030

3131
features = [
3232
Static simulation,

0 commit comments

Comments
 (0)