Changeset 8824 for issm/trunk/test/NightlyRun/test428.m
- Timestamp:
- 07/06/11 14:30:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test428.m
r8589 r8824 8 8 9 9 %constrain all velocities to 1 m/yr, in the y-direction 10 md.spcvelocity(:,1:3)=1; 11 md.spcvelocity(:,4)=0; 12 md.spcvelocity(:,5)=1; 13 md.spcvelocity(:,6)=0; 10 md.spcvx=zeros(md.numberofnodes,1); 11 md.spcvy=ones(md.numberofnodes,1); 12 md.spcvz=zeros(md.numberofnodes,1); 14 13 15 14 %Dakota options
Note:
See TracChangeset
for help on using the changeset viewer.