9.0
general documentation
Loading...
Searching...
No Matches
cs_halo_perio.cpp File Reference
#include "base/cs_defs.h"
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "fvm/fvm_periodicity.h"
#include "base/cs_base.h"
#include "base/cs_halo.h"
#include "base/cs_halo_perio.h"
Include dependency graph for cs_halo_perio.cpp:

Functions

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

Function Documentation

◆ cs_halo_perio_sync_coords()

void cs_halo_perio_sync_coords ( const cs_halo_t * halo,
cs_halo_type_t sync_mode,
cs_real_t * coords )

◆ cs_halo_perio_sync_var_sym_tens()

void cs_halo_perio_sync_var_sym_tens ( const cs_halo_t * halo,
cs_halo_type_t sync_mode,
cs_real_t var[] )

◆ cs_halo_perio_sync_var_sym_tens_grad()

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_var_tens()

void cs_halo_perio_sync_var_tens ( const cs_halo_t * halo,
cs_halo_type_t sync_mode,
cs_real_t var[] )

◆ cs_halo_perio_sync_var_vect()

void cs_halo_perio_sync_var_vect ( const cs_halo_t * halo,
cs_halo_type_t sync_mode,
cs_real_t var[],
int incvar )