|
void | cs_internal_coupling_bcs (int bc_type[]) |
| Impose wall BCs to internal coupled faces if not yet defined. More...
|
|
void | cs_internal_coupling_initial_contribution (const cs_internal_coupling_t *cpl, const cs_real_t c_weight[], const cs_real_t pvar[], cs_real_3_t *restrict grad) |
|
void | cs_internal_coupling_iter_rhs (const cs_internal_coupling_t *cpl, const cs_real_t c_weight[], cs_real_3_t *restrict grad, const cs_real_t pvar[], cs_real_3_t rhs[]) |
|
void | cs_internal_coupling_reconstruct (const cs_internal_coupling_t *cpl, cs_real_3_t *restrict r_grad, cs_real_3_t grad[]) |
|
void | cs_internal_coupling_lsq_rhs (const cs_internal_coupling_t *cpl, const cs_real_t c_weight[], const int w_stride, cs_real_4_t rhsv[]) |
|
void | cs_internal_coupling_lsq_cocg_contribution (const cs_internal_coupling_t *cpl, cs_real_33_t cocg[]) |
|
void | cs_internal_coupling_lsq_cocg_weighted (const cs_internal_coupling_t *cpl, const cs_real_t *c_weight, cs_real_33_t cocg[]) |
|
void | cs_internal_coupling_it_cocg_contribution (const cs_internal_coupling_t *cpl, cs_real_33_t cocg[]) |
|
void | cs_internal_coupling_finalize (void) |
|
void | cs_internal_coupling_exchange_by_face_id (const cs_internal_coupling_t *cpl, int stride, const cs_real_t tab[], cs_real_t local[]) |
|
void | cs_internal_coupling_exchange_by_cell_id (const cs_internal_coupling_t *cpl, int stride, const cs_real_t tab[], cs_real_t local[]) |
|
void | cs_internal_coupling_exchange_var (const cs_internal_coupling_t *cpl, int stride, cs_real_t distant[], cs_real_t local[]) |
|
void | cs_internal_coupling_coupled_faces (const cs_internal_coupling_t *cpl, cs_lnum_t *n_local, cs_lnum_t *faces_local[], cs_lnum_t *n_distant, cs_lnum_t *faces_distant[]) |
|
cs_internal_coupling_t * | cs_internal_coupling_by_id (int coupling_id) |
|
void | cs_internal_coupling_spmv_contribution (bool exclude_diag, void *input, const cs_real_t *restrict x, cs_real_t *restrict y) |
|
void | cs_internal_coupling_initialize (void) |
|
void | cs_internal_coupling_log (const cs_internal_coupling_t *cpl) |
|
void | cs_internal_coupling_dump (void) |
|
void | cs_internal_coupling_add_volume (cs_mesh_t *mesh, const char criteria_cells[]) |
|
void | cs_internal_coupling_add_volumes_finalize (cs_mesh_t *mesh) |
|
void | cs_internal_coupling_add (cs_mesh_t *mesh, const char criteria_cells[], const char criteria_faces[]) |
|
void | cs_internal_coupling_add_entity (int f_id) |
|
void | cs_ic_set_exchcoeff (const int field_id, const cs_real_t *hbord) |
|
void | cs_matrix_preconditionning_add_coupling_contribution (void *input, cs_real_t *ad) |
|