#include "cs_defs.h"
#include "cs_halo.h"
#include "cs_numbering.h"
#include "cs_halo_perio.h"
Go to the source code of this file.
|
void | cs_benchmark_matrix (double t_measure, int n_types, int n_fill_types, cs_matrix_type_t types[], cs_matrix_fill_type_t fill_types[], cs_lnum_t n_cells, cs_lnum_t n_cells_ext, cs_lnum_t n_faces, const cs_lnum_2_t *face_cell, const cs_halo_t *halo, const cs_numbering_t *numbering) |
|
◆ cs_benchmark_matrix()
void cs_benchmark_matrix |
( |
double |
t_measure, |
|
|
int |
n_types, |
|
|
int |
n_fill_types, |
|
|
cs_matrix_type_t |
types[], |
|
|
cs_matrix_fill_type_t |
fill_types[], |
|
|
cs_lnum_t |
n_cells, |
|
|
cs_lnum_t |
n_cells_ext, |
|
|
cs_lnum_t |
n_faces, |
|
|
const cs_lnum_2_t * |
face_cell, |
|
|
const cs_halo_t * |
halo, |
|
|
const cs_numbering_t * |
numbering |
|
) |
| |