MeshSetPeriodicDimension
This function sets the periodicity of a given dimension the mesh.
Synopsis
#include "mesh.h"
int MeshSetPeriodicDimension(Mesh mesh, int dir, PetscTruth per)
Not collective
Input Parameters
| mesh | - The mesh
|
| dir | - The coordinate direction
|
| per | - The flag for periodicity
|
Keywords
mesh, coordinates, periodic. dimension
See Also
MeshIsPeriodic(), MeshIsPeriodicDimension(), MeshPeriodicX(), MeshPeriodicRelativeX(), MeshPeriodicDiffX()
Level:intermediate
Location:src/mesh/interface/meshPeriodic.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/mesh/examples/tutorials/unstructured_1d.c.html
src/mesh/examples/tutorials/unstructured_2d.c.html
src/gsolver/examples/tutorials/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html