Type traits for classes providing a grid discretization.
Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
Typedefs | |
| template<class T> | |
| using | Dumux::GridDiscretization_t = typename Detail::GridDiscretizationType<T>::type |
| The grid discretization type of a class exporting it. | |
Functions | |
| template<class T, class... Args> | |
| decltype(auto) | Dumux::gridDiscretization (const T &t, Args &&... args) |
| The grid discretization. | |