dune-spgrid  2.7
Classes | Namespaces | Functions
topology.hh File Reference

topology of a Cartesian grid More...

#include <cassert>
#include <iostream>
#include <limits>

Go to the source code of this file.

Classes

class  Dune::SPTopology< dim >
 description of the grid's topology More...
 

Namespaces

 Dune
 

Functions

template<class char_type , class traits , int dim>
std::basic_ostream< char_type, traits > & Dune::operator<< (std::basic_ostream< char_type, traits > &out, const SPTopology< dim > &topology)
 
template<class char_type , class traits , int dim>
std::basic_ostream< char_type, traits > & Dune::operator>> (std::basic_istream< char_type, traits > &in, SPTopology< dim > &topology)
 

Detailed Description

topology of a Cartesian grid

Author
Martin Nolte