Preparation of sending velocity variables for coupling between two instances of code_saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl.  
More...
|  | 
| subroutine | cscpce (n_elts, f_id, f_dim, reverse, elt_ids, coopts, cw1_to_send, cw2_to_send) | 
|  | 
Preparation of sending velocity variables for coupling between two instances of code_saturne via boundary faces. Received indformation will be transformed into boundary condition in subroutine csc2cl. 
◆ cscpce()
      
        
          | subroutine cscpce | ( | integer | n_elts, | 
        
          |  |  | integer | f_id, | 
        
          |  |  | integer | f_dim, | 
        
          |  |  | integer | reverse, | 
        
          |  |  | integer, dimension(n_elts) | elt_ids, | 
        
          |  |  | double precision, dimension(3,n_elts) | coopts, | 
        
          |  |  | double precision, dimension(f_dim,n_elts) | cw1_to_send, | 
        
          |  |  | double precision, dimension(f_dim,f_dim,n_elts) | cw2_to_send | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in] | n_elts | number of distant points |  | [in] | f_id | field index |  | [in] | f_dim | field dimension |  | [in] | reverse | reverse mode |  | [in] | elt_ids | connectivity |  | [in] | coopts | coordinates of the distants points |  | [out] | cw1_to_send | work array for the variable to be exchanged |  | [out] | cw2_to_send | work array for the variable to be exchanged |