| /petsc/src/dm/impls/plex/transform/impls/filter/ |
| H A D | plextrfilter.c | 37 PetscCall(DMLabelGetStratumIS(active, DM_ADAPT_REFINE, &filterIS)); in DMPlexTransformSetUp_Filter() 38 PetscCall(DMLabelGetStratumSize(active, DM_ADAPT_REFINE, &Nc)); in DMPlexTransformSetUp_Filter()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex20.c | 23 if (cEnd > cStart) PetscCall(DMLabelSetValue(adaptLabel, cStart, DM_ADAPT_REFINE)); in main()
|
| H A D | ex44.c | 87 for (i = 0; i < n; ++i) PetscCall(DMLabelSetValue(*adaptLabel, points[i], DM_ADAPT_REFINE)); in CreateAdaptLabel()
|
| H A D | ex41.c | 47 …->refcell[rank] >= 0) PetscCall(DMLabelSetValue(*adaptLabel, ctx->refcell[rank], DM_ADAPT_REFINE)); in CreateAdaptLabel()
|
| H A D | ex46.c | 135 if (c % 2) PetscCall(DMLabelSetValue(adapt, c, DM_ADAPT_REFINE)); in main()
|
| H A D | ex57.c | 42 …etscInt c = 0; c < Nc; ++c) PetscCall(DMLabelSetValue(options->active, cells[c], DM_ADAPT_REFINE)); in ProcessOptions()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex3.c | 43 PetscCall(DMLabelSetValue(adaptLabel, 0, DM_ADAPT_REFINE)); in main() 62 for (c = cStart; c < cEnd; ++c) PetscCall(DMLabelSetValue(adaptLabel, c, DM_ADAPT_REFINE)); in main()
|
| H A D | ex2.c | 33 if (!basePoint) PetscCall(DMLabelSetValue(*adaptLabel, c, DM_ADAPT_REFINE)); in CreateAdaptivityLabel()
|
| /petsc/include/ |
| H A D | petscdmtypes.h | 184 DM_ADAPT_REFINE = 1, enumerator
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 169 PetscCall(DMLabelGetStratumIS(active, DM_ADAPT_REFINE, &refineIS)); in DMPlexTransformSetUp_SBR() 170 PetscCall(DMLabelGetStratumSize(active, DM_ADAPT_REFINE, &Nc)); in DMPlexTransformSetUp_SBR() 574 for (i = 0; i < n; ++i) PetscCall(DMLabelSetValue(active, cells[i], DM_ADAPT_REFINE)); in DMPlexTransformSetFromOptions_SBR()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 93 for (i = 0; i < n; ++i) PetscCall(DMLabelSetValue(active, cells[i], DM_ADAPT_REFINE)); in DMPlexTransformSetFromOptions_1D()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexadapt.c | 27 case DM_ADAPT_REFINE: in DMPlexLabelToVolumeConstraint() 308 case DM_ADAPT_REFINE: in DMAdaptLabel_Plex()
|
| H A D | plex.c | 10190 …lPart(oqVals[cellIter]) <= atol) PetscCall(DMLabelSetValue(*OrthQualLabel, cell, DM_ADAPT_REFINE)); in DMPlexComputeOrthogonalQuality()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex10.c | 120 PetscCall(DMLabelSetValue(adaptLabel, c, DM_ADAPT_REFINE)); in AdaptMesh()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 33 PetscCall(DMLabelGetStratumIS(active, DM_ADAPT_REFINE, &refineIS)); in DMPlexTransformSetUp_BL() 34 PetscCall(DMLabelGetStratumSize(active, DM_ADAPT_REFINE, &Nc)); in DMPlexTransformSetUp_BL() 523 for (i = 0; i < n; ++i) PetscCall(DMLabelSetValue(active, cells[i], DM_ADAPT_REFINE)); in DMPlexTransformSetFromOptions_BL()
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 421 case DM_ADAPT_REFINE: in DMForestSetAdaptivityForest() 460 case DM_ADAPT_REFINE: in DMForestGetAdaptivityForest() 1593 PetscCall(DMLabelSetDefaultValue(refine, DM_ADAPT_REFINE)); in DMRefine_Forest()
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 74 We next create a label marking each cell in the mesh with an action, such as `DM_ADAPT_REFINE` or `…
|
| /petsc/src/snes/tutorials/ |
| H A D | ex27.c | 768 PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in main()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 505 return quadrant->p.user_int == DM_ADAPT_REFINE; in pforest_refine_flag() 892 } else if (!numValuesGlobal && defaultValue == DM_ADAPT_REFINE) { /* uniform refine */ in DMSetUp_pforest() 3017 if (purpose == DM_ADAPT_REFINE) { in DMPforestGetTransferSF() 4716 case DM_ADAPT_REFINE: in DMForestTransferVec_pforest() 4733 case DM_ADAPT_REFINE: in DMForestTransferVec_pforest()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 935 for (c = cStart; c < cEnd; c++) PetscCall(DMLabelSetValue(adaptLabel, c, DM_ADAPT_REFINE)); in adaptToleranceFEM() 962 for (k = 0; k < nr; k++) PetscCall(DMLabelSetValue(adaptLabel, rCellIdx[k], DM_ADAPT_REFINE)); in adaptToleranceFEM() 993 PetscCall(DMLabelSetValue(adaptLabel, c, DM_ADAPT_REFINE)); in adaptToleranceFEM()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1403 if (nRefine) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); 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()
|
| H A D | ex30.c | 1896 PetscCall(DMLabelSetStratumIS(ctx->adaptLabel, DM_ADAPT_REFINE, refineIS)); in ResizeSetUp()
|