Home
last modified time | relevance | path

Searched refs:ISBuildTwoSided (Results 1 – 13 of 13) sorted by relevance

/petsc/src/mat/tests/
H A Dex82.c129 PetscCall(ISBuildTwoSided(is, NULL, &isrows)); in main()
H A Dex193.c94 PetscCall(ISBuildTwoSided(is, NULL, &isrows)); in main()
H A Dex83.c132 PetscCall(ISBuildTwoSided(is, NULL, &isrows)); in main()
H A Dex40.c87 PetscCall(ISBuildTwoSided(ndmap, NULL, &is1[0])); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex64.c134 PetscCall(ISBuildTwoSided(is, NULL, &isrows)); in main()
/petsc/src/mat/utils/
H A Doverlapsplit.c166 PetscCall(ISBuildTwoSided(partitioning, is_sc, is)); in MatIncreaseOverlapSplit_Single()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi60 PetscErrorCode ISBuildTwoSided(PetscIS, PetscIS, PetscIS*)
H A DIS.pyx354 petsc.ISBuildTwoSided
360 CHKERR(ISBuildTwoSided(self.iset, ctoindx, &result.iset))
/petsc/include/
H A Dpetscis.h295 PETSC_EXTERN PetscErrorCode ISBuildTwoSided(IS, IS, IS *);
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c303 PetscCall(ISBuildTwoSided(destination, NULL, &irows)); in MatPartitioningHierarchical_AssembleSubdomain()
/petsc/src/vec/is/is/utils/
H A Discoloring.c406 PetscErrorCode ISBuildTwoSided(IS ito, IS toindx, IS *rows) in ISBuildTwoSided() function
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c277 PetscCall(ISBuildTwoSided(partitioning, NULL, &fromrows)); in PCGASMSetHierarchicalPartitioning()
/petsc/src/mat/impls/is/
H A Dmatis.c450 PetscCall(ISBuildTwoSided(ndmap, NULL, &ndsub)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()