Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h493 PETSC_EXTERN PetscErrorCode DMPlexSetTree(DM, PetscSection, PetscInt[], PetscInt[]);
/petsc/src/dm/impls/plex/
H A Dplextree.c995 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 Dplexdistribute.c1393 PetscCall(DMPlexSetTree(dmParallel, newParentSection, newParents, newChildIDs)); in DMPlexDistributeSetupTree()
H A Dplexsubmesh.c907 PetscCall(DMPlexSetTree(dmNew, pSecShifted, parentsShifted, childIDsShifted)); in DMPlexShiftTree_Internal()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4210 …PetscCall(DMPlexSetTree(newPlex, parentSection, (PetscInt *)parents->array, (PetscInt *)childids->… in DMConvert_pforest_plex()