DMGetCoordinateSection#
Retrieve the layout of coordinate values over the mesh.
Synopsis#
#include "petscdm.h"
PetscErrorCode DMGetCoordinateSection(DM dm, PetscSection *section)
Collective on dm
Input Parameter#
dm - The DM object
Output Parameter#
section - The PetscSection object
See Also#
DMGetCoordinateDM()
, DMGetLocalSection()
, DMSetLocalSection()
Level#
intermediate
Location#
Examples#
src/snes/tutorials/ex13.c.html
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex11_sa.c.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages