|
enum | { conforming = Dune::Capabilities::isLeafwiseConforming<Grid>::v
} |
|
using | GridViewImp = DefaultLeafGridView< GridImp > |
|
using | Grid = std::remove_const_t< GridImp > |
| type of the grid
|
|
using | IndexSet = typename Grid::Traits::LeafIndexSet |
| type of the index set
|
|
using | Intersection = typename Grid::Traits::LeafIntersection |
| type of the intersection
|
|
using | IntersectionIterator = typename Grid::Traits::LeafIntersectionIterator |
| type of the intersection iterator
|
|
template<class G > |
using | CollectiveCommunication_t = typename G::Traits::Communication |
|
using | CollectiveCommunication = Dune::Std::detected_t< CollectiveCommunication_t, Grid > |
|
template<class G > |
using | Communication_t = typename G::Traits::Communication |
| type of the collective communication
|
|
using | Communication = Dune::Std::detected_or_t< CollectiveCommunication, Communication_t, Grid > |
|
The documentation for this struct was generated from the following file: