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/dm/impls/plex/tests/ex100.c
src/dm/impls/plex/tests/ex103.c
src/dm/impls/plex/tests/ex18.c
src/dm/impls/plex/tests/ex22.c
src/dm/impls/plex/tests/ex26.c
src/dm/impls/plex/tests/ex26f90.F90
src/dm/impls/plex/tests/ex3.c
src/dm/impls/plex/tests/ex62f90.F90
src/dm/impls/plex/tests/ex64.c
src/dm/impls/plex/tests/ex8.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages