#include "cs_defs.h"
#include "cs_halo.h"
#include "cs_numbering.h"
#include "cs_matrix.h"
Go to the source code of this file.
|
void | cs_matrix_diag_dominance (const cs_matrix_t *matrix, cs_real_t dd[]) |
|
void | cs_matrix_dump_linear_system (const cs_matrix_t *matrix, const cs_real_t rhs[], const char *name) |
|
void | cs_matrix_log_info (const cs_matrix_t *matrix, int verbosity) |
| Log general info relative to matrix. More...
|
|
void | cs_matrix_dump_test (cs_lnum_t n_cells, cs_lnum_t n_cells_ext, cs_lnum_t n_faces, const cs_gnum_t *cell_num, const cs_lnum_2_t *face_cell, const cs_halo_t *halo, const cs_numbering_t *numbering) |
|
§ cs_matrix_diag_dominance()
§ cs_matrix_dump_linear_system()
void cs_matrix_dump_linear_system |
( |
const cs_matrix_t * |
matrix, |
|
|
const cs_real_t |
rhs[], |
|
|
const char * |
name |
|
) |
| |
§ cs_matrix_dump_test()
§ cs_matrix_log_info()
void cs_matrix_log_info |
( |
const cs_matrix_t * |
matrix, |
|
|
int |
verbosity |
|
) |
| |
Log general info relative to matrix.
- Parameters
-
[in] | matrix | pointer to matrix structure |
[in] | verbosity | verbosity level |