DMSetCellCoordinateField#

Set the DMField representation of the discontinuous per-cell mesh coordinates

Synopsis#

#include "petscdm.h"          
PetscErrorCode DMSetCellCoordinateField(DM dm, DMField field)

Logically Collective

Input Parameters#

  • dm - the DM

  • field - the DMField describing the cell coordinates

Note#

Cell coordinates support meshes whose coordinate representation is discontinuous at cell boundaries, such as those used by discontinuous Galerkin methods.

See Also#

DM, DMField, DMSetCoordinateField(), DMGetCellCoordinateDM(), DMSetCellCoordinates()

Level#

advanced

Location#

src/dm/interface/dmcoordinates.c


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