![]() |
Code_Saturne
CFD tool
|
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_nodal.h"
#include "fvm_nodal_extract.h"
#include "fvm_nodal_project.h"
#include "fvm_nodal_triangulate.h"
#include "cs_calcium.h"
#include "cs_interface.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_connect.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_ast_coupling.h"
Data Structures | |
struct | _cs_ast_coupling_t |
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_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) |
Variables | |
cs_ast_coupling_t * | cs_glob_ast_coupling = NULL |
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 | ||
) |
cs_ast_coupling_t* cs_glob_ast_coupling = NULL |