Home
last modified time | relevance | path

Searched refs:ISRenumber (Results 1 – 15 of 15) sorted by relevance

/petsc/src/vec/is/tests/
H A Dex6.c18 PetscCall(ISRenumber(is, mult, &N, NULL)); in TestRenumber()
20 PetscCall(ISRenumber(is, mult, NULL, &nis)); in TestRenumber()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c174 PetscCall(ISRenumber(is1, NULL, NULL, &is3)); in PetscPartitionerPartition_MatPartitioning()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi48 PetscErrorCode ISRenumber(PetscIS, PetscIS, PetscInt*, PetscIS*)
H A DIS.pyx810 petsc.ISRenumber
817 CHKERR(ISRenumber(self.iset, mlt, &n, &out.iset))
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c92 PetscCall(ISRenumber(is, NULL, &uniq, NULL)); in PetscPartitionerView_Multistage()
658 PetscCall(ISRenumber(gid, NULL, NULL, &rid)); in PetscPartitionerPartition_Multistage()
/petsc/include/
H A Dpetscis.h131 PETSC_EXTERN PetscErrorCode ISRenumber(IS, IS, PetscInt *, IS *);
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c249 PetscCall(ISRenumber(Gidx, GidxMult, &NG, &cG)); in PCMGGDSWCreateCoarseSpace_Private()
/petsc/doc/changes/
H A D38.md24 - Added ISRenumber to renumber an IS into a contiguous set.
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c179 PetscCall(ISRenumber(gP, NULL, &nPg, &Pg)); in PCBDDCSetupFETIDPMatContext()
307 PetscCall(ISRenumber(subset, subset_mult, &fetidpmat_ctx->n_lambda, &subset_n)); in PCBDDCSetupFETIDPMatContext()
H A Dbddcgraph.c803 PetscCall(ISRenumber(is, NULL, &n, &lis)); in PCBDDCGraphSetUp()
1042 PetscCall(ISRenumber(subset, NULL, &subset_N, &subset_n)); in PCBDDCGraphSetUp()
H A Dbddcprivate.c292 PetscCall(ISRenumber(is, NULL, NULL, &gis)); in PCBDDCNedelecSupport()
1383 PetscCall(ISRenumber(gwis, NULL, &cne, &wis)); in PCBDDCNedelecSupport()
1391 PetscCall(ISRenumber(gwis, NULL, &cnv, &wis)); in PCBDDCNedelecSupport()
7933 PetscCall(ISRenumber(new_ranks, NULL, NULL, &new_ranks_contig)); in PCBDDCMatISGetSubassemblingPattern()
9299 PetscCall(ISRenumber(subset, subset_mult, &coarse_size, &subset_n)); in PCBDDCComputePrimalNumbering()
H A Dbddcschurs.c650 PetscCall(ISRenumber(all_subsets, all_subsets_mult, &global_size, &all_subsets_n)); in PCBDDCSubSchursSetUp()
H A Dbddc.c2339 PetscCall(ISRenumber(pcis->is_B_global, NULL, NULL, &is)); in PCSetUp_BDDCIPC()
/petsc/src/vec/is/is/interface/
H A Dindex.c34 PetscErrorCode ISRenumber(IS subset, IS subset_mult, PetscInt *N, IS *subset_n) in ISRenumber() function
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c1073 PetscCall(ISRenumber(fetidp->pP, NULL, NULL, &restr)); in KSPFETIDPSetUpOperators()