Code-code coupling with source terms.  
More...
|  | 
| subroutine | csc2ts (n_elts, elt_ids, f_id, f_dim, reverse, cw1_received, cw2_received, crvexp, crvimp) | 
|  | 
Code-code coupling with source terms. 
◆ csc2ts()
      
        
          | subroutine csc2ts | ( | integer | n_elts, | 
        
          |  |  | integer, dimension(n_elts) | elt_ids, | 
        
          |  |  | integer | f_id, | 
        
          |  |  | integer | f_dim, | 
        
          |  |  | integer | reverse, | 
        
          |  |  | double precision, dimension(f_dim,n_elts) | cw1_received, | 
        
          |  |  | double precision, dimension(f_dim,f_dim,n_elts) | cw2_received, | 
        
          |  |  | double precision, dimension(f_dim, ncelet) | crvexp, | 
        
          |  |  | double precision, dimension(f_dim, f_dim, ncelet) | crvimp | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | n_elts | number of local (distant in reverse mode) overlapped cells |  | [in] | elt_ids | localisation of coupling cells |  | [in] | f_id | field index |  | [in] | f_dim | field dimension |  | [in] | reverse | reverse mode if 1 |  | [in] | cw1_received | distant variable array or explicit part for reverse mode |  | [in] | cw2_received | implicit part for reverse mode |  | [in,out] | crvexp | explicit source term |  | [in,out] | crvimp | working table for implicit part |