Code_Saturne
CFD tool
Data Structures | Functions | Variables
cs_mesh_quantities.h File Reference
#include "cs_base.h"
#include "cs_mesh.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cs_mesh_quantities_t
 

Functions

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_tcs_mesh_quantities_create (void)
 
cs_mesh_quantities_tcs_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)
 

Variables

cs_mesh_quantities_tcs_glob_mesh_quantities
 

Function Documentation

◆ algcen()

void algcen ( cs_int_t *const  iopt)
Here is the call graph for this function:

◆ comcoc()

void comcoc ( cs_int_t *const  ioptit,
cs_int_t *const  ioplsq 
)
Here is the call graph for this function:

◆ cs_mesh_quantities_b_faces()

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[] 
)

◆ cs_mesh_quantities_cell_cen_choice()

int cs_mesh_quantities_cell_cen_choice ( const int  algo_choice)
Here is the call graph for this function:

◆ cs_mesh_quantities_check_vol()

void cs_mesh_quantities_check_vol ( const cs_mesh_t mesh,
const cs_mesh_quantities_t mesh_quantities,
int  allow_error 
)
Here is the call graph for this function:

◆ cs_mesh_quantities_compute()

void cs_mesh_quantities_compute ( const cs_mesh_t mesh,
cs_mesh_quantities_t mesh_quantities 
)

◆ cs_mesh_quantities_compute_cocg_it()

int cs_mesh_quantities_compute_cocg_it ( const int  algo_choice)
Here is the call graph for this function:

◆ cs_mesh_quantities_compute_cocg_lsq()

int cs_mesh_quantities_compute_cocg_lsq ( const int  algo_choice)
Here is the call graph for this function:

◆ cs_mesh_quantities_create()

cs_mesh_quantities_t* cs_mesh_quantities_create ( void  )

◆ cs_mesh_quantities_destroy()

cs_mesh_quantities_t* cs_mesh_quantities_destroy ( cs_mesh_quantities_t mesh_quantities)

◆ cs_mesh_quantities_dump()

void cs_mesh_quantities_dump ( const cs_mesh_t mesh,
const cs_mesh_quantities_t mesh_quantities 
)
Here is the call graph for this function:

◆ cs_mesh_quantities_face_normal()

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[] 
)

◆ cs_mesh_quantities_i_faces()

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[] 
)

◆ cs_mesh_quantities_sup_vectors()

void cs_mesh_quantities_sup_vectors ( const cs_mesh_t mesh,
cs_mesh_quantities_t mesh_quantities 
)

Variable Documentation

◆ cs_glob_mesh_quantities

cs_mesh_quantities_t* cs_glob_mesh_quantities