![]() |
programmer's documentation
|
Go to the source code of this file.
Typedefs | |
typedef struct _cs_sat_coupling_t | cs_sat_coupling_t |
Functions | |
void | ussatc (void) |
void | nbccpl (cs_int_t *nbrcpl) |
void | defloc (const cs_int_t *numcpl) |
void | nbecpl (const cs_int_t *numcpl, cs_int_t *ncesup, cs_int_t *nfbsup, cs_int_t *ncecpl, cs_int_t *nfbcpl, cs_int_t *ncencp, cs_int_t *nfbncp) |
void | lelcpl (const cs_int_t *numcpl, const cs_int_t *ncecpl, const cs_int_t *nfbcpl, cs_int_t *lcecpl, cs_int_t *lfbcpl) |
void | lencpl (const cs_int_t *numcpl, const cs_int_t *ncencp, const cs_int_t *nfbncp, cs_int_t *lcencp, cs_int_t *lfbncp) |
void | npdcpl (const cs_int_t *numcpl, cs_int_t *ncedis, cs_int_t *nfbdis) |
void | coocpl (const cs_int_t *numcpl, const cs_int_t *nbrpts, const cs_int_t *itydis, cs_int_t *ityloc, cs_int_t *locpts, cs_real_t *coopts, cs_real_t *djppts, cs_real_t *dofpts, cs_real_t *pndpts) |
void | pondcp (const cs_int_t *numcpl, const cs_int_t *nbrcpl, cs_int_t *ityloc, cs_real_t *pndcpl, cs_real_t *distof) |
void | varcpl (const cs_int_t *numcpl, const cs_int_t *nbrdis, const cs_int_t *nbrloc, const cs_int_t *ityvar, const cs_int_t *stride, cs_real_t *vardis, cs_real_t *varloc) |
void | tbicpl (const cs_int_t *numcpl, const cs_int_t *nbrdis, const cs_int_t *nbrloc, cs_int_t *vardis, cs_int_t *varloc) |
void | tbrcpl (const cs_int_t *numcpl, const cs_int_t *nbrdis, const cs_int_t *nbrloc, cs_real_t *vardis, cs_real_t *varloc) |
void | mxicpl (const cs_int_t *const numcpl, cs_int_t *const vardis, cs_int_t *const varmax) |
void | cs_sat_coupling_define (const char *saturne_name, const char *boundary_cpl_criteria, const char *volume_cpl_criteria, const char *boundary_sup_criteria, const char *volume_sup_criteria, int verbosity) |
int | cs_sat_coupling_n_couplings (void) |
cs_sat_coupling_t * | cs_sat_coupling_by_id (int coupling_id) |
void | cs_sat_coupling_add (const char *face_cpl_sel_c, const char *cell_cpl_sel_c, const char *face_sup_sel_c, const char *cell_sup_sel_c, const char *sat_name, int verbosity) |
void | cs_sat_coupling_all_init (void) |
void | cs_sat_coupling_all_finalize (void) |
typedef struct _cs_sat_coupling_t cs_sat_coupling_t |
void coocpl | ( | const cs_int_t * | numcpl, |
const cs_int_t * | nbrpts, | ||
const cs_int_t * | itydis, | ||
cs_int_t * | ityloc, | ||
cs_int_t * | locpts, | ||
cs_real_t * | coopts, | ||
cs_real_t * | djppts, | ||
cs_real_t * | dofpts, | ||
cs_real_t * | pndpts | ||
) |
void cs_sat_coupling_add | ( | const char * | face_cpl_sel_c, |
const char * | cell_cpl_sel_c, | ||
const char * | face_sup_sel_c, | ||
const char * | cell_sup_sel_c, | ||
const char * | sat_name, | ||
int | verbosity | ||
) |
void cs_sat_coupling_all_finalize | ( | void | ) |
void cs_sat_coupling_all_init | ( | void | ) |
cs_sat_coupling_t* cs_sat_coupling_by_id | ( | int | coupling_id | ) |
void cs_sat_coupling_define | ( | const char * | saturne_name, |
const char * | boundary_cpl_criteria, | ||
const char * | volume_cpl_criteria, | ||
const char * | boundary_sup_criteria, | ||
const char * | volume_sup_criteria, | ||
int | verbosity | ||
) |
int cs_sat_coupling_n_couplings | ( | void | ) |
void defloc | ( | const cs_int_t * | numcpl | ) |
void lelcpl | ( | const cs_int_t * | numcpl, |
const cs_int_t * | ncecpl, | ||
const cs_int_t * | nfbcpl, | ||
cs_int_t * | lcecpl, | ||
cs_int_t * | lfbcpl | ||
) |
void lencpl | ( | const cs_int_t * | numcpl, |
const cs_int_t * | ncencp, | ||
const cs_int_t * | nfbncp, | ||
cs_int_t * | lcencp, | ||
cs_int_t * | lfbncp | ||
) |
void nbccpl | ( | cs_int_t * | nbrcpl | ) |
void nbecpl | ( | const cs_int_t * | numcpl, |
cs_int_t * | ncesup, | ||
cs_int_t * | nfbsup, | ||
cs_int_t * | ncecpl, | ||
cs_int_t * | nfbcpl, | ||
cs_int_t * | ncencp, | ||
cs_int_t * | nfbncp | ||
) |
void pondcp | ( | const cs_int_t * | numcpl, |
const cs_int_t * | nbrcpl, | ||
cs_int_t * | ityloc, | ||
cs_real_t * | pndcpl, | ||
cs_real_t * | distof | ||
) |
void tbicpl | ( | const cs_int_t * | numcpl, |
const cs_int_t * | nbrdis, | ||
const cs_int_t * | nbrloc, | ||
cs_int_t * | vardis, | ||
cs_int_t * | varloc | ||
) |
void tbrcpl | ( | const cs_int_t * | numcpl, |
const cs_int_t * | nbrdis, | ||
const cs_int_t * | nbrloc, | ||
cs_real_t * | vardis, | ||
cs_real_t * | varloc | ||
) |
void ussatc | ( | void | ) |