MeshPeriodicDiffY

Takes the difference of two y-coordinates in the domain, and returns the value modulo the period of the mesh.

Synopsis

#include "mesh.h" 
double MeshPeriodicDiffY(Mesh mesh, double diff)
Not collective

Input Parameters

mesh - The mesh
diff - The original difference

Output Parameter

ret -The normalized difference

Keywords

mesh, coordinates, periodic

See Also

MeshPeriodicDiffX(), MeshPeriodicDiffZ(), MeshPeriodicY(), MeshPeriodicRelativeY()

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