7.0
general documentation
cs_cdo_connect_t Struct Reference

#include <cs_cdo_connect.h>

+ Collaboration diagram for cs_cdo_connect_t:

Data Fields

cs_lnum_t n_vertices
 
cs_lnum_t n_edges
 
cs_gnum_t n_g_edges
 
cs_lnum_t n_faces [3]
 
cs_lnum_t n_cells
 
cs_adjacency_t * e2v
 
cs_adjacency_t * f2c
 
cs_adjacency_t * f2e
 
cs_adjacency_t * bf2v
 
cs_adjacency_t * if2v
 
fvm_element_t * cell_type
 
cs_flag_t * cell_flag
 
cs_adjacency_t * c2f
 
cs_adjacency_t * c2e
 
cs_adjacency_t * c2v
 
cs_lnum_t e_max_cell_range
 
cs_lnum_t v_max_cell_range
 
int n_max_vbyc
 
int n_max_ebyc
 
int n_max_fbyc
 
int n_max_vbyf
 
int n_max_v2fc
 
int n_max_v2ec
 
cs_adjacency_t * v2v
 
cs_adjacency_t * f2f
 
cs_adjacency_t * e2e
 
cs_range_set_t * range_sets [CS_CDO_CONNECT_N_CASES]
 
cs_interface_set_t * interfaces [CS_CDO_CONNECT_N_CASES]
 

Field Documentation

◆ bf2v

◆ c2e

◆ c2f

◆ c2v

◆ cell_flag

cs_flag_t* cell_flag

◆ cell_type

fvm_element_t* cell_type

◆ e2e

◆ e2v

◆ e_max_cell_range

cs_lnum_t e_max_cell_range

◆ f2c

◆ f2e

◆ f2f

◆ if2v

◆ interfaces

◆ n_cells

cs_lnum_t n_cells

◆ n_edges

cs_lnum_t n_edges

◆ n_faces

cs_lnum_t n_faces[3]

◆ n_g_edges

cs_gnum_t n_g_edges

◆ n_max_ebyc

int n_max_ebyc

◆ n_max_fbyc

int n_max_fbyc

◆ n_max_v2ec

int n_max_v2ec

◆ n_max_v2fc

int n_max_v2fc

◆ n_max_vbyc

int n_max_vbyc

◆ n_max_vbyf

int n_max_vbyf

◆ n_vertices

cs_lnum_t n_vertices

◆ range_sets

◆ v2v

◆ v_max_cell_range

cs_lnum_t v_max_cell_range

The documentation for this struct was generated from the following file: