Changeset 811 for trunk/src/tps_eval.m
- Timestamp:
- Aug 13, 2014, 3:08:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tps_eval.m
r809 r811 4 4 % function EM = tps_eval(dsites,ctrs) 5 5 %------------------------------------------------------------------------ 6 % OU PUT:7 % EM: Mx(N+s) matrix representing the contributions at the M sites6 % OUTPUT: 7 % EM: Mx(N+s) matrix representing the contributions at the M sites 8 8 % from unit sources located at each of the N centers, + (s+1) columns 9 9 % representing the contribution of the linear gradient part. 10 10 % use : U_interp=EM*U_tps 11 11 % 12 % INPUT:13 % dsites: Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension14 % ctrs: Nxs matrix representing the postions of the N centers, sources of the tps,12 % INPUT: 13 % dsites: Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension 14 % ctrs: Nxs matrix representing the postions of the N centers, sources of the tps, 15 15 % 16 % related functions:17 % tps_coeff, tps_eval_dxy18 % tps_coeff_field, set_subdomains, filter_tps, calc_field16 % RELATED FUNCTIONS: 17 % tps_coeff, tps_eval_dxy 18 % tps_coeff_field, set_subdomains, filter_tps, calc_field 19 19 20 20 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.