programmer's documentation
Typedefs | Functions
cs_ast_coupling.h File Reference
#include "cs_base.h"
Include dependency graph for cs_ast_coupling.h:

Go to the source code of this file.

Typedefs

typedef struct _cs_ast_coupling_t cs_ast_coupling_t
 

Functions

void astgeo (cs_int_t *nbfast, cs_int_t *lstfac, cs_int_t *idfast, cs_int_t *idnast, cs_real_t *almax)
 
void astfor (cs_int_t *ntcast, cs_int_t *nbfast, cs_real_t *forast)
 
void astcin (cs_int_t *ntcast, cs_real_3_t *disale)
 
void astpar (cs_int_t *nbpdt, cs_int_t *nbsspdt, cs_real_t *delta, cs_real_t *tt, cs_real_t *dt)
 
void astpdt (cs_real_t *dttab, cs_int_t *ncelet, cs_int_t *nbpdt)
 
void astcv1 (cs_int_t *ntcast, cs_int_t *icv)
 
void astcv2 (cs_int_t *ntcast, cs_int_t *icv)
 
void cs_ast_coupling_finalize (void)
 

Typedef Documentation

◆ cs_ast_coupling_t

typedef struct _cs_ast_coupling_t cs_ast_coupling_t

Function Documentation

◆ astcin()

void astcin ( cs_int_t *  ntcast,
cs_real_3_t *  disale 
)

◆ astcv1()

void astcv1 ( cs_int_t *  ntcast,
cs_int_t *  icv 
)

◆ astcv2()

void astcv2 ( cs_int_t *  ntcast,
cs_int_t *  icv 
)

◆ astfor()

void astfor ( cs_int_t *  ntcast,
cs_int_t *  nbfast,
cs_real_t *  forast 
)

◆ astgeo()

void astgeo ( cs_int_t *  nbfast,
cs_int_t *  lstfac,
cs_int_t *  idfast,
cs_int_t *  idnast,
cs_real_t *  almax 
)

◆ astpar()

void astpar ( cs_int_t *  nbpdt,
cs_int_t *  nbsspdt,
cs_real_t *  delta,
cs_real_t *  tt,
cs_real_t *  dt 
)

◆ astpdt()

void astpdt ( cs_real_t *  dttab,
cs_int_t *  ncelet,
cs_int_t *  nbpdt 
)

◆ cs_ast_coupling_finalize()

void cs_ast_coupling_finalize ( void  )