Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstashspace.c17 a->total_space_size = 0; in PetscMatStashSpaceGet()
22 a->total_space_size = (*space)->total_space_size; in PetscMatStashSpaceGet()
24 a->total_space_size += n; in PetscMatStashSpaceGet()
/petsc/include/petsc/private/
H A Dmatimpl.h315 PetscInt total_space_size; member