#include "cs_base.h"
#include "cs_mesh.h"
Go to the source code of this file.
|
void | algcen (cs_int_t *const iopt) |
|
void | comcoc (cs_int_t *const ioptit, cs_int_t *const ioplsq) |
|
int | cs_mesh_quantities_cell_cen_choice (const int algo_choice) |
|
int | cs_mesh_quantities_compute_cocg_it (const int algo_choice) |
|
int | cs_mesh_quantities_compute_cocg_lsq (const int algo_choice) |
|
cs_mesh_quantities_t * | cs_mesh_quantities_create (void) |
|
cs_mesh_quantities_t * | cs_mesh_quantities_destroy (cs_mesh_quantities_t *mesh_quantities) |
|
void | cs_mesh_quantities_compute (const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities) |
|
void | cs_mesh_quantities_sup_vectors (const cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities) |
|
void | cs_mesh_quantities_face_normal (const cs_mesh_t *mesh, cs_real_t *p_i_face_normal[], cs_real_t *p_b_face_normal[]) |
|
void | cs_mesh_quantities_i_faces (const cs_mesh_t *mesh, cs_real_t *p_i_face_cog[], cs_real_t *p_i_face_normal[]) |
|
void | cs_mesh_quantities_b_faces (const cs_mesh_t *mesh, cs_real_t *p_b_face_cog[], cs_real_t *p_b_face_normal[]) |
|
void | cs_mesh_quantities_check_vol (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities, int allow_error) |
|
void | cs_mesh_quantities_dump (const cs_mesh_t *mesh, const cs_mesh_quantities_t *mesh_quantities) |
|
int cs_mesh_quantities_cell_cen_choice |
( |
const int |
algo_choice | ) |
|
int cs_mesh_quantities_compute_cocg_it |
( |
const int |
algo_choice | ) |
|
int cs_mesh_quantities_compute_cocg_lsq |
( |
const int |
algo_choice | ) |
|