StencilStream v3.0.0
SYCL-based Stencil Simulation Framework Targeting FPGAs
Loading...
Searching...
No Matches
Namespaces | Concepts
Concepts.hpp File Reference
#include "Index.hpp"
#include "Stencil.hpp"
#include <concepts>
#include <type_traits>
Include dependency graph for Concepts.hpp:
This graph shows which files directly or indirectly include this file:

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.