Go to the source code of this file.
|
void | ctbvsy (int *numsyr, cs_real_t *tfluid, cs_real_t *ctbimp, cs_real_t *ctbexp) |
|
int | cs_syr4_coupling_n_couplings (void) |
|
cs_syr4_coupling_t * | cs_syr4_coupling_by_id (int coupling_id) |
|
cs_syr4_coupling_t * | cs_syr4_coupling_define (int dim, int ref_axis, const char *syr_name, bool allow_nonmatching, float tolerance, int verbosity, int visualization) |
|
void | cs_syr4_coupling_add_location (cs_syr4_coupling_t *syr_coupling, int location_id) |
|
void | cs_syr4_coupling_all_destroy (void) |
|
const char * | cs_syr4_coupling_get_name (cs_syr4_coupling_t *syr_coupling) |
|
void | cs_syr4_coupling_set_conservativity (int flag) |
|
void | cs_syr4_coupling_set_explicit_treatment (void) |
|
void | cs_syr4_coupling_init_comm (cs_syr4_coupling_t *syr_coupling, int coupling_id, int syr_root_rank, int n_syr_ranks) |
|
void | cs_syr4_coupling_init_mesh (cs_syr4_coupling_t *syr_coupling) |
|
int | cs_syr4_coupling_is_surf (const cs_syr4_coupling_t *syr_coupling) |
|
int | cs_syr4_coupling_is_vol (const cs_syr4_coupling_t *syr_coupling) |
|
cs_lnum_t | cs_syr4_coupling_get_n_elts (const cs_syr4_coupling_t *syr_coupling, int mode) |
|
void | cs_syr4_coupling_get_elt_ids (const cs_syr4_coupling_t *syr_coupling, cs_lnum_t cpl_elt_ids[], int mode) |
|
void | cs_syr4_coupling_recv_tsolid (cs_syr4_coupling_t *syr_coupling, cs_real_t tsolid[], int mode) |
|
void | cs_syr4_coupling_send_tf_hf (cs_syr4_coupling_t *syr_coupling, const cs_lnum_t cpl_elt_ids[], cs_real_t tf[], cs_real_t hf[], int mode) |
|
void | cs_syr4_coupling_ts_contrib (const cs_syr4_coupling_t *syr_coupling, const cs_real_t tf[], cs_real_t ctbimp[], cs_real_t ctbexp[]) |
|
◆ cs_syr4_coupling_t
◆ cs_syr4_coupling_add_location()
◆ cs_syr4_coupling_all_destroy()
void cs_syr4_coupling_all_destroy |
( |
void |
| ) |
|
◆ cs_syr4_coupling_by_id()
◆ cs_syr4_coupling_define()
cs_syr4_coupling_t* cs_syr4_coupling_define |
( |
int |
dim, |
|
|
int |
ref_axis, |
|
|
const char * |
syr_name, |
|
|
bool |
allow_nonmatching, |
|
|
float |
tolerance, |
|
|
int |
verbosity, |
|
|
int |
visualization |
|
) |
| |
◆ cs_syr4_coupling_get_elt_ids()
◆ cs_syr4_coupling_get_n_elts()
◆ cs_syr4_coupling_get_name()
◆ cs_syr4_coupling_init_comm()
void cs_syr4_coupling_init_comm |
( |
cs_syr4_coupling_t * |
syr_coupling, |
|
|
int |
coupling_id, |
|
|
int |
syr_root_rank, |
|
|
int |
n_syr_ranks |
|
) |
| |
◆ cs_syr4_coupling_init_mesh()
◆ cs_syr4_coupling_is_surf()
◆ cs_syr4_coupling_is_vol()
◆ cs_syr4_coupling_n_couplings()
int cs_syr4_coupling_n_couplings |
( |
void |
| ) |
|
◆ cs_syr4_coupling_recv_tsolid()
◆ cs_syr4_coupling_send_tf_hf()
◆ cs_syr4_coupling_set_conservativity()
void cs_syr4_coupling_set_conservativity |
( |
int |
flag | ) |
|
◆ cs_syr4_coupling_set_explicit_treatment()
void cs_syr4_coupling_set_explicit_treatment |
( |
void |
| ) |
|
◆ cs_syr4_coupling_ts_contrib()
◆ ctbvsy()