Searched refs:DM_ADAPT_COARSEN (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex20.c | 22 PetscCall(DMLabelSetDefaultValue(adaptLabel, DM_ADAPT_COARSEN)); in main()
|
| H A D | ex46.c | 132 PetscCall(DMLabelSetDefaultValue(adapt, DM_ADAPT_COARSEN)); in main()
|
| /petsc/include/ |
| H A D | petscdmtypes.h | 185 DM_ADAPT_COARSEN = 2, enumerator
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexadapt.c | 30 case DM_ADAPT_COARSEN: in DMPlexLabelToVolumeConstraint() 312 case DM_ADAPT_COARSEN: in DMAdaptLabel_Plex()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex10.c | 124 PetscCall(DMLabelSetValue(adaptLabel, c, DM_ADAPT_COARSEN)); in AdaptMesh()
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 424 case DM_ADAPT_COARSEN: in DMForestSetAdaptivityForest() 463 case DM_ADAPT_COARSEN: in DMForestGetAdaptivityForest() 1620 PetscCall(DMForestSetAdaptivityPurpose(*dmCoarsened, DM_ADAPT_COARSEN)); in DMCoarsen_Forest() 1624 PetscCall(DMLabelSetDefaultValue(coarsen, DM_ADAPT_COARSEN)); in DMCoarsen_Forest()
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 74 …each cell in the mesh with an action, such as `DM_ADAPT_REFINE` or `DM_ADAPT_COARSEN`. We do this …
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 26 PetscCall(DMLabelSetDefaultValue(*adaptLabel, DM_ADAPT_COARSEN)); in CreateAdaptivityLabel()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 460 if (quadrants[i]->p.user_int == DM_ADAPT_COARSEN) { in pforest_coarsen_flag_any() 477 if (quadrants[i]->p.user_int != DM_ADAPT_COARSEN) { in pforest_coarsen_flag_all() 884 } else if (!numValuesGlobal && defaultValue == DM_ADAPT_COARSEN) { /* uniform coarsen */ in DMSetUp_pforest() 1088 PetscCall(DMForestSetAdaptivityPurpose(coarseDM, DM_ADAPT_COARSEN)); in DMSetUp_pforest() 1090 PetscCall(DMLabelSetDefaultValue(coarsen, DM_ADAPT_COARSEN)); in DMSetUp_pforest() 3023 if (purpose == DM_ADAPT_COARSEN) { in DMPforestGetTransferSF() 4720 case DM_ADAPT_COARSEN: in DMForestTransferVec_pforest() 4737 case DM_ADAPT_COARSEN: in DMForestTransferVec_pforest()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex27.c | 760 PetscCall(DMLabelSetDefaultValue(adaptLabel, DM_ADAPT_COARSEN)); in main()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1404 if (nCoarsen) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_COARSEN, coarsenIS)); in DMAdaptorAdapt_Sequence_Private()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 1179 if (nCoarsen) PetscCall(DMLabelSetStratumIS(adaptLabel, DM_ADAPT_COARSEN, coarsenIS)); in adaptToleranceFVMSetUp()
|