Changeset 231 for trunk/SRC/Computation


Ignore:
Timestamp:
03/19/07 18:15:51 (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

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    4138;   T, U, V and F grids, it is possible that these two arrays do not have the same 
    4239;   size and refer to different indexes. In this case, arrays are re-cut on 
    43 ;   common indexes. To avoid these re-cuts, use the keyword /memeindice in domdef.pro 
     40;   common indexes. To avoid these re-cuts, use the keyword /memeindice in 
     41; <pro>domdef</pro> 
    4442; - When computing the divergence, we update, vargrid, varname, varunits and the 
    4543;   grid position parameters (firstxf, lastxf, nxf, firstyf, lastyf, nyf). 
     
    6260; code the 4d case 
    6361;- 
    64 ;------------------------------------------------------------ 
    65 ;------------------------------------------------------------ 
    66 ;------------------------------------------------------------ 
     62; 
    6763FUNCTION curl, uu, vv, DIREC = DIREC 
    6864; 
  • trunk/SRC/Computation/div.pro

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    4138;   T, U, V and F grids, it is possible that these two arrays do not have the same 
    4239;   size and refer to different indexes. In this case, arrays are re-cut on 
    43 ;   common indexes. To avoid these re-cuts, use the keyword /memeindice in domdef.pro 
     40;   common indexes. To avoid these re-cuts, use the keyword /memeindice in  
     41; <pro>domdef</pro> 
    4442; - When computing the divergence, we update, vargrid, varname, varunits and the 
    4543;   grid position parameters (firstxt, lastxt, nxt, firstyt, lastyt, nyt). 
     
    6159; code the 4d case 
    6260;- 
    63 ;------------------------------------------------------------ 
    64 ;------------------------------------------------------------ 
    65 ;------------------------------------------------------------ 
     61; 
    6662FUNCTION div, uu, vv, DIREC = DIREC 
    6763; 
  • trunk/SRC/Computation/grad.pro

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; @file_comments 
     
    4542; 
    4643;- 
    47 ;------------------------------------------------------------ 
    48 ;------------------------------------------------------------ 
    49 ;------------------------------------------------------------ 
     44; 
    5045FUNCTION grad, field, direc 
    5146; 
Note: See TracChangeset for help on using the changeset viewer.