petsc-3.12.5 2020-03-29
DMGetCellDS
Get the PetscDS defined on a given cell
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMGetCellDS(DM dm, PetscInt point, PetscDS *prob)
Not collective
Input Parameters
| dm | - The DM
|
| point | - Cell for the DS
|
Output Parameter
prob -The PetscDS defined on the given cell
See Also
DMGetDS(), DMSetRegionDS()
Level
developer
Location
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages