Changeset 16161
- Timestamp:
- 09/17/13 18:29:46 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test270.m
r16148 r16161 5 5 md.materials.rheology_B=paterson(md.initialization.temperature); 6 6 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 7 md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1); 7 md.damage.isdamage=1; 8 md.damage.D=0.5*ones(md.mesh.numberofvertices,1); 8 9 md=setflowequation(md,'SSA','all'); 9 10 md.cluster=generic('name',oshostname(),'np',3); -
issm/trunk-jpl/test/NightlyRun/test272.m
r16148 r16161 5 5 md.materials.rheology_B=paterson(md.initialization.temperature); 6 6 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 7 md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1); 7 md.damage.isdamage=1; 8 md.damage.D=0.5*ones(md.mesh.numberofvertices,1); 8 9 md=setflowequation(md,'SSA','all'); 9 10 md.verbose=verbose('control',true); -
issm/trunk-jpl/test/NightlyRun/test274.m
r16148 r16161 6 6 md.materials.rheology_B=paterson(md.initialization.temperature); 7 7 md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1); 8 md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1); 8 md.damage.isdamage=1; 9 md.damage.D=0.5*ones(md.mesh.numberofvertices,1); 9 10 md=setflowequation(md,'SSA','all'); 10 11
Note:
See TracChangeset
for help on using the changeset viewer.