petsc-3.5.4 2015-05-23
Report Typos and Errors

DMSetCoordinates

Sets into the DM a global vector that holds the coordinates

Synopsis

#include "petscdm.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