Searched defs:forest (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 124 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestTemplate() local 178 DM_Forest *forest = (DM_Forest *)dm->data; in DMClone_Forest() local 192 DM_Forest *forest = (DM_Forest *)dm->data; in DMDestroy_Forest() local 234 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestSetTopology() local 261 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestGetTopology() local 293 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestSetBaseDM() local 340 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestGetBaseDM() local 351 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestSetBaseCoordinateMapping() local 362 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestGetBaseCoordinateMapping() local 396 DM_Forest *forest, *adaptForest, *oldAdaptForest; in DMForestSetAdaptivityForest() local [all …]
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex53.c | 8 DM forest, plex; in main() local
|
| H A D | ex52.c | 39 DM forest, plex, NewDM; in main() local
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex1.c | 10 DM base, forest, plex; in main() local
|
| H A D | ex3.c | 9 DM base, forest, plex; in main() local
|
| H A D | ex2.c | 19 static PetscErrorCode CreateAdaptivityLabel(DM forest, DMLabel *adaptLabel) in CreateAdaptivityLabel()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 179 p4est_t *forest; member 384 DM_Forest *forest = (DM_Forest *)dm->data; in DMForestDestroy_pforest() local 591 DM_Forest *forest = (DM_Forest *)dm->data; in DMPforestGetRefinementLevel() local 705 DM_Forest *forest = (DM_Forest *)dm->data; in DMSetUp_pforest() local 1322 DM_Forest *forest; in DMForestGetAdaptivitySuccess_pforest() local 1369 DM_Forest *forest = (DM_Forest *)dm->data; in DMView_VTK_pforest() local 2282 DM_Forest *forest; in DMPforestGetCellSFNodes() local 3035 DM_Forest *forest = (DM_Forest *)dm->data; in DMPforestLabelsInitialize() local 3699 DM_Forest *forest; in DMPforestMapCoordinates() local 3939 DM_Forest *forest; in DMPforestLocalizeCoordinates() local [all …]
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 909 DM forest, plex, adaptedDM = NULL; in adaptToleranceFEM() local
|