Home
last modified time | relevance | path

Searched refs:zerorowslocal (Results 1 – 5 of 5) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/hypre/
H A Dmhyp.c208 mat->ops->zerorowslocal = MatZeroRowsLocal_HYPREStruct_3d; in MatSetUp_HYPREStruct()
680 mat->ops->zerorowslocal = MatZeroRowsLocal_HYPRESStruct_3d; in MatSetUp_HYPRESStruct()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dmatimpl.h115 PetscErrorCode (*zerorowslocal)(Mat,PetscInt,const PetscInt[],PetscScalar,Vec,Vec); member
/dports/science/PETSc/petsc-3.14.1/src/mat/interface/
H A Dmatrix.c6253 if (mat->ops->zerorowslocal) { in MatZeroRowsLocal()
6254 ierr = (*mat->ops->zerorowslocal)(mat,numRows,rows,diag,x,b);CHKERRQ(ierr); in MatZeroRowsLocal()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS10114 PetscErrorCode (*zerorowslocal)zerorowslocal115,5643
H A DCTAGS82087 zerorowslocal include/petsc/private/matimpl.h /^ PetscErrorCode (*zerorowslocal)(Mat,PetscInt,cons…