DMGetCoordinateSection#
Retrieve the PetscSection of coordinate values over the mesh.
Synopsis#
#include "petscdm.h"          
PetscErrorCode DMGetCoordinateSection(DM dm, PetscSection *section)
Collective
Input Parameter#
- dm - The - DMobject
Output Parameter#
- section - The - PetscSectionobject
Note#
This just retrieves the local section from the coordinate DM. In other words,
  DMGetCoordinateDM(dm, &cdm);
  DMGetLocalSection(cdm, §ion);
See Also#
DM, DMGetCoordinateDM(), DMGetLocalSection(), DMSetLocalSection()
Level#
intermediate
Location#
Examples#
src/snes/tutorials/ex13.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex11_sa.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages