Home
last modified time | relevance | path

Searched refs:DM_ADAPT_REFINE (Results 1 – 23 of 23) sorted by relevance

/petsc/src/dm/impls/plex/transform/impls/filter/
H A Dplextrfilter.c37 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 Dex20.c23 if (cEnd > cStart) PetscCall(DMLabelSetValue(adaptLabel, cStart, DM_ADAPT_REFINE)); in main()
H A Dex44.c87 for (i = 0; i < n; ++i) PetscCall(DMLabelSetValue(*adaptLabel, points[i], DM_ADAPT_REFINE)); in CreateAdaptLabel()
H A Dex41.c47 …->refcell[rank] >= 0) PetscCall(DMLabelSetValue(*adaptLabel, ctx->refcell[rank], DM_ADAPT_REFINE)); in CreateAdaptLabel()
H A Dex46.c135 if (c % 2) PetscCall(DMLabelSetValue(adapt, c, DM_ADAPT_REFINE)); in main()
H A Dex57.c42 …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 Dex3.c43 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 Dex2.c33 if (!basePoint) PetscCall(DMLabelSetValue(*adaptLabel, c, DM_ADAPT_REFINE)); in CreateAdaptivityLabel()
/petsc/include/
H A Dpetscdmtypes.h184 DM_ADAPT_REFINE = 1, enumerator
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c169 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 Dplexref1d.c93 for (i = 0; i < n; ++i) PetscCall(DMLabelSetValue(active, cells[i], DM_ADAPT_REFINE)); in DMPlexTransformSetFromOptions_1D()
/petsc/src/dm/impls/plex/
H A Dplexadapt.c27 case DM_ADAPT_REFINE: in DMPlexLabelToVolumeConstraint()
308 case DM_ADAPT_REFINE: in DMAdaptLabel_Plex()
H A Dplex.c10190 …lPart(oqVals[cellIter]) <= atol) PetscCall(DMLabelSetValue(*OrthQualLabel, cell, DM_ADAPT_REFINE)); in DMPlexComputeOrthogonalQuality()
/petsc/src/dm/impls/plex/tutorials/
H A Dex10.c120 PetscCall(DMLabelSetValue(adaptLabel, c, DM_ADAPT_REFINE)); in AdaptMesh()
/petsc/src/dm/impls/plex/transform/impls/refine/bl/
H A Dplexrefbl.c33 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 Dforest.c421 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 Dguide_to_subsurface.md74 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 Dex27.c768 PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in main()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h505 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 Dplexland.c935 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 Ddmadapt.c1403 if (nRefine) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in DMAdaptorAdapt_Sequence_Private()
/petsc/src/ts/tutorials/
H A Dex11.c1178 if (nRefine) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_REFINE, refineIS)); in adaptToleranceFVMSetUp()
H A Dex30.c1896 PetscCall(DMLabelSetStratumIS(ctx->adaptLabel, DM_ADAPT_REFINE, refineIS)); in ResizeSetUp()