Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_cs_matrix_t Struct Reference

#include <cs_matrix_priv.h>

Collaboration diagram for _cs_matrix_t:
Collaboration graph

Data Fields

cs_matrix_type_t type
 
cs_lnum_t n_cells
 
cs_lnum_t n_cells_ext
 
cs_lnum_t n_faces
 
int b_size [4]
 
const void * structure
 
const cs_lnum_tface_cell
 
const cs_gnum_tcell_num
 
const cs_halo_thalo
 
const cs_numbering_tnumbering
 
void * coeffs
 
cs_matrix_set_coeffs_tset_coefficients
 
cs_matrix_release_coeffs_trelease_coefficients
 
cs_matrix_copy_diagonal_tcopy_diagonal
 
cs_matrix_vector_product_tvector_multiply [4]
 
int loop_length
 

Field Documentation

int b_size[4]
const cs_gnum_t* cell_num
void* coeffs
cs_matrix_copy_diagonal_t* copy_diagonal
const cs_lnum_t* face_cell
const cs_halo_t* halo
int loop_length
cs_lnum_t n_cells
cs_lnum_t n_cells_ext
cs_lnum_t n_faces
const cs_numbering_t* numbering
cs_matrix_release_coeffs_t* release_coefficients
cs_matrix_set_coeffs_t* set_coefficients
const void* structure
cs_matrix_vector_product_t* vector_multiply[4]

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