PETSc version 3.17.5
Fix/Edit manual page

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

dm - The DM object

Output Parameter

section - The PetscSection object

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