petsc-3.9.4 2018-09-11
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
|
Note
The coordinates do include those for ghost points, which are in the local vector
Keywords
distributed array, get, corners, nodes, local indices, coordinates
See Also
DMSetCoordinatesLocal(), DMGetCoordinates(), DMGetCoordinatesLoca(), 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