Enum SpatialType

Enum Documentation

enum class SpatialType

Module “depends” variables must specify where the spatial extent the look at for their dependent variables. local = only this face element neighbor = this and nearest-neighbor face elements distance = this and all face elements within a fixed distance

Values:

enumerator local

Sets that dependent variable is local. That is, this module requires the compute the solution at this element without needing to communicate with surrounding elements. There is no guarantee on element ordering

enumerator neighbor

Sets that this module is domain parallel. That is, this module requires surrounding elements to compute its answer and that it is dependent upon the order of traversal of elements.

enumerator distance

Sets that this module is domain parallel. That is, this module requires surrounding elements to compute its answer and that it is dependent upon the order of traversal of elements.