|
Code_Saturne
CFD tool
|
#include "cs_defs.h"#include "bft_mem.h"#include "bft_printf.h"#include "cs_interface.h"#include "cs_base.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h"#include "cs_mesh_bad_cells.h"#include "cs_ale.h"Functions | |
| BEGIN_C_DECLS void | algrma (void) |
| void | aldepl (const cs_int_t i_face_cells[], const cs_int_t b_face_cells[], const cs_int_t i_face_vtx_idx[], const cs_int_t i_face_vtx_lst[], const cs_int_t b_face_vtx_idx[], const cs_int_t b_face_vtx_lst[], cs_real_t *uma, cs_real_t *vma, cs_real_t *wma, cs_real_t *coefau, cs_real_t *coefav, cs_real_t *coefaw, cs_real_t *coefbu, cs_real_t *coefbv, cs_real_t *coefbw, cs_real_t *dt, cs_real_t *disp_proj) |
| void | aledis (const cs_int_t i_face_cells[], const cs_int_t b_face_cells[], const cs_int_t i_face_vtx_idx[], const cs_int_t i_face_vtx_lst[], const cs_int_t b_face_vtx_idx[], const cs_int_t b_face_vtx_lst[], const cs_int_t ialtyb[], const cs_real_t opond[], cs_real_t *meshv, cs_real_t *gradm, cs_real_t *claale, cs_real_t *clbale, cs_real_t *dt, cs_real_t *disp_proj) |
| void aldepl | ( | const cs_int_t | i_face_cells[], |
| const cs_int_t | b_face_cells[], | ||
| const cs_int_t | i_face_vtx_idx[], | ||
| const cs_int_t | i_face_vtx_lst[], | ||
| const cs_int_t | b_face_vtx_idx[], | ||
| const cs_int_t | b_face_vtx_lst[], | ||
| cs_real_t * | uma, | ||
| cs_real_t * | vma, | ||
| cs_real_t * | wma, | ||
| cs_real_t * | coefau, | ||
| cs_real_t * | coefav, | ||
| cs_real_t * | coefaw, | ||
| cs_real_t * | coefbu, | ||
| cs_real_t * | coefbv, | ||
| cs_real_t * | coefbw, | ||
| cs_real_t * | dt, | ||
| cs_real_t * | disp_proj | ||
| ) |

| void aledis | ( | const cs_int_t | i_face_cells[], |
| const cs_int_t | b_face_cells[], | ||
| const cs_int_t | i_face_vtx_idx[], | ||
| const cs_int_t | i_face_vtx_lst[], | ||
| const cs_int_t | b_face_vtx_idx[], | ||
| const cs_int_t | b_face_vtx_lst[], | ||
| const cs_int_t | ialtyb[], | ||
| const cs_real_t | opond[], | ||
| cs_real_t * | meshv, | ||
| cs_real_t * | gradm, | ||
| cs_real_t * | claale, | ||
| cs_real_t * | clbale, | ||
| cs_real_t * | dt, | ||
| cs_real_t * | disp_proj | ||
| ) |

| BEGIN_C_DECLS void algrma | ( | void | ) |

1.8.13