DMLocalizeCoordinates#

If a mesh is periodic, create local coordinates for cells having periodic faces

Synopsis#

#include "petscdm.h"          
PetscErrorCode DMLocalizeCoordinates(DM dm)

Collective on dm

Input Parameter#

  • dm - The DM

See Also#

DMSetPeriodicity(), DMLocalizeCoordinate(), DMLocalizeAddCoordinate()

Level#

developer

Location#

src/dm/interface/dmperiodicity.c

Examples#

src/dm/impls/plex/tutorials/ex10.c.html
src/dm/impls/forest/tutorials/ex1.c.html
src/ts/tutorials/ex18.c.html


Edit on GitLab

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