petsc-3.10.5 2019-03-28
DMSetCoordinates
Sets into the DM a global vector that holds the coordinates
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMSetCoordinates(DM dm, Vec c)
Collective on DM
Input Parameters
| dm | - the DM
|
| c | - coordinate vector
|
Notes
The coordinates do include those for ghost points, which are in the local vector.
The vector c should be destroyed by the caller.
Keywords
distributed array, get, corners, nodes, local indices, coordinates
See Also
DMSetCoordinatesLocal(), DMGetCoordinates(), DMGetCoordinatesLocal(), DMGetCoordinateDM()
Level
intermediate
Location
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages