Changeset 2281
- Timestamp:
- 09/23/09 11:47:21 (15 years ago)
- Location:
- issm/trunk/src/m/utils/BC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetIceSheetBC.m
r1797 r2281 10 10 pos=find(md.gridonboundary); 11 11 md.spcvelocity=zeros(md.numberofgrids,6); 12 md.spcvelocity(pos,1: 3)=1;12 md.spcvelocity(pos,1:2)=1; 13 13 14 14 %Dirichlet Values -
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r1797 r2281 22 22 pos=find(md.gridonboundary & ~gridonicefront); 23 23 md.spcvelocity=zeros(md.numberofgrids,6); 24 md.spcvelocity(pos,1: 3)=1;24 md.spcvelocity(pos,1:2)=1; 25 25 26 26 %Dirichlet Values -
issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
r1797 r2281 34 34 end 35 35 md.spcvelocity=zeros(md.numberofgrids,6); 36 md.spcvelocity(pos,1: 3)=1;36 md.spcvelocity(pos,1:2)=1; 37 37 38 38 %Dirichlet Values
Note:
See TracChangeset
for help on using the changeset viewer.