Changeset 1135 for trunk/src/filter_tps.m
- Timestamp:
- Apr 23, 2024, 3:03:38 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/filter_tps.m
r1127 r1135 4 4 % 5 5 % OUTPUT: 6 % SubRange(NbCoord, NbSubdomain,2): range (min, max) of the coordiantes x and y respectively, for each subdomain6 % SubRange(NbCoord,2,NbSubdomain): range (min, max) of the coordinates x and y respectively, for each subdomain 7 7 % NbCentre(NbSubdomain): number of source points for each subdomain 8 8 % FF: false flags … … 14 14 % INPUT: 15 15 % 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 17 18 % Rho: smoothing parameter 18 19 % Threshold: max diff accepted between smoothed and initial data 19 % Subdomain: estimated number of data points in each subdomain 20 20 21 21 22 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.