Changeset 582 for trunk/src/filter_tps.m
- Timestamp:
- Mar 13, 2013, 12:46:21 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/filter_tps.m
r581 r582 46 46 %% default output 47 47 SubRange=zeros(NbCoord,2,NbSubDomain);%initialise the positions of subdomains 48 NbCentres=zeros( NbSubDomain);%number of interpolated values per subdomain, =0 by default49 Coord_tps=zeros(NbVec,NbCoord,NbSubDomain);% default positions of the tps source= initial positions of the good vectors sorted by subdomain50 U_tps=zeros(NbVec,NbSubDomain);%default spline51 V_tps=zeros(NbVec,NbSubDomain);%default spline48 NbCentres=zeros(1,NbSubDomain);%number of interpolated values per subdomain, =0 by default 49 %Coord_tps=zeros(NbVec,NbCoord,NbSubDomain);% default positions of the tps source= initial positions of the good vectors sorted by subdomain 50 %U_tps=zeros(NbVec,NbSubDomain);%default spline 51 %V_tps=zeros(NbVec,NbSubDomain);%default spline 52 52 W_tps=[];%default (2 component case) 53 53 U_smooth=zeros(NbVec,1); % smoothed velocity U at the initial positions
Note: See TracChangeset
for help on using the changeset viewer.