Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/ftn-custom/
H A Dzmatnestf.c14 …atcreatenest_(MPI_Fint *comm, PetscInt *nr, IS is_row[], PetscInt *nc, IS is_col[], Mat a[], Mat *… 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 …SetSubMats_Nest(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, const IS is_col[], const Mat a… in MatNestSetSubMats_Nest()
1479 …tNestSetSubMats(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, const IS is_col[], const Mat a… in MatNestSetSubMats()
1601 …Code MatSetUp_NestIS_Private(Mat A, PetscInt nr, const IS is_row[], PetscInt nc, const IS is_col[]) in MatSetUp_NestIS_Private()
1774 …ateNest(MPI_Comm comm, PetscInt nr, const IS is_row[], PetscInt nc, const IS is_col[], const Mat a… in MatCreateNest()
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c415 IS is_row, is_col; in PetscDualSpaceSumCreateMappings() local
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c27 IS is, is_col; member