Changeset 811 for trunk/src/tps_eval_dxy.m
- Timestamp:
- Aug 13, 2014, 3:08:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tps_eval_dxy.m
r809 r811 4 4 %------------------------------------------------------------------------ 5 5 % OUTPUT: 6 % 7 % 8 % 9 % 6 % DMX: Mx(N+3) matrix representing the contributions to the X 7 % derivatives at the M sites from unit sources located at each of the N 8 % centers, + 3 columns representing the contribution of the linear gradient part. 9 % DMY: idem for Y derivatives 10 10 % 11 11 % INPUT: 12 % 13 % 12 % dsites: M x s matrix of interpolation site coordinates (s=space dimension=2 here) 13 % ctrs: N x s matrix of centre coordinates (initial data) 14 14 % 15 % related functions:16 % tps_coeff, tps_eval17 % tps_coeff_field, set_subdomains, filter_tps, calc_field15 % RELATED FUNCTIONS: 16 % tps_coeff, tps_eval 17 % tps_coeff_field, set_subdomains, filter_tps, calc_field 18 18 19 19 %=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.