Home
last modified time | relevance | path

Searched refs:grid_refct (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscelemental.h22 PetscInt grid_refct; member
H A Dpetscscalapack.h10 PetscInt grid_refct; /* reference count */ member
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx1079 if (--commgrid->grid_refct == 0) { in MatDestroy_Elemental()
1373 commgrid->grid_refct = 1; in MatCreate_Elemental()
1381 commgrid->grid_refct++; in MatCreate_Elemental()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1259 if (--grid->grid_refct == 0) { in MatDestroy_ScaLAPACK()
1826 grid->grid_refct = 1; in MatCreate_ScaLAPACK()
1838 } else grid->grid_refct++; in MatCreate_ScaLAPACK()