#include "cs_defs.h"
#include "cs_base.h"
#include "cs_halo.h"
Go to the source code of this file.
|
void | cs_halo_perio_sync_coords (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t *coords) |
|
void | cs_halo_perio_sync_var_vect (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t var[], int incvar) |
|
void | cs_halo_perio_sync_var_tens (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t var[]) |
|
void | cs_halo_perio_sync_var_sym_tens (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t var[]) |
|
void | cs_halo_perio_sync_var_sym_tens_grad (const cs_halo_t *halo, cs_halo_type_t sync_mode, cs_real_t var[]) |
|
◆ cs_halo_perio_sync_coords()
◆ cs_halo_perio_sync_var_sym_tens()
◆ cs_halo_perio_sync_var_sym_tens_grad()
◆ cs_halo_perio_sync_var_tens()
◆ cs_halo_perio_sync_var_vect()