![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Helper functions for iterating over field subdomains. More...

Go to the source code of this file.
Functions | |
| template<typename Func > | |
| void | pfc::utils::iterate_inbox (const Box3D &inbox, Func &&func) |
Helper functions for iterating over field subdomains.
This file provides utility functions for common field iteration patterns, particularly for iterating over MPI subdomain inboxes. These helpers reduce code duplication and potential bugs in field modifier implementations.