1 #ifndef __CS_EXT_NEIGHBOR_H__ 2 #define __CS_EXT_NEIGHBOR_H__
Definition: cs_ext_neighborhood.h:59
#define BEGIN_C_DECLS
Definition: cs_defs.h:495
void cs_ext_neighborhood_reduce(cs_mesh_t *mesh, cs_mesh_quantities_t *mesh_quantities)
Reduce the "cell -> cells" connectivity for the extended neighborhood using a non-orthogonality crite...
Definition: cs_ext_neighborhood.c:1638
const char * cs_ext_neighborhood_type_name[]
void cs_ext_neighborhood_define(cs_mesh_t *mesh)
Create the "cell -> cells" connectivity.
Definition: cs_ext_neighborhood.c:1780
Definition: cs_ext_neighborhood.h:62
double cs_real_t
Floating-point value.
Definition: cs_defs.h:307
Definition: cs_ext_neighborhood.h:57
Definition: cs_mesh_quantities.h:89
Definition: cs_ext_neighborhood.h:58
#define END_C_DECLS
Definition: cs_defs.h:496
void cs_ext_neighborhood_set_non_ortho_max(cs_real_t non_ortho_max)
Set the non_orthogonality threshold (in degrees) associated with the CS_EXT_NEIGHBORHOOD_NON_ORTHO_MA...
Definition: cs_ext_neighborhood.c:1619
void cs_ext_neighborhood_set_type(cs_ext_neighborhood_type_t enh_type)
Set the extended neighborhood type.
Definition: cs_ext_neighborhood.c:1585
cs_ext_neighborhood_type_t cs_ext_neighborhood_get_type(void)
Get the extended neighborhood type.
Definition: cs_ext_neighborhood.c:1571
cs_real_t cs_ext_neighborhood_get_non_ortho_max(void)
Get the non_orthogonality threshold (in degrees) associated with the CS_EXT_NEIGHBORHOOD_NON_ORTHO_MA...
Definition: cs_ext_neighborhood.c:1604
cs_ext_neighborhood_type_t
Type of extended neighborhood associated with the mesh.
Definition: cs_ext_neighborhood.h:55