GridFormat
0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Concepts::UnstructuredGrid Concept Reference
Grid
Concept for grids to be used as unstructured grids.
#include <
concepts.hpp
>
Concept definition
template
<
typename
T>
concept
GridFormat::Concepts::UnstructuredGrid
=
EntitySet<T>
and
GridDetail::ExposesPointCoordinates<T> and
GridDetail::ExposesPointId<T> and
GridDetail::ExposesCellType<T> and
GridDetail::ExposesCellPoints<T>
GridFormat::Concepts::EntitySet
Basic concept all grids must fulfill. We must be able to iterate over a grid's cells & points.
Definition:
concepts.hpp:28
GridFormat::Concepts::UnstructuredGrid
Concept for grids to be used as unstructured grids.
Definition:
concepts.hpp:82
GridFormat
Concepts
UnstructuredGrid
Generated by
1.9.6