programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

Functions

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)
 
void astfor (cs_int_t *ntcast, cs_int_t *nbfast, cs_real_t *forast)
 
void astcin (cs_int_t *ntcast, cs_int_t *nbfast, cs_int_t *lstfac, cs_real_3_t *depale)
 
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)
 

Function Documentation

void astcin ( cs_int_t ntcast,
cs_int_t nbfast,
cs_int_t lstfac,
cs_real_3_t depale 
)
void astcv1 ( cs_int_t ntcast,
cs_int_t icv 
)
void astcv2 ( cs_int_t ntcast,
cs_int_t icv 
)
void astfor ( cs_int_t ntcast,
cs_int_t nbfast,
cs_real_t forast 
)
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 
)
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 
)