Changeset 811 for trunk/src/tps_coeff.m


Ignore:
Timestamp:
Aug 13, 2014, 3:08:49 AM (11 years ago)
Author:
g7moreau
Message:
  • Update header OUPUT -> OUTPUT and so on...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tps_coeff.m

    r809 r811  
    1414% [U_smooth,U_tps]=tps_coeff(ctrs,U,Smoothing)
    1515%------------------------------------------------------------------------
    16 % OUPUT:
    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
     16% 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
    1919
    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.
     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.
    2424%
    25 %related functions:
    26 % tps_eval, tps_eval_dxy
    27 % tps_coeff_field, set_subdomains, filter_tps, calc_field
     25% RELATED FUNCTIONS:
     26%  tps_eval, tps_eval_dxy
     27%  tps_coeff_field, set_subdomains, filter_tps, calc_field
    2828
    2929%=======================================================================
Note: See TracChangeset for help on using the changeset viewer.