MeshIsPeriodicDimension
This function returns the periodicity of a given dimension the mesh.
Synopsis
#include "mesh.h"
int MeshIsPeriodicDimension(Mesh mesh, int dir, PetscTruth *per)
Not collective
Input Parameters
| mesh | - The mesh
|
| dir | - The coordinate direction
|
Output Parameter
per -The flag for periodicity
Keywords
mesh, coordinates, periodic. dimension
See Also
MeshIsPeriodic(), MeshSetPeriodicDimension(), 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