Changeset 14092
- Timestamp:
- 12/03/12 11:32:51 (12 years ago)
- Location:
- issm/trunk-jpl/src/m/mesh
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/squaremesh.m
r9743 r14092 15 15 16 16 %initialization 17 segments=zeros(0,3);18 17 index=zeros(nel,3); 19 18 x=zeros(nx*ny,1); … … 23 22 for n=1:nx, 24 23 for m=1:ny, 25 x((n-1)*ny+m)=(n-1 );26 y((n-1)*ny+m)=(m-1 );24 x((n-1)*ny+m)=(n-1.); 25 y((n-1)*ny+m)=(m-1.); 27 26 end 28 27 end
Note:
See TracChangeset
for help on using the changeset viewer.