Changeset 24105
- Timestamp:
- 07/23/19 14:43:38 (6 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test215.js
r23180 r24105 6 6 md.extrude(md,3,1.); 7 7 setflowequation(md,'FS','all'); 8 md.settings.solver_residue_threshold = 1.e-4; 8 9 9 10 //control parameters -
issm/trunk-jpl/test/NightlyRun/test215.m
r23249 r24105 5 5 md=extrude(md,3,1.); 6 6 md=setflowequation(md,'FS','all'); 7 md.settings.solver_residue_threshold = 1.e-4; 7 8 8 9 %control parameters -
issm/trunk-jpl/test/NightlyRun/test215.py
r23793 r24105 15 15 md.extrude(3, 1.) 16 16 md = setflowequation(md, 'FS', 'all') 17 17 md.settings.solver_residue_threshold = 1.e-4; 18 18 19 19 # control parameters … … 34 34 md = solve(md, 'Stressbalance') 35 35 36 37 36 # Fields and tolerances to track changes 38 37 field_names = ['Gradient', 'Misfits', 'MaterialsRheologyBbar', 'Pressure', 'Vel', 'Vx', 'Vy']
Note:
See TracChangeset
for help on using the changeset viewer.