#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMSetRegionDS(DM dm, DMLabel label, PetscDS ds)Collective on DM
dm | - The DM | |
label | - The DMLabel defining the mesh region, or NULL for the entire mesh | |
prob | - The PetscDS defined on the given cell |
Note: If the label has a DS defined, it will be replaced. Otherwise, it will be added to the DM.