Home
last modified time | relevance | path

Searched defs:forest (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/impls/forest/
H A Dforest.c124 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 Dex53.c8 DM forest, plex; in main() local
H A Dex52.c39 DM forest, plex, NewDM; in main() local
/petsc/src/dm/impls/forest/tests/
H A Dex1.c10 DM base, forest, plex; in main() local
H A Dex3.c9 DM base, forest, plex; in main() local
H A Dex2.c19 static PetscErrorCode CreateAdaptivityLabel(DM forest, DMLabel *adaptLabel) in CreateAdaptivityLabel()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h179 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 Dplexland.c909 DM forest, plex, adaptedDM = NULL; in adaptToleranceFEM() local