Searched refs:DMPlexSetTree (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplex.h | 493 PETSC_EXTERN PetscErrorCode DMPlexSetTree(DM, PetscSection, PetscInt[], PetscInt[]);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 995 PetscErrorCode DMPlexSetTree(DM dm, PetscSection parentSection, PetscInt parents[], PetscInt childI… in DMPlexSetTree() function 2024 PetscCall(DMPlexSetTree(*ncdm, parentSection, parents, childIDs)); in DMPlexTreeRefineCell() 2057 PetscCall(DMPlexSetTree(*ncdm, parentSection, NULL, NULL)); in DMPlexTreeRefineCell()
|
| H A D | plexdistribute.c | 1393 PetscCall(DMPlexSetTree(dmParallel, newParentSection, newParents, newChildIDs)); in DMPlexDistributeSetupTree()
|
| H A D | plexsubmesh.c | 907 PetscCall(DMPlexSetTree(dmNew, pSecShifted, parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4210 …PetscCall(DMPlexSetTree(newPlex, parentSection, (PetscInt *)parents->array, (PetscInt *)childids->… in DMConvert_pforest_plex()
|