#include "petscdm.h" #include "petscdmlabel.h" PetscErrorCode DMGetDimPoints(DM dm, PetscInt dim, PetscInt *pStart, PetscInt *pEnd)Collective on DM Many br
dm | - the DM Many br | |
dim | - the dimension Many br |
pStart | - The first point of the given dimension Many br | |
pEnd | - The first point following points of the given dimension Many br |