1 #ifndef __CS_MATRIX_PRIV_H__
2 #define __CS_MATRIX_PRIV_H__
79 (cs_matrix_vector_product_t) (
bool exclude_diag,
96 typedef struct _cs_matrix_struct_native_t {
108 } cs_matrix_struct_native_t;
113 typedef struct _cs_matrix_coeff_native_t {
129 } cs_matrix_coeff_native_t;
134 typedef struct _cs_matrix_struct_csr_t {
145 bool direct_assembly;
153 } cs_matrix_struct_csr_t;
158 typedef struct _cs_matrix_coeff_csr_t {
175 } cs_matrix_coeff_csr_t;
180 typedef struct _cs_matrix_struct_csr_sym_t {
191 bool direct_assembly;
199 } cs_matrix_struct_csr_sym_t;
204 typedef struct _cs_matrix_coeff_csr_sym_t {
215 } cs_matrix_coeff_csr_sym_t;
220 typedef struct _cs_matrix_coeff_msr_t {
239 } cs_matrix_coeff_msr_t;
244 struct _cs_matrix_structure_t {
271 struct _cs_matrix_t {
297 const void *structure;
316 cs_matrix_set_coeffs_t *set_coefficients;
317 cs_matrix_release_coeffs_t *release_coefficients;
318 cs_matrix_copy_diagonal_t *copy_diagonal;
334 struct _cs_matrix_variant_t {
351 double matrix_create_cost;
unsigned long cs_gnum_t
global mesh entity number
Definition: cs_defs.h:280
#define restrict
Definition: cs_defs.h:122
#define BEGIN_C_DECLS
Definition: cs_defs.h:405
Definition: cs_matrix.h:76
struct _cs_matrix_t cs_matrix_t
Definition: cs_matrix.h:86
cs_matrix_type_t
Definition: cs_matrix.h:54
void matrix(const cs_int_t *const iconvp, const cs_int_t *const idiffp, const cs_int_t *const ndircp, const cs_int_t *const isym, const cs_real_t *const thetap, const cs_int_t *const imucpp, const cs_real_t coefbp[], const cs_real_t cofbfp[], const cs_real_t rovsdt[], const cs_real_t i_massflux[], const cs_real_t b_massflux[], const cs_real_t i_visc[], const cs_real_t b_visc[], const cs_real_t xcpp[], cs_real_t da[], cs_real_t xa[])
Definition: cs_matrix_building.c:113
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:292
#define END_C_DECLS
Definition: cs_defs.h:406
double cs_real_t
Definition: cs_defs.h:296
Definition: cs_numbering.h:61
cs_matrix_fill_type_t
Definition: cs_matrix.h:66