Searched refs:DMPlexSetReferenceTree (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex3.c | 332 PetscCall(DMPlexSetReferenceTree(*dm, refTree)); in CreateMesh() 821 PetscCall(DMPlexSetReferenceTree(rdm, refTree)); in CheckInterpolation()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 489 PETSC_EXTERN PetscErrorCode DMPlexSetReferenceTree(DM, DM);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 22 PetscErrorCode DMPlexSetReferenceTree(DM dm, DM ref) in DMPlexSetReferenceTree() function 2023 PetscCall(DMPlexSetReferenceTree(*ncdm, K)); in DMPlexTreeRefineCell() 2056 PetscCall(DMPlexSetReferenceTree(*ncdm, K)); in DMPlexTreeRefineCell()
|
| H A D | plexdistribute.c | 1343 PetscCall(DMPlexSetReferenceTree(dmParallel, refTree)); in DMPlexDistributeSetupTree()
|
| H A D | plexsubmesh.c | 867 PetscCall(DMPlexSetReferenceTree(dmNew, refTree)); in DMPlexShiftTree_Internal()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4199 PetscCall(DMPlexSetReferenceTree(newPlex, refTree)); in DMConvert_pforest_plex() 4284 PetscCall(DMPlexSetReferenceTree(newPlexGhosted, refTree)); in DMConvert_pforest_plex()
|