28 #ifndef __CS_LAGRANG_TRACKING_H__
29 #define __CS_LAGRANG_TRACKING_H__
void prtput(const cs_int_t *const nbpmax, cs_int_t *nbpart, cs_real_t *dnbpar, cs_int_t *nbpout, cs_real_t *dnbpou, cs_int_t *nbperr, cs_real_t *dnbper, cs_int_t liste[], cs_int_t *nbvis, cs_real_t ettp[], cs_real_t ettpa[], cs_int_t itepa[], cs_real_t tepa[], cs_int_t ibord[], const cs_int_t *const jisor, const cs_int_t *const jrpoi, const cs_int_t *const jrtsp, const cs_int_t *const jdp, const cs_int_t *const jmp, const cs_int_t *const jxp, const cs_int_t *const jyp, const cs_int_t *const jzp, const cs_int_t *const jup, const cs_int_t *const jvp, const cs_int_t *const jwp, const cs_int_t *const juf, const cs_int_t *const jvf, const cs_int_t *const jwf, const cs_int_t *const jtaux, const cs_int_t *const jryplu, const cs_int_t *const jdfac, const cs_int_t *const jimark, cs_int_t *idepst)
void dplprt(cs_int_t *p_n_particles, cs_real_t *p_parts_weight, cs_int_t *p_scheme_order, cs_real_t boundary_stat[], const cs_int_t *const iensi3, const cs_int_t *const nvisbr, const cs_int_t *const inbr, const cs_int_t *const inbrbd, const cs_int_t *const iflm, const cs_int_t *const iflmbd, const cs_int_t *const iang, const cs_int_t *const iangbd, const cs_int_t *const ivit, const cs_int_t *const ivitbd, const cs_int_t *const nusbor, cs_int_t iusb[], cs_real_t visc_length[], cs_real_t dlgeo[], cs_real_t rtp[], const cs_int_t *const iu, const cs_int_t *const iv, const cs_int_t *const iw, cs_int_t *idepst)
#define BEGIN_C_DECLS
Definition: cs_defs.h:365
int cs_int_t
Definition: cs_defs.h:263
BEGIN_C_DECLS void lagbeg(const cs_int_t *const n_particles_max, const cs_int_t *const iphyla, const cs_int_t *const nvls, const cs_int_t *const nbclst)
void cs_lagr_destroy(void)
Definition: cs_lagr_tracking.c:3335
void getbdy(const cs_int_t *const nflagm, const cs_int_t *const nfrlag, const cs_int_t *const injcon, const cs_int_t ilflag[], const cs_int_t iusncl[], const cs_int_t iusclb[], const cs_int_t iusmoy[], const cs_int_t iuslag[], const cs_real_t deblag[], const cs_int_t ifrlag[])
#define END_C_DECLS
Definition: cs_defs.h:366
double cs_real_t
Definition: cs_defs.h:264
#define CS_PROCF(x, y)
Definition: cs_defs.h:379
void prtget(const cs_int_t *const nbpmax, const cs_int_t *const nbpart, const cs_real_t *dnbpar, cs_int_t liste[], cs_int_t *nbvis, const cs_real_t ettp[], const cs_real_t ettpa[], const cs_int_t itepa[], const cs_real_t tepa[], const cs_int_t ibord[], const cs_int_t indep[], const cs_int_t *const jisor, const cs_int_t *const jrpoi, const cs_int_t *const jrtsp, const cs_int_t *const jdp, const cs_int_t *const jmp, const cs_int_t *const jxp, const cs_int_t *const jyp, const cs_int_t *const jzp, const cs_int_t *const jup, const cs_int_t *const jvp, const cs_int_t *const jwp, const cs_int_t *const juf, const cs_int_t *const jvf, const cs_int_t *const jwf, const cs_int_t *const jtaux, const cs_int_t *const jryplu, const cs_int_t *const jdfac, const cs_int_t *const jimark, cs_int_t *idepst)