petsc-3.8.4 2018-03-24
DMLocalizeCoordinates
If a mesh is periodic, create local coordinates for cells having periodic faces
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMLocalizeCoordinates(DM dm)
Input Parameter
dm -The DM
See Also
DMLocalizeCoordinate(), DMLocalizeAddCoordinate()
Level:developer
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex12.c.html