#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMGetStratumIS(DM dm, const char name[], PetscInt value, IS *points)Not Collective
dm | - The DM object | |
name | - The label name | |
value | - The stratum value |
points | - The stratum points, or NULL if the label does not exist or does not have that value |