1 #ifndef __CS_AST_COUPLING_H__ 2 #define __CS_AST_COUPLING_H__ void astcin(cs_real_3_t *disale)
Definition: cs_ast_coupling.c:850
void astpdt(cs_real_t *dttab)
Definition: cs_ast_coupling.c:936
void astgeo(cs_lnum_t *nbfast, cs_lnum_t *lstfac, cs_lnum_t *idfast, cs_lnum_t *idnast, cs_real_t *almax)
Definition: cs_ast_coupling.c:450
void cs_ast_coupling_send_cvg(int icved)
Send global convergence value of FSI calculations.
Definition: cs_ast_coupling.c:1239
integer, save nbfast
Definition: alaste.f90:47
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
double precision, save epalim
relative precision of implicitation of the structure displacement
Definition: albase.f90:51
int cs_ast_coupling_get_ext_cvg(void)
Receive convergence value of code_saturne/code_aster coupling.
Definition: cs_ast_coupling.c:1216
void cs_ast_coupling_initialize(int nalimx, cs_real_t epalim)
Initial exchange with code_aster.
Definition: cs_ast_coupling.c:1048
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:335
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:316
integer, save nalimx
maximum number of implicitation iterations of the structure displacement
Definition: albase.f90:49
#define END_C_DECLS
Definition: cs_defs.h:511
void cs_ast_coupling_finalize(void)
Finalize exchange with code_aster.
Definition: cs_ast_coupling.c:1177
#define CS_PROCF(x, y)
Definition: cs_defs.h:524
void astfor(cs_lnum_t *nbfast, cs_real_t *forast)
Definition: cs_ast_coupling.c:721
real(c_double), pointer, save almax
is a characteristic macroscopic length of the domain, used for the initialization of the turbulence a...
Definition: cstphy.f90:593
struct _cs_ast_coupling_t cs_ast_coupling_t
Definition: cs_ast_coupling.h:52