|
cs_halo_t * | cs_halo_create (cs_interface_set_t *ifs) |
|
cs_halo_t * | cs_halo_create_from_ref (const cs_halo_t *ref) |
|
cs_halo_t * | cs_halo_destroy (cs_halo_t *halo) |
|
void | cs_halo_update_buffers (const cs_halo_t *halo) |
|
void | cs_halo_free_buffer (void) |
|
void | cs_halo_renumber_cells (cs_halo_t *halo, const cs_int_t new_cell_id[]) |
|
void | cs_halo_sync_untyped (const cs_halo_t *halo, cs_halo_type_t sync_mode, size_t size, void *val) |
|
void | cs_halo_sync_num (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_int_t num[]) |
|
void | cs_halo_sync_var (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t var[]) |
|
void | cs_halo_sync_var_strided (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t var[], int stride) |
|
void | cs_halo_sync_component (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_halo_rotation_t rotation_op, cs_real_t var[]) |
|
void | cs_halo_sync_components_strided (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_halo_rotation_t rotation_op, cs_real_t var[], int stride) |
|
void | cs_halo_set_use_barrier (int use_barrier) |
|
void | cs_halo_dump (const cs_halo_t *halo, cs_int_t print_level) |
|