![]() |
StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
|
Go to the source code of this file.
Namespaces | |
namespace | stencil |
namespace | stencil::concepts |
Concepts | |
concept | stencil::concepts::TransitionFunction |
A technical definition of a stencil transition function. | |
concept | stencil::concepts::GridAccessor |
An accessor for a two-dimensional grid. | |
concept | stencil::concepts::Grid |
A regular grid of cells. | |
concept | stencil::concepts::StencilUpdate |
A grid updater that repeatedly applies stencil updates to each cell. | |