Ignore:
Timestamp:
Apr 23, 2024, 3:03:38 PM (12 days ago)
Author:
sommeria
Message:

fct for python added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/filter_tps.m

    r1127 r1135  
    44%
    55% OUTPUT:
    6 % SubRange(NbCoord,NbSubdomain,2): range (min, max) of the coordiantes x and y respectively, for each subdomain
     6% SubRange(NbCoord,2,NbSubdomain): range (min, max) of the coordinates x and y respectively, for each subdomain
    77% NbCentre(NbSubdomain): number of source points for each subdomain
    88% FF: false flags
     
    1414% INPUT:
    1515% coord=[X Y]: matrix whose first column is the x coordinates of the initial data, the second column the y coordiantes
    16 % U,V: set of velocity components of the initial data
     16% U,V, possibly W: set of velocity components of the initial data
     17% SubdomainSize: estimated number of data points in each subdomain
    1718% Rho: smoothing parameter
    1819% Threshold: max diff accepted between smoothed and initial data
    19 % Subdomain: estimated number of data points in each subdomain
     20
    2021
    2122%=======================================================================
Note: See TracChangeset for help on using the changeset viewer.