Changeset 238 for trunk/SRC/Computation


Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/Computation
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Computation/curl.pro

    r231 r238  
    2020; 
    2121; @keyword DIREC {type=scalar string} 
    22 ; Use if you want to call moyenne or grossemoyenne after the div computation 
     22; Use if you want to call <pro>moyenne</pro> or 
     23; <pro>grossemoyenne</pro> after the div computation 
    2324; with a mean done in the DIREC direction 
    2425; 
    25 ; @returns RES 
     26; @returns 
    2627; the vertical component of the curl of the input data (with the same size) 
    2728; 
    2829; @uses 
    29 ; cm_4cal, cm_4data, cm_4mmesh 
     30; cm_4cal 
     31; cm_4data 
     32; cm_4mmesh 
    3033; 
    3134; @restrictions 
     
    5962; @todo 
    6063; code the 4d case 
     64; 
    6165;- 
    6266; 
  • trunk/SRC/Computation/div.pro

    r231 r238  
    2020; 
    2121; @keyword DIREC {type=scalar string} 
    22 ; Use if you want to call moyenne or grossemoyenne after the div computation 
     22; Use if you want to call <pro>moyenne</pro> or 
     23; <pro>grossemoyenne</pro> after the div computation 
    2324; (stupid ?) with a mean done in the DIREC direction 
    2425; 
    25 ; @returns RES 
     26; @returns 
    2627; the divergence of the input data (with the same size) 
    2728; 
    2829; @uses 
    29 ; cm_4cal, cm_4data, cm_4mmesh 
     30; cm_4cal 
     31; cm_4data 
     32; cm_4mmesh 
    3033; 
    3134; @restrictions 
     
    3841;   T, U, V and F grids, it is possible that these two arrays do not have the same 
    3942;   size and refer to different indexes. In this case, arrays are re-cut on 
    40 ;   common indexes. To avoid these re-cuts, use the keyword /memeindice in  
     43;   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
    4144; <pro>domdef</pro> 
    4245; - When computing the divergence, we update, vargrid, varname, varunits and the 
     
    5861; @todo 
    5962; code the 4d case 
     63; 
    6064;- 
    6165; 
  • trunk/SRC/Computation/grad.pro

    r232 r238  
    88; 
    99; @param FIELD 
    10 ; The field for which we want to compute the gradient.  A 2D (xy), 
     10; The field for which we want to compute the gradient. A 2D (xy), 
    1111; 3D (xyz or yt) or 4D (xyzt) array or a structure readable by litchamp 
    1212; and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
     
    1616; the gradient direction: 'x', 'y', 'z' 
    1717; 
    18 ; @returns RES {type=2D, 3D or 4D array} 
    19 ; the gradient of the input data (with the same size) 
     18; @returns 
     19; the gradient of the input data with the same size 2D, 3D or 4D array 
    2020; 
    2121; @uses 
    22 ; cm_4cal, cm_4data, cm_4mmesh 
     22; cm_4cal 
     23; cm_4data 
     24; cm_4mmesh 
    2325; 
    2426; @restrictions 
Note: See TracChangeset for help on using the changeset viewer.