MeshPeriodicDiffX

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

Synopsis

#include "mesh.h" 
double MeshPeriodicDiffX(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

MeshPeriodicDiffY(), MeshPeriodicDiffZ(), MeshPeriodicX(), MeshPeriodicRelativeX()

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