Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmforest.h42 PETSC_EXTERN PetscErrorCode DMForestGetAdjacencyDimension(DM, PetscInt *);
/petsc/src/dm/impls/forest/
H A Dforest.c144 PetscCall(DMForestGetAdjacencyDimension(dm, &dim)); in DMForestTemplate()
623 PetscErrorCode DMForestGetAdjacencyDimension(DM dm, PetscInt *adjDim) in DMForestGetAdjacencyDimension() function
1523 PetscCall(DMForestGetAdjacencyDimension(dm, &adjDim)); in DMSetFromOptions_Forest()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4149 PetscCall(DMForestGetAdjacencyDimension(dm, &adjDim)); in DMConvert_pforest_plex()