petsc-3.14.6 2021-03-30
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