petsc-3.11.4 2019-09-28
Report Typos and Errors

DMGetCoordinatesLocalSetUp

Prepares a local vector of coordinates, so that DMGetCoordinatesLocalNoncollective() can be used as non-collective afterwards.

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMGetCoordinatesLocalSetUp(DM dm)
Collective on DM

Input Parameter

dm -the DM

Keywords

distributed array, get, corners, nodes, local indices, coordinates

See Also

DMGetCoordinatesLocalNoncollective()

Level

advanced

Location

src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages