Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddmcoordinates.c302 PetscCall(DMGetDimPoints(dm, 0, &vStart, &vEnd)); in DMSetCoordinateSection()
383 PetscCall(DMGetDimPoints(dm, 0, &vStart, &vEnd)); in DMSetCellCoordinateSection()
H A Ddm.c6494 PetscErrorCode DMGetDimPoints(DM dm, PetscInt dim, PetscInt *pStart, PetscInt *pEnd) in DMGetDimPoints() function
/petsc/include/
H A Dpetscdm.h146 PETSC_EXTERN PetscErrorCode DMGetDimPoints(DM, PetscInt, PetscInt *, PetscInt *);
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4982 #define DMGetDimPoints_pforest _append_pforest(DMGetDimPoints)
4990 PetscCall(DMGetDimPoints(plex, dim, cStart, cEnd)); in DMGetDimPoints_pforest()