![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Index space bounds (min and max indices) More...
#include <strong_types.hpp>

Public Member Functions | |
| IndexBounds (const Int3 &lo, const Int3 &hi) | |
| Construct from lower and upper bounds. | |
Public Attributes | |
| Int3 | lower |
| Lower bounds (inclusive) | |
| Int3 | upper |
| Upper bounds (inclusive) | |
Index space bounds (min and max indices)
Represents a rectangular region in index space with lower and upper bounds. Commonly used to specify iteration ranges or subdomain boundaries.
Construct from lower and upper bounds.
| lo | Lower bounds (inclusive) |
| hi | Upper bounds (inclusive) |