![]() |
Code_Saturne
CFD tool
|
#include "cs_base.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_bad_cells.h"
Go to the source code of this file.
Functions | |
BEGIN_C_DECLS void | caltri (const cs_int_t *iverif) |
void | csclli (void) |
void | csflsh (void) |
void | csinit (const cs_int_t *irgpar, const cs_int_t *nrgpar, const cs_int_t *nthpar) |
void | csopli (const cs_int_t *irkpar, const cs_int_t *nrkpar, const cs_int_t *ilogr0, const cs_int_t *ilogrp) |
void | csprnt (char *cs_buf_print, cs_int_t *msgsize) |
void | dvvpst (const cs_int_t *nummai, const cs_int_t *numtyp, const cs_int_t *nvar, const cs_int_t *nscal, const cs_int_t *nvlsta, const cs_int_t *nvisbr, const cs_int_t *ncelps, const cs_int_t *nfacps, const cs_int_t *nfbrps, const cs_int_t itypps[3], const cs_int_t lstcel[], const cs_int_t lstfac[], const cs_int_t lstfbr[], const cs_real_t dt[], const cs_real_t rtpa[], const cs_real_t rtp[], const cs_real_t propce[], const cs_real_t propfa[], const cs_real_t propfb[], const cs_real_t coefa[], const cs_real_t coefb[], const cs_real_t statce[], const cs_real_t stativ[], const cs_real_t statfb[], cs_real_t tracel[], cs_real_t trafac[], cs_real_t trafbr[]) |
void | findpt (const cs_int_t *ncelet, const cs_int_t *ncel, const cs_real_t *xyzcen, const cs_real_t *xx, const cs_real_t *yy, const cs_real_t *zz, cs_int_t *node, cs_int_t *ndrang) |
void | initi1 (const cs_int_t *iverif) |
void | majgeo (const cs_int_t *ncel, const cs_int_t *ncelet, const cs_int_t *nfac, const cs_int_t *nfabor, const cs_int_t *nsom, const cs_int_t *lndfac, const cs_int_t *lndfbr, const cs_int_t *ncelbr, const cs_int_t *ncelgb, const cs_int_t *nfacgb, const cs_int_t *nfbrgb, const cs_int_t *nsomgb, const cs_int_t *nthrdi, const cs_int_t *nthrdb, const cs_int_t *ngrpi, const cs_int_t *ngrpb, const cs_int_t *idxfi, const cs_int_t *idxfb, const cs_int_t ifacel[], const cs_int_t ifabor[], const cs_int_t ifmfbr[], const cs_int_t ifmcel[], const cs_int_t iprfml[], const cs_int_t ipnfac[], const cs_int_t nodfac[], const cs_int_t ipnfbr[], const cs_int_t nodfbr[], const cs_int_t icelbr[], const cs_real_t *volmin, const cs_real_t *volmax, const cs_real_t *voltot, const cs_real_t xyzcen[], const cs_real_t surfac[], const cs_real_t surfbo[], const cs_real_t cdgfac[], const cs_real_t cdgfbo[], const cs_real_t xyznod[], const cs_real_t volume[], const cs_real_t surfan[], const cs_real_t surfbn[], const cs_real_t dist[], const cs_real_t distb[], const cs_real_t pond[], const cs_real_t dijpf[], const cs_real_t diipb[], const cs_real_t dofij[]) |
void | memfin (void) |
void | numvec (const cs_int_t *ncelet, const cs_int_t *ncel, const cs_int_t *nfac, const cs_int_t *nfabor, const cs_int_t *lregis, cs_int_t *irveci, cs_int_t *irvecb, cs_int_t ifacel[], cs_int_t ifabor[], cs_int_t inumfi[], cs_int_t inumfb[], cs_int_t iworkf[], cs_int_t ismbs[]) |
void | tstvec (const cs_int_t *ncelet, const cs_int_t *ncel, const cs_int_t *nfac, const cs_int_t *nfabor, const cs_int_t ifacel[], const cs_int_t ifabor[], cs_int_t iworkf[], cs_int_t ismbs[], cs_int_t ismbv[], cs_real_t rworkf[], cs_real_t rsmbs[], cs_real_t rsmbv[]) |
void | pstusn (const cs_int_t *ntmabs, const cs_int_t *ntcabs, const cs_real_t *ttcabs) |
void | pergra (const cs_int_t *ivar, const cs_int_t *idimtr, const cs_int_t *irpvar) |
void | usvpst (const cs_int_t *nummai, const cs_int_t *nvar, const cs_int_t *nscal, const cs_int_t *nvlsta, const cs_int_t *ncelps, const cs_int_t *nfacps, const cs_int_t *nfbrps, const cs_int_t itypps[3], const cs_int_t lstcel[], const cs_int_t lstfac[], const cs_int_t lstfbr[], const cs_real_t dt[], const cs_real_t rtpa[], const cs_real_t rtp[], const cs_real_t propce[], const cs_real_t propfa[], const cs_real_t propfb[], const cs_real_t coefa[], const cs_real_t coefb[], const cs_real_t statce[], cs_real_t tracel[], cs_real_t trafac[], cs_real_t trafbr[]) |
void | zufall (const cs_int_t *n, const cs_real_t *a) |
void | normalen (const cs_int_t *n, const cs_real_t *x) |
void | cs_user_coupling (void) |
void | cs_user_join (void) |
void | cs_user_mesh_input (void) |
void | cs_user_mesh_modify (cs_mesh_t *mesh) |
void | cs_user_mesh_thinwall (cs_mesh_t *mesh) |
void | cs_user_mesh_smoothe (cs_mesh_t *mesh) |
void | cs_user_mesh_save (cs_mesh_t *mesh) |
void | cs_user_mesh_bad_cells_tag (cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities) |
void | cs_user_partition (void) |
void | cs_user_periodicity (void) |
void | cs_user_postprocess_writers (void) |
void | cs_user_postprocess_meshes (void) |
void | cs_user_postprocess_activate (int nt_max_abs, int nt_cur_abs, double t_cur_abs) |
void | cs_user_saturne_coupling (void) |
int | cs_user_solver_set (void) |
void | cs_user_solver (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities) |
void | cs_user_syrthes_coupling (void) |
BEGIN_C_DECLS void caltri | ( | const cs_int_t * | iverif | ) |
void cs_user_coupling | ( | void | ) |
void cs_user_join | ( | void | ) |
void cs_user_mesh_bad_cells_tag | ( | cs_mesh_t * | mesh, |
cs_mesh_quantities_t * | mesh_quantities | ||
) |
void cs_user_mesh_input | ( | void | ) |
void cs_user_mesh_modify | ( | cs_mesh_t * | mesh | ) |
void cs_user_mesh_save | ( | cs_mesh_t * | mesh | ) |
void cs_user_mesh_smoothe | ( | cs_mesh_t * | mesh | ) |
void cs_user_mesh_thinwall | ( | cs_mesh_t * | mesh | ) |
void cs_user_partition | ( | void | ) |
void cs_user_periodicity | ( | void | ) |
void cs_user_postprocess_activate | ( | int | nt_max_abs, |
int | nt_cur_abs, | ||
double | t_cur_abs | ||
) |
void cs_user_postprocess_meshes | ( | void | ) |
void cs_user_postprocess_writers | ( | void | ) |
void cs_user_saturne_coupling | ( | void | ) |
void cs_user_solver | ( | const cs_mesh_t * | mesh, |
const cs_mesh_quantities_t * | mesh_quantities | ||
) |
int cs_user_solver_set | ( | void | ) |
void cs_user_syrthes_coupling | ( | void | ) |
void csclli | ( | void | ) |
void csflsh | ( | void | ) |
void csopli | ( | const cs_int_t * | irkpar, |
const cs_int_t * | nrkpar, | ||
const cs_int_t * | ilogr0, | ||
const cs_int_t * | ilogrp | ||
) |
void csprnt | ( | char * | cs_buf_print, |
cs_int_t * | msgsize | ||
) |
void dvvpst | ( | const cs_int_t * | nummai, |
const cs_int_t * | numtyp, | ||
const cs_int_t * | nvar, | ||
const cs_int_t * | nscal, | ||
const cs_int_t * | nvlsta, | ||
const cs_int_t * | nvisbr, | ||
const cs_int_t * | ncelps, | ||
const cs_int_t * | nfacps, | ||
const cs_int_t * | nfbrps, | ||
const cs_int_t | itypps[3], | ||
const cs_int_t | lstcel[], | ||
const cs_int_t | lstfac[], | ||
const cs_int_t | lstfbr[], | ||
const cs_real_t | dt[], | ||
const cs_real_t | rtpa[], | ||
const cs_real_t | rtp[], | ||
const cs_real_t | propce[], | ||
const cs_real_t | propfa[], | ||
const cs_real_t | propfb[], | ||
const cs_real_t | coefa[], | ||
const cs_real_t | coefb[], | ||
const cs_real_t | statce[], | ||
const cs_real_t | stativ[], | ||
const cs_real_t | statfb[], | ||
cs_real_t | tracel[], | ||
cs_real_t | trafac[], | ||
cs_real_t | trafbr[] | ||
) |
void findpt | ( | const cs_int_t * | ncelet, |
const cs_int_t * | ncel, | ||
const cs_real_t * | xyzcen, | ||
const cs_real_t * | xx, | ||
const cs_real_t * | yy, | ||
const cs_real_t * | zz, | ||
cs_int_t * | node, | ||
cs_int_t * | ndrang | ||
) |
void initi1 | ( | const cs_int_t * | iverif | ) |
void majgeo | ( | const cs_int_t * | ncel, |
const cs_int_t * | ncelet, | ||
const cs_int_t * | nfac, | ||
const cs_int_t * | nfabor, | ||
const cs_int_t * | nsom, | ||
const cs_int_t * | lndfac, | ||
const cs_int_t * | lndfbr, | ||
const cs_int_t * | ncelbr, | ||
const cs_int_t * | ncelgb, | ||
const cs_int_t * | nfacgb, | ||
const cs_int_t * | nfbrgb, | ||
const cs_int_t * | nsomgb, | ||
const cs_int_t * | nthrdi, | ||
const cs_int_t * | nthrdb, | ||
const cs_int_t * | ngrpi, | ||
const cs_int_t * | ngrpb, | ||
const cs_int_t * | idxfi, | ||
const cs_int_t * | idxfb, | ||
const cs_int_t | ifacel[], | ||
const cs_int_t | ifabor[], | ||
const cs_int_t | ifmfbr[], | ||
const cs_int_t | ifmcel[], | ||
const cs_int_t | iprfml[], | ||
const cs_int_t | ipnfac[], | ||
const cs_int_t | nodfac[], | ||
const cs_int_t | ipnfbr[], | ||
const cs_int_t | nodfbr[], | ||
const cs_int_t | icelbr[], | ||
const cs_real_t * | volmin, | ||
const cs_real_t * | volmax, | ||
const cs_real_t * | voltot, | ||
const cs_real_t | xyzcen[], | ||
const cs_real_t | surfac[], | ||
const cs_real_t | surfbo[], | ||
const cs_real_t | cdgfac[], | ||
const cs_real_t | cdgfbo[], | ||
const cs_real_t | xyznod[], | ||
const cs_real_t | volume[], | ||
const cs_real_t | surfan[], | ||
const cs_real_t | surfbn[], | ||
const cs_real_t | dist[], | ||
const cs_real_t | distb[], | ||
const cs_real_t | pond[], | ||
const cs_real_t | dijpf[], | ||
const cs_real_t | diipb[], | ||
const cs_real_t | dofij[] | ||
) |
void memfin | ( | void | ) |
void numvec | ( | const cs_int_t * | ncelet, |
const cs_int_t * | ncel, | ||
const cs_int_t * | nfac, | ||
const cs_int_t * | nfabor, | ||
const cs_int_t * | lregis, | ||
cs_int_t * | irveci, | ||
cs_int_t * | irvecb, | ||
cs_int_t | ifacel[], | ||
cs_int_t | ifabor[], | ||
cs_int_t | inumfi[], | ||
cs_int_t | inumfb[], | ||
cs_int_t | iworkf[], | ||
cs_int_t | ismbs[] | ||
) |
void tstvec | ( | const cs_int_t * | ncelet, |
const cs_int_t * | ncel, | ||
const cs_int_t * | nfac, | ||
const cs_int_t * | nfabor, | ||
const cs_int_t | ifacel[], | ||
const cs_int_t | ifabor[], | ||
cs_int_t | iworkf[], | ||
cs_int_t | ismbs[], | ||
cs_int_t | ismbv[], | ||
cs_real_t | rworkf[], | ||
cs_real_t | rsmbs[], | ||
cs_real_t | rsmbv[] | ||
) |
void usvpst | ( | const cs_int_t * | nummai, |
const cs_int_t * | nvar, | ||
const cs_int_t * | nscal, | ||
const cs_int_t * | nvlsta, | ||
const cs_int_t * | ncelps, | ||
const cs_int_t * | nfacps, | ||
const cs_int_t * | nfbrps, | ||
const cs_int_t | itypps[3], | ||
const cs_int_t | lstcel[], | ||
const cs_int_t | lstfac[], | ||
const cs_int_t | lstfbr[], | ||
const cs_real_t | dt[], | ||
const cs_real_t | rtpa[], | ||
const cs_real_t | rtp[], | ||
const cs_real_t | propce[], | ||
const cs_real_t | propfa[], | ||
const cs_real_t | propfb[], | ||
const cs_real_t | coefa[], | ||
const cs_real_t | coefb[], | ||
const cs_real_t | statce[], | ||
cs_real_t | tracel[], | ||
cs_real_t | trafac[], | ||
cs_real_t | trafbr[] | ||
) |