Skip to content

Commit c465891

Browse files
committed
fixed example files
1 parent b7d6bdb commit c465891

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

examples/1D_hypo_2materials/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
# ==========================================================
5252

5353
# Turning on Hypoelasticity ================================
54-
'elasticity' : 'T',
5554
'hypoelasticity' : 'T',
5655
'fd_order' : 4,
5756
# ==========================================================

examples/1D_impact/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
# ==========================================================
5252

5353
# Turning on Hypoelasticity ================================
54-
'elasticity' : 'T',
5554
'hypoelasticity' : 'T',
5655
'fd_order' : 4,
5756
# ==========================================================

examples/1D_sodHypo/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
# ==========================================================
5252

5353
# Turning on Hypoelasticity ================================
54-
'elasticity' : 'T',
5554
'hypoelasticity' : 'T',
5655
# ==========================================================
5756

examples/3D_hyper_bubingel/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@
292292
'num_patches' : 3,
293293
'model_eqns' : 3,
294294
'num_fluids' : 4,
295-
'elasticity' : 'T',
296295
'hypoelasticity' : 'F',
297296
'hyperelasticity' : 'T',
298297
'mpp_lim' : 'T',

examples/3D_hyper_bubinwater/case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@
287287
'num_patches' : 3,
288288
'model_eqns' : 3,
289289
'num_fluids' : 4,
290-
'elasticity' : 'T',
291290
'hypoelasticity' : 'F',
292291
'hyperelasticity' : 'T',
293292
'mpp_lim' : 'T',

0 commit comments

Comments
 (0)