DMProjectCoordinates#

Project coordinates to a different space

Synopsis#

#include "petscdm.h"          
PetscErrorCode DMProjectCoordinates(DM dm, PetscFE disc)

Input Parameters#

  • dm - The DM object

  • disc - The new coordinate discretization or NULL to ensure a coordinate discretization exists

See Also#

DMGetCoordinateField()

Level#

intermediate

Location#

src/dm/interface/dmcoordinates.c

Examples#

src/dm/impls/plex/tutorials/ex8.c.html


Edit on GitLab

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