Searched refs:DMLabelSetStratumIS (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmlabel.pxi | 27 PetscErrorCode DMLabelSetStratumIS(PetscDMLabel, PetscInt, PetscIS)
|
| H A D | DMLabel.pyx | 400 getStratumIS, petsc.DMLabelSetStratumIS 404 CHKERR(DMLabelSetStratumIS(self.dmlabel, cstratum, iset.iset))
|
| /petsc/include/ |
| H A D | petscdmlabel.h | 45 PETSC_EXTERN PetscErrorCode DMLabelSetStratumIS(DMLabel, PetscInt, IS);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1403 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 D | ex11.c | 1178 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 D | ex30.c | 1896 PetscCall(DMLabelSetStratumIS(ctx->adaptLabel, DM_ADAPT_REFINE, refineIS)); in ResizeSetUp()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex27.c | 768 PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in main()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 1597 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 D | ex18.c | 1246 PetscCall(DMLabelSetStratumIS(label, value, interface_faces_is)); in DMPlexComputeCompleteInterface_Private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1116 PetscCall(DMLabelSetStratumIS(label, rank, closureIS)); in DMPlexPartitionLabelClosure()
|
| H A D | plexdistribute.c | 1904 PetscCall(DMLabelSetStratumIS(lblPartition, proc, is)); in DMPlexDistribute()
|
| H A D | plexsubmesh.c | 576 PetscCall(DMLabelSetStratumIS(depthLabel, d, pIS)); in DMPlexShiftSizes_Internal()
|
| H A D | plex.c | 4449 PetscCall(DMLabelSetStratumIS(label, depth, stratumIS)); in DMPlexCreateDepthStratum()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 7091 PetscCall(DMLabelSetStratumIS(label, value, points)); in DMSetStratumIS()
|