Home
last modified time | relevance | path

Searched refs:DMLabelSetStratumIS (Results 1 – 14 of 14) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmlabel.pxi27 PetscErrorCode DMLabelSetStratumIS(PetscDMLabel, PetscInt, PetscIS)
H A DDMLabel.pyx400 getStratumIS, petsc.DMLabelSetStratumIS
404 CHKERR(DMLabelSetStratumIS(self.dmlabel, cstratum, iset.iset))
/petsc/include/
H A Dpetscdmlabel.h45 PETSC_EXTERN PetscErrorCode DMLabelSetStratumIS(DMLabel, PetscInt, IS);
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1403 if (nRefine) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in DMAdaptorAdapt_Sequence_Private()
1404 if (nCoarsen) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_COARSEN, coarsenIS)); in DMAdaptorAdapt_Sequence_Private()
/petsc/src/ts/tutorials/
H A Dex11.c1178 if (nRefine) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in adaptToleranceFVMSetUp()
1179 if (nCoarsen) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_COARSEN, coarsenIS)); in adaptToleranceFVMSetUp()
H A Dex30.c1896 PetscCall(DMLabelSetStratumIS(ctx->adaptLabel, DM_ADAPT_REFINE, refineIS)); in ResizeSetUp()
/petsc/src/snes/tutorials/
H A Dex27.c768 PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in main()
/petsc/src/dm/label/
H A Ddmlabel.c1597 PetscErrorCode DMLabelSetStratumIS(DMLabel label, PetscInt value, IS is) in DMLabelSetStratumIS() function
1699 PetscCall(DMLabelSetStratumIS(label, value, pIS)); in DMLabelSetStratumBounds()
/petsc/src/dm/impls/plex/tests/
H A Dex18.c1246 PetscCall(DMLabelSetStratumIS(label, value, interface_faces_is)); in DMPlexComputeCompleteInterface_Private()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1116 PetscCall(DMLabelSetStratumIS(label, rank, closureIS)); in DMPlexPartitionLabelClosure()
H A Dplexdistribute.c1904 PetscCall(DMLabelSetStratumIS(lblPartition, proc, is)); in DMPlexDistribute()
H A Dplexsubmesh.c576 PetscCall(DMLabelSetStratumIS(depthLabel, d, pIS)); in DMPlexShiftSizes_Internal()
H A Dplex.c4449 PetscCall(DMLabelSetStratumIS(label, depth, stratumIS)); in DMPlexCreateDepthStratum()
/petsc/src/dm/interface/
H A Ddm.c7091 PetscCall(DMLabelSetStratumIS(label, value, points)); in DMSetStratumIS()