Enum MeshGhostLocation¶
Defined in File mesh.hpp
Enum Documentation¶
-
enum class lili::mesh::MeshGhostLocation : uint8_t¶
Enumeration class for the ghost cell locations.
Values:
-
enumerator XPrev¶
Previous X-axis ghost.
-
enumerator XNext¶
Next X-axis ghost.
-
enumerator YPrev¶
Previous Y-axis ghost.
-
enumerator YNext¶
Next Y-axis ghost.
-
enumerator ZPrev¶
Previous Z-axis ghost.
-
enumerator ZNext¶
Next Z-axis ghost.
-
enumerator XPrev¶