Searched refs:DMGetDimPoints (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmcoordinates.c | 302 PetscCall(DMGetDimPoints(dm, 0, &vStart, &vEnd)); in DMSetCoordinateSection() 383 PetscCall(DMGetDimPoints(dm, 0, &vStart, &vEnd)); in DMSetCellCoordinateSection()
|
| H A D | dm.c | 6494 PetscErrorCode DMGetDimPoints(DM dm, PetscInt dim, PetscInt *pStart, PetscInt *pEnd) in DMGetDimPoints() function
|
| /petsc/include/ |
| H A D | petscdm.h | 146 PETSC_EXTERN PetscErrorCode DMGetDimPoints(DM, PetscInt, PetscInt *, PetscInt *);
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4982 #define DMGetDimPoints_pforest _append_pforest(DMGetDimPoints) 4990 PetscCall(DMGetDimPoints(plex, dim, cStart, cEnd)); in DMGetDimPoints_pforest()
|