Changeset 24084
- Timestamp:
- 07/11/19 12:07:30 (6 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test205.js
r21149 r24084 6 6 md.extrude(md,3,2.); 7 7 setflowequation(md,'HO','../Exp/SquareHalfRight.exp','fill','SSA','coupling','penalties'); 8 md.settings.solver_residue_threshold = 1.e-4; 8 9 //md.cluster=generic('name',oshostname(),'np',3); 9 10 md=solve(md,'Stressbalance'); -
issm/trunk-jpl/test/NightlyRun/test205.m
r21056 r24084 5 5 md=extrude(md,3,2.); 6 6 md=setflowequation(md,'HO','../Exp/SquareHalfRight.exp','fill','SSA','coupling','penalties'); 7 md.settings.solver_residue_threshold = 1.e-4; 7 8 md.cluster=generic('name',oshostname(),'np',3); 8 9 md=solve(md,'Stressbalance'); -
issm/trunk-jpl/test/NightlyRun/test205.py
r23793 r24084 15 15 md.extrude(3, 2.) 16 16 md = setflowequation(md, 'HO', '../Exp/SquareHalfRight.exp', 'fill', 'SSA', 'coupling', 'penalties') 17 md.settings.solver_residue_threshold = 1.e-4 17 18 md.cluster = generic('name', gethostname(), 'np', 3) 18 19 md = solve(md, 'Stressbalance')
Note:
See TracChangeset
for help on using the changeset viewer.