Skip to content

Commit fb3104f

Browse files
committed
FIX: Updated required version information for incomplete examples in subduction-3d.
1 parent 15d308e commit fb3104f

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

examples/subduction-3d/step06_slowslip.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ description = Slow slip on a patch in the middle of the top of the slab.
2424
keywords = [prescribed slip, slow slip, generate spatial database]
2525
arguments = [step06_slowslip.cfg, mat_elastic.cfg]
2626
version = 2.0.0
27+
pylith_version = [>3.0]
2728

2829
features = [
2930
Quasi-static simulation,

examples/subduction-3d/step07a_leftlateral.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ base = [pylithapp.cfg, greensfns.cfg, mat_elastic.cfg]
1616
description = "Generate static Green's functions for left-lateral slip on the subduction interface."
1717
arguments = [step07a_leftlateral.cfg, mat_elastic.cfg]
1818
version = 2.0.0
19-
pylith_version = [>=2.0, <3.0]
19+
pylith_version = [>3.0]
2020

2121
features = [
2222
pylith.meshio.OutputSolnPoints,

examples/subduction-3d/step07b_reverse.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ base = [pylithapp.cfg, greensfns.cfg, mat_elastic.cfg]
1616
description = "Generate static Green's functions for reverse slip on the subduction interface."
1717
arguments = [step07b_reverse.cfg, mat_elastic.cfg]
1818
version = 2.0.0
19-
pylith_version = [>=2.0, <3.0]
19+
pylith_version = [>3.0]
2020

2121
features = [
2222
pylith.meshio.OutputSolnPoints,

examples/subduction-3d/step08a_gravity_refstate.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ description = Gravitational body forces with reference state.
1717
keywords = [gravitational body forces, reference state]
1818
arguments = [step08a_gravity_refstate.cfg, mat_elastic.cfg]
1919
version = 2.0.0
20+
pylith_version = [>3.0]
2021

2122
features = [
2223
Static simulation,

examples/subduction-3d/step08b_gravity_incompressible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description = Gravitational body forces with incompressible elasticity.
1414
keywords = [gravitational body forces, incompressible elasticity, field split conditioner, Schur complemenet preconditioner]
1515
arguments = [step08b_gravity_incompressible.cfg, mat_elastic_incompressible.cfg]
1616
version = 2.0.0
17+
pylith_version = [>3.0]
1718

1819
features = [
1920
Static simulation,

examples/subduction-3d/step08c_gravity_viscoelastic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = Gravitational body forces with viscoelasticity, reference state, a
2323
keywords = [gravitational body forces, reference state, small strain formulation]
2424
arguments = [step08c_gravity_viscoelastic.cfg, mat_viscoelastic.cfg]
2525
version = 1.0.0
26-
pylith_version = [>=2.0, <3.0]
26+
pylith_version = [>3.0]
2727

2828
features = [
2929
Quasi-static simulation,

0 commit comments

Comments
 (0)