MeshPeriodicX

Returns the value modulo the period of the mesh.

Synopsis

#include "mesh.h" 
double MeshPeriodicX(Mesh mesh, double x)
Not collective

Input Parameters

mesh - The mesh
x - The original coordinate

Output Parameter

ret -The normalized coordinate

Keywords

mesh, coordinates, periodic

See Also

MeshPeriodicY(), MeshPeriodicZ(), 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