![]() |
programmer's documentation
|
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_blas.h"
#include "cs_halo.h"
#include "cs_halo_perio.h"
#include "cs_log.h"
#include "cs_mesh.h"
#include "cs_numbering.h"
#include "cs_prototypes.h"
#include "cs_timer.h"
#include "cs_matrix.h"
#include "cs_matrix_priv.h"
#include "cs_matrix_tuning.h"
#include "cs_matrix_default.h"
Functions | |
void | promav (const cs_int_t *isym, const cs_int_t *ibsize, const cs_int_t *iesize, const cs_int_t *iinvpe, const cs_real_t *dam, const cs_real_t *xam, cs_real_t *vx, cs_real_t *vy) |
void | cs_matrix_initialize (void) |
void | cs_matrix_finalize (void) |
void | cs_matrix_update_mesh (void) |
cs_matrix_t * | cs_matrix_default (bool symmetric, const int *diag_block_size, const int *extra_diag_block_size) |
cs_matrix_t * | cs_matrix_msr (bool symmetric, const int *diag_block_size, const int *extra_diag_block_size) |
void | cs_matrix_set_variant (cs_matrix_fill_type_t fill_type, const cs_matrix_variant_t *mv) |
void | cs_matrix_set_tuning (cs_matrix_fill_type_t fill_type, int tune) |
int | cs_matrix_get_tuning (cs_matrix_fill_type_t fill_type) |
void | cs_matrix_set_tuning_runs (int n_min_products, double t_measure) |
void | cs_matrix_get_tuning_runs (int *n_min_products, double *t_measure) |
const cs_gnum_t * | cs_matrix_get_block_row_gnum (cs_lnum_t n_rows, const cs_halo_t *halo) |
cs_matrix_t* cs_matrix_default | ( | bool | symmetric, |
const int * | diag_block_size, | ||
const int * | extra_diag_block_size | ||
) |
void cs_matrix_finalize | ( | void | ) |
int cs_matrix_get_tuning | ( | cs_matrix_fill_type_t | fill_type | ) |
void cs_matrix_get_tuning_runs | ( | int * | n_min_products, |
double * | t_measure | ||
) |
void cs_matrix_initialize | ( | void | ) |
cs_matrix_t* cs_matrix_msr | ( | bool | symmetric, |
const int * | diag_block_size, | ||
const int * | extra_diag_block_size | ||
) |
void cs_matrix_set_tuning | ( | cs_matrix_fill_type_t | fill_type, |
int | tune | ||
) |
void cs_matrix_set_tuning_runs | ( | int | n_min_products, |
double | t_measure | ||
) |
void cs_matrix_set_variant | ( | cs_matrix_fill_type_t | fill_type, |
const cs_matrix_variant_t * | mv | ||
) |
void cs_matrix_update_mesh | ( | void | ) |