![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <mpi.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_io_num.h"
#include "fvm_nodal.h"
#include "fvm_nodal_extract.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_part_to_block.h"
#include "cs_block_to_part.h"
#include "cs_post.h"
#include "cs_ast_coupling.h"
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_lnum_t *ntcast, cs_lnum_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) |
void astcin | ( | cs_int_t * | ntcast, |
cs_real_3_t * | disale | ||
) |
void astgeo | ( | cs_int_t * | nbfast, |
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 cs_ast_coupling_finalize | ( | void | ) |