Home
last modified time | relevance | path

Searched refs:mem_reduction (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/bas/
H A Dbasfactor.c106 PetscReal mem_reduction; in MatCholeskyFactorNumeric_SeqAIJ_Bas() local
112 …scCall(spbas_compress_pattern(bi, bj, mbs, mbs, SPBAS_DIAGONAL_OFFSETS, &Pattern, &mem_reduction)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
116 …l(PetscInfo(NULL, " compression rate for spbas_compress_pattern %g \n", (double)mem_reduction)); in MatCholeskyFactorNumeric_SeqAIJ_Bas()
H A Dspbas.c250 …, PetscInt nrows, PetscInt ncols, PetscInt col_idx_type, spbas_matrix *B, PetscReal *mem_reduction) in spbas_compress_pattern() argument
337 *mem_reduction = 100.0 * (PetscReal)(mem_orig - mem_compressed) / (PetscReal)mem_orig; in spbas_compress_pattern()