Home
last modified time | relevance | path

Searched refs:PetscLayoutMapLocal (Results 1 – 7 of 7) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscis.h351 PETSC_EXTERN PetscErrorCode PetscLayoutMapLocal(PetscLayout,PetscInt,const PetscInt[],PetscInt*,Pet…
/dports/science/PETSc/petsc-3.14.1/src/vec/is/utils/
H A Dpmap.c737 PetscErrorCode PetscLayoutMapLocal(PetscLayout map,PetscInt N,const PetscInt idxs[], PetscInt *on,P… in PetscLayoutMapLocal() function
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/shell/
H A Dshell.c398 ierr = PetscLayoutMapLocal(mat->rmap,n,rows,&nr,&lrows,NULL);CHKERRQ(ierr); in MatZeroRows_Shell()
458 ierr = PetscLayoutMapLocal(mat->rmap,n,rowscols,&nr,&lrows,NULL);CHKERRQ(ierr); in MatZeroRowsColumns_Shell()
468 ierr = PetscLayoutMapLocal(mat->cmap,nt,t,&nc,&lcols,NULL);CHKERRQ(ierr); in MatZeroRowsColumns_Shell()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/is/
H A Dmatis.c1417 ierr = PetscLayoutMapLocal(mat->rmap,m,idxs,&ll,&lidxs,&lgidxs);CHKERRQ(ierr); in MatCreateSubMatrix_IS()
1450 ierr = PetscLayoutMapLocal(mat->cmap,n,idxs,&ll,&lidxs,&lgidxs);CHKERRQ(ierr); in MatCreateSubMatrix_IS()
2645 ierr = PetscLayoutMapLocal(A->rmap,n,rows,&len,&lrows,NULL);CHKERRQ(ierr); in MatZeroRowsColumns_Private_IS()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/dense/mpi/
H A Dmpidense.c431 ierr = PetscLayoutMapLocal(A->rmap,n,rows,&len,&lrows,NULL);CHKERRQ(ierr); in MatZeroRows_MPIDense()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS83578 PetscErrorCode PetscLayoutMapLocal(737,23389
H A DCTAGS25497 PetscLayoutMapLocal src/vec/is/utils/pmap.c /^PetscErrorCode PetscLayoutMapLocal(PetscLayout map,Pe…