MeshPeriodicY

Returns the value modulo the period of the mesh.

Synopsis

#include "mesh.h" 
double MeshPeriodicY(Mesh mesh, double y)
Not collective

Input Parameters

mesh - The mesh
y - The original coordinate

Output Parameter

ret -The normalized coordinate

Keywords

mesh, coordinates, periodic

See Also

MeshPeriodicX(), MeshPeriodicZ(), MeshPeriodicRelativeY(), MeshPeriodicDiffY()

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