Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
cs_mesh_halo.c File Reference
#include "cs_defs.h"
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_periodicity.h"
#include "cs_base.h"
#include "cs_interface.h"
#include "cs_mesh.h"
#include "cs_order.h"
#include "cs_halo.h"
#include "cs_mesh_halo.h"

Data Structures

struct  _vtx_lookup_table
 

Typedefs

typedef BEGIN_C_DECLS struct
_vtx_lookup_table 
vtx_lookup_table_t
 

Functions

void cs_mesh_halo_define (cs_mesh_t *mesh, cs_interface_set_t *face_ifs, cs_interface_set_t *vertex_ifs, cs_lnum_t *p_gcell_vtx_idx[], cs_lnum_t *p_gcell_vtx_lst[])
 

Typedef Documentation

Function Documentation

void cs_mesh_halo_define ( cs_mesh_t mesh,
cs_interface_set_t face_ifs,
cs_interface_set_t vertex_ifs,
cs_lnum_t p_gcell_vtx_idx[],
cs_lnum_t p_gcell_vtx_lst[] 
)

Here is the call graph for this function: