![]() |
Code_Saturne
CFD tool
|
#include <cs_matrix_priv.h>
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_t * | face_cell |
const cs_gnum_t * | cell_num |
const cs_halo_t * | halo |
const cs_numbering_t * | numbering |
void * | coeffs |
cs_matrix_set_coeffs_t * | set_coefficients |
cs_matrix_release_coeffs_t * | release_coefficients |
cs_matrix_copy_diagonal_t * | copy_diagonal |
cs_matrix_vector_product_t * | vector_multiply [4] |
int | loop_length |
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_type_t type |
cs_matrix_vector_product_t* vector_multiply[4] |