1 #ifndef __CS_AST_COUPLING_H__
2 #define __CS_AST_COUPLING_H__
void astcin(cs_int_t *ntcast, cs_int_t *nbfast, cs_int_t *lstfac, cs_real_t *depale)
Definition: cs_ast_coupling.c:311
void astcv2(cs_int_t *ntcast, cs_int_t *icv)
Definition: cs_ast_coupling.c:623
#define BEGIN_C_DECLS
Definition: cs_defs.h:365
void astpdt(cs_real_t *dttab, cs_int_t *ncelet, cs_int_t *nbpdt)
Definition: cs_ast_coupling.c:519
int cs_int_t
Definition: cs_defs.h:263
void astpar(cs_int_t *nbpdt, cs_int_t *nbsspdt, cs_real_t *delta, cs_real_t *tt, cs_real_t *dt)
Definition: cs_ast_coupling.c:419
void astgeo(cs_int_t *nbfast, cs_int_t *nbnast, cs_int_t *lstfac, cs_int_t *idfast, cs_int_t *idnast, cs_real_t *almax)
Definition: cs_ast_coupling.c:125
typedefBEGIN_C_DECLS struct _cs_ast_coupling_t cs_ast_coupling_t
Definition: cs_ast_coupling.h:60
#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 astfor(cs_int_t *ntcast, cs_int_t *nbfast, cs_real_t *forast)
Definition: cs_ast_coupling.c:253
void astcv1(cs_int_t *ntcast, cs_int_t *icv)
Definition: cs_ast_coupling.c:593
Definition: cs_ast_coupling.c:81