petsc-3.11.4 2019-09-28
Report Typos and Errors

DMSetRegionDS

Set the PetscDS for a given mesh region, defined by a DMLabel

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMSetRegionDS(DM dm, DMLabel label, PetscDS ds)
Collective on DM

Input Parameters

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.

See Also

DMGetRegionDS(), DMGetDS(), DMGetCellDS()

Level

advanced

Location

src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages