9.2
general documentation
cs_grid_t Struct Reference

#include <cs_grid_priv.h>

+ Collaboration diagram for cs_grid_t:

Public Attributes

int level
 
cs_alloc_mode_t alloc_mode
 
bool conv_diff
 
bool symmetric
 
bool use_faces
 
bool use_xa
 
cs_lnum_t db_size
 
cs_lnum_t eb_size
 
cs_gnum_t n_g_rows
 
cs_lnum_t n_rows
 
cs_lnum_t n_cols_ext
 
cs_lnum_t n_elts_r [2]
 
const struct _cs_grid_tparent
 
cs_lnum_t n_faces
 
const cs_lnum_2_tface_cell
 
cs_lnum_2_t_face_cell
 
cs_lnum_tcoarse_row
 
cs_lnum_tcoarse_face
 
cs_lnum_tcell_face
 
short int * cell_face_sgn
 
cs_real_t relaxation
 
const cs_real_3_tcell_cen
 
cs_real_3_t_cell_cen
 
const cs_real_tcell_vol
 
cs_real_t_cell_vol
 
cs_real_3_tface_normal
 
const cs_halo_thalo
 
cs_halo_t_halo
 
const cs_real_tda
 
cs_real_t_da
 
const cs_real_txa
 
cs_real_t_xa
 
cs_real_txa_conv
 
cs_real_txa_diff
 
const cs_real_txa0
 
cs_real_t_xa0
 
cs_real_txa0_diff
 
cs_real_txa0ij
 
cs_matrix_structure_tmatrix_struct
 
const cs_matrix_tmatrix
 
cs_matrix_t_matrix
 
int merge_sub_root
 
int merge_sub_rank
 
int merge_sub_size
 
int merge_stride
 
int next_merge_stride
 
cs_lnum_tmerge_cell_idx
 
int n_ranks
 
MPI_Comm comm
 

Member Data Documentation

◆ _cell_cen

cs_real_3_t* _cell_cen

◆ _cell_vol

cs_real_t* _cell_vol

◆ _da

cs_real_t* _da

◆ _face_cell

cs_lnum_2_t* _face_cell

◆ _halo

cs_halo_t* _halo

◆ _matrix

cs_matrix_t* _matrix

◆ _xa

cs_real_t* _xa

◆ _xa0

cs_real_t* _xa0

◆ alloc_mode

cs_alloc_mode_t alloc_mode

◆ cell_cen

const cs_real_3_t* cell_cen

◆ cell_face

cs_lnum_t* cell_face

◆ cell_face_sgn

short int* cell_face_sgn

◆ cell_vol

const cs_real_t* cell_vol

◆ coarse_face

cs_lnum_t* coarse_face

◆ coarse_row

cs_lnum_t* coarse_row

◆ comm

MPI_Comm comm

◆ conv_diff

bool conv_diff

◆ da

const cs_real_t* da

◆ db_size

cs_lnum_t db_size

◆ eb_size

cs_lnum_t eb_size

◆ face_cell

const cs_lnum_2_t* face_cell

◆ face_normal

cs_real_3_t* face_normal

◆ halo

const cs_halo_t* halo

◆ level

int level

◆ matrix

const cs_matrix_t* matrix

◆ matrix_struct

cs_matrix_structure_t* matrix_struct

◆ merge_cell_idx

cs_lnum_t* merge_cell_idx

◆ merge_stride

int merge_stride

◆ merge_sub_rank

int merge_sub_rank

◆ merge_sub_root

int merge_sub_root

◆ merge_sub_size

int merge_sub_size

◆ n_cols_ext

cs_lnum_t n_cols_ext

◆ n_elts_r

cs_lnum_t n_elts_r[2]

◆ n_faces

cs_lnum_t n_faces

◆ n_g_rows

cs_gnum_t n_g_rows

◆ n_ranks

int n_ranks

◆ n_rows

cs_lnum_t n_rows

◆ next_merge_stride

int next_merge_stride

◆ parent

const struct _cs_grid_t* parent

◆ relaxation

cs_real_t relaxation

◆ symmetric

bool symmetric

◆ use_faces

bool use_faces

◆ use_xa

bool use_xa

◆ xa

const cs_real_t* xa

◆ xa0

const cs_real_t* xa0

◆ xa0_diff

cs_real_t* xa0_diff

◆ xa0ij

cs_real_t* xa0ij

◆ xa_conv

cs_real_t* xa_conv

◆ xa_diff

cs_real_t* xa_diff

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