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