Home
last modified time | relevance | path

Searched defs:is_row (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/nest/ftn-custom/
H A Dzmatnestf.c14 PETSC_EXTERN void matcreatenest_(MPI_Fint *comm, PetscInt *nr, IS is_row[], PetscInt *nc, IS is_col… in matcreatenest_()
39 PETSC_EXTERN void matnestsetsubmats_(Mat *B, PetscInt *nr, IS is_row[], PetscInt *nc, IS is_col[], … in matnestsetsubmats_()
/petsc/src/mat/impls/nest/
H A Dmatnest.c350 IS *is_row, *is_col; in MatTranspose_Nest() local
1362 static PetscErrorCode MatNestSetSubMats_Nest(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, co… in MatNestSetSubMats_Nest()
1479 PetscErrorCode MatNestSetSubMats(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, const IS is_co… in MatNestSetSubMats()
1601 static PetscErrorCode MatSetUp_NestIS_Private(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, c… in MatSetUp_NestIS_Private()
1774 PetscErrorCode MatCreateNest(MPI_Comm comm, PetscInt nr, const IS is_row[], PetscInt nc, const IS i… in MatCreateNest()
/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c14 IS *is_new, *is_row; in MatIncreaseOverlap_MPISBAIJ() local
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c415 IS is_row, is_col; in PetscDualSpaceSumCreateMappings() local