GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::CellFunction Concept Reference

Concept for functions invocable with grid cells, usable as cell field data.

#include <concepts.hpp>

Concept definition

template<typename T, typename Grid>
concept GridFormat::Concepts::CellFunction = std::invocable<T, GridDetail::CellReference<Grid>>
and is_scalar<GridDetail::CellFunctionScalarType<Grid, T>>
Concept for functions invocable with grid cells, usable as cell field data.
Definition: concepts.hpp:108