Changeset 5464
- Timestamp:
- 08/20/10 16:27:27 (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
r3994 r5464 10 10 pos=find(md.gridonboundary); 11 11 md.spcvelocity=zeros(md.numberofgrids,6); 12 md.spcvelocity(pos,1: 2)=1;12 md.spcvelocity(pos,1:3)=1; 13 13 14 14 %Dirichlet Values -
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r5024 r5464 29 29 pos=find(md.gridonboundary & ~gridonicefront); 30 30 md.spcvelocity=zeros(md.numberofgrids,6); 31 md.spcvelocity(pos,1: 2)=1;31 md.spcvelocity(pos,1:3)=1; 32 32 33 33 %Dirichlet Values -
issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
r5024 r5464 34 34 end 35 35 md.spcvelocity=zeros(md.numberofgrids,6); 36 md.spcvelocity(pos,1: 2)=1;36 md.spcvelocity(pos,1:3)=1; 37 37 38 38 %Dirichlet Values
Note:
See TracChangeset
for help on using the changeset viewer.