8.1
general documentation
cscpce.f90 File Reference

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...

Functions/Subroutines

subroutine cscpce (n_elts, f_id, f_dim, reverse, elt_ids, coopts, cw1_to_send, cw2_to_send)
 

Detailed Description

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.

Function/Subroutine Documentation

◆ 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_eltsnumber of distant points
[in]f_idfield index
[in]f_dimfield dimension
[in]reversereverse mode
[in]elt_idsconnectivity
[in]cooptscoordinates of the distants points
[out]cw1_to_sendwork array for the variable to be exchanged
[out]cw2_to_sendwork array for the variable to be exchanged