Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h700 static PetscErrorCode DMPforestGetPlex(DM, DM *);
1315 PetscCall(DMPforestGetPlex(dm, NULL)); in DMSetUp_pforest()
1356 PetscCall(DMPforestGetPlex(dm, &plex)); in DMView_ASCII_pforest()
1436 PetscCall(DMPforestGetPlex(dm, &plex)); in DMView_HDF5_pforest()
1448 PetscCall(DMPforestGetPlex(dm, &plex)); in DMView_GLVis_pforest()
2290 PetscCall(DMPforestGetPlex(dm, &plex)); in DMPforestGetCellSFNodes()
2364 PetscCall(DMPforestGetPlex(fine, &plexF)); in DMPforestGetTransferSF_Point()
2366 PetscCall(DMPforestGetPlex(coarse, &plexC)); in DMPforestGetTransferSF_Point()
2923 PetscCall(DMPforestGetPlex(fine, &plexF)); in DMPforestGetTransferSF_Internal()
2925 PetscCall(DMPforestGetPlex(coarse, &plexC)); in DMPforestGetTransferSF_Internal()
[all …]