BOUT-dev
BOUT-dev copied to clipboard
Allow non-periodic Z
The Z direction is currently always assumed periodic. This is not helpful for cases where boundaries are needed in Z.
The boundary iterators would need updating, to allow iteration over a boundary in Z
FFTs would need to check if Z was periodic, throwing exceptions if FFTs are attempted for non-periodic domains.