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

Concept for grids to be used as unstructured grids.

#include <concepts.hpp>

Concept definition

template<typename T>
GridDetail::ExposesPointCoordinates<T> and
GridDetail::ExposesPointId<T> and
GridDetail::ExposesCellType<T> and
GridDetail::ExposesCellPoints<T>
Basic concept all grids must fulfill. We must be able to iterate over a grid's cells & points.
Definition: concepts.hpp:28
Concept for grids to be used as unstructured grids.
Definition: concepts.hpp:82