![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Trait class for providing default parameters for coordinate systems. More...
Trait class for providing default parameters for coordinate systems.
This traits template defines default values (e.g., offset, spacing, periodicity) for coordinate systems identified by their tag type CoordTag.
The primary template is left undefined, and users are expected to specialize this trait for their own coordinate system tags to provide meaningful defaults.
This mechanism allows external extension of coordinate system behavior without modifying the core library, enabling user-defined systems to seamlessly integrate with generic World construction and other infrastructure.
Example specialization: