Changeset 582 for trunk/src/filter_tps.m


Ignore:
Timestamp:
Mar 13, 2013, 12:46:21 AM (11 years ago)
Author:
sommeria
Message:

various bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/filter_tps.m

    r581 r582  
    4646%% default output
    4747SubRange=zeros(NbCoord,2,NbSubDomain);%initialise the positions of subdomains
    48 NbCentres=zeros(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
     48NbCentres=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
    5252W_tps=[];%default (2 component case)
    5353U_smooth=zeros(NbVec,1); % smoothed velocity U at the initial positions
Note: See TracChangeset for help on using the changeset viewer.