![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Tag type for the 3D Cartesian coordinate system. More...
#include <csys.hpp>
Tag type for the 3D Cartesian coordinate system.
This tag represents a standard right-handed Cartesian coordinate system in 3D, which is the default and most commonly used geometry in OpenPFC simulations.
The associated coordinate system maps discrete grid indices (i, j, k) to continuous physical space using a uniform, axis-aligned grid defined by:
offset: the physical position corresponding to index (0, 0, 0)spacing: the distance between adjacent grid points along each axisThis coordinate system assumes:
It provides a simple and efficient mapping suitable for a wide range of physical simulations where a Euclidean space is appropriate.