Code_Saturne
CFD tool
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

◆ b_size

int b_size[4]

◆ cell_num

const cs_gnum_t* cell_num

◆ coeffs

void* coeffs

◆ copy_diagonal

cs_matrix_copy_diagonal_t* copy_diagonal

◆ face_cell

const cs_lnum_t* face_cell

◆ halo

const cs_halo_t* halo

◆ loop_length

int loop_length

◆ n_cells

cs_lnum_t n_cells

◆ n_cells_ext

cs_lnum_t n_cells_ext

◆ n_faces

cs_lnum_t n_faces

◆ numbering

const cs_numbering_t* numbering

◆ release_coefficients

cs_matrix_release_coeffs_t* release_coefficients

◆ set_coefficients

cs_matrix_set_coeffs_t* set_coefficients

◆ structure

const void* structure

◆ type

◆ vector_multiply

cs_matrix_vector_product_t* vector_multiply[4]

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