Home
last modified time | relevance | path

Searched refs:CS_HALO_N_TYPES (Results 1 – 5 of 5) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_halo_perio.c513 if (sync_mode == CS_HALO_N_TYPES) in cs_halo_perio_sync_coords()
583 if (sync_mode == CS_HALO_N_TYPES || have_rotation == 0) in cs_halo_perio_sync_var_vect()
652 if (sync_mode == CS_HALO_N_TYPES || have_rotation == 0) in cs_halo_perio_sync_var_tens()
721 if (sync_mode == CS_HALO_N_TYPES || have_rotation == 0) in cs_halo_perio_sync_var_sym_tens()
790 if (sync_mode == CS_HALO_N_TYPES || have_rotation == 0) in cs_halo_perio_sync_var_sym_tens_grad()
H A Dcs_halo.h60 CS_HALO_N_TYPES enumerator
H A Dcs_halo.c516 for (i = 0; i < CS_HALO_N_TYPES; i++) { in cs_halo_create()
813 for (int i = 0; i < CS_HALO_N_TYPES; i++) { in cs_halo_create_from_rank_neighbors()
947 for (int i = 0; i < CS_HALO_N_TYPES; i++) in cs_halo_create_from_rank_neighbors()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_halo.c451 cs_halo_type_t ret_type = CS_HALO_N_TYPES; in _update_face_checker()
465 if (ret_type == CS_HALO_N_TYPES) in _update_face_checker()
468 if (face_checker[i] == CS_HALO_N_TYPES) in _update_face_checker()
784 cs_halo_type_t type_tag = CS_HALO_N_TYPES; in _fill_send_halo()
785 cs_halo_type_t face_type = CS_HALO_N_TYPES; in _fill_send_halo()
786 cs_halo_type_t cell_type = CS_HALO_N_TYPES; in _fill_send_halo()
843 cell_type = CS_HALO_N_TYPES; in _fill_send_halo()
846 face_checker[i] = CS_HALO_N_TYPES; in _fill_send_halo()
912 type_tag = CS_HALO_N_TYPES; in _fill_send_halo()
917 face_checker[i] = CS_HALO_N_TYPES; in _fill_send_halo()
H A Dcs_mesh.c2121 mesh->halo_type = CS_HALO_N_TYPES; in cs_mesh_create()
2928 if (mesh->halo_type != CS_HALO_N_TYPES) in cs_mesh_init_halo()