![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Represents the upper bounds of the 3d simulation domain. More...
#include <types.hpp>

Public Member Functions | |
| UpperBounds3 (const std::array< double, 3 > &v) | |
| UpperBounds3 (const Size3 &size, const LowerBounds3 &lower, const Spacing3 &spacing, const Periodic3 &periodic) | |
| Constructs an UpperBounds3 object from a Size3 and LowerBounds3. | |
Public Attributes | |
| const std::array< double, 3 > | value |
Represents the upper bounds of the 3d simulation domain.
|
inline |
Constructs an UpperBounds3 object from a Size3 and LowerBounds3.
| size | The size of the simulation domain. |
| lower_bounds | The lower bounds of the simulation domain. |