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