Changeset 811 for trunk/src/tps_coeff.m
- Timestamp:
- Aug 13, 2014, 3:08:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tps_coeff.m
r809 r811 14 14 % [U_smooth,U_tps]=tps_coeff(ctrs,U,Smoothing) 15 15 %------------------------------------------------------------------------ 16 % OU PUT:17 % U_smooth: values of the quantity U at the N centres after smoothing18 % U_tps: tps weights of the centres and columns of the linear16 % OUTPUT: 17 % U_smooth: values of the quantity U at the N centres after smoothing 18 % U_tps: tps weights of the centres and columns of the linear 19 19 20 % INPUT:21 % ctrs: NxNbDim matrix representing the positions of the N centers, sources of the tps (NbDim=space dimension)22 % U: Nx1 column vector representing the values of the considered scalar measured at the centres ctrs23 % Smoothing: smoothing parameter: the result is smoother for larger Smoothing.20 % INPUT: 21 % ctrs: NxNbDim matrix representing the positions of the N centers, sources of the tps (NbDim=space dimension) 22 % U: Nx1 column vector representing the values of the considered scalar measured at the centres ctrs 23 % Smoothing: smoothing parameter: the result is smoother for larger Smoothing. 24 24 % 25 % related functions:26 % tps_eval, tps_eval_dxy27 % tps_coeff_field, set_subdomains, filter_tps, calc_field25 % RELATED FUNCTIONS: 26 % tps_eval, tps_eval_dxy 27 % tps_coeff_field, set_subdomains, filter_tps, calc_field 28 28 29 29 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.