![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
3D integer bounding box for grid index space More...
#include <array>#include <ostream>#include <stdexcept>

Go to the source code of this file.
Classes | |
| class | pfc::Box3D |
| Represents a 3D integer box in grid index space. More... | |
3D integer bounding box for grid index space
Defines the Box3D class which represents a discrete 3D rectangular region in grid index space. This is used to describe local computational domains in parallel simulations.
Box3D operates purely in index space and is independent of physical coordinates, spacing, or origin. It is typically paired with World for coordinate transformations.