DMSetCellCoordinateDM#

Sets the DM that prescribes cellwise coordinate layout and scatters between global and local cellwise coordinates

Synopsis#

#include "petscdm.h"          
PetscErrorCode DMSetCellCoordinateDM(DM dm, DM cdm)

Logically Collective on dm

Input Parameters#

  • dm - the DM

  • cdm - cellwise coordinate DM

See Also#

DMGetCellCoordinateDM(), DMSetCellCoordinates(), DMSetCellCoordinatesLocal(), DMGetCellCoordinates(), DMGetCellCoordinatesLocal()

Level#

intermediate

Location#

src/dm/interface/dmcoordinates.c


Edit on GitLab

Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages