grids.hh File Reference
Detailed Description
This is the basis for the yaspgrid implementation of the Dune grid interface.
#include <iostream>
#include <cstdlib>
#include <algorithm>
#include <vector>
#include <deque>
#include <mpi.h>
#include <string.h>
#include <dune/common/fvector.hh>
#include <dune/common/stdstreams.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::YGrid< d, ct > |
class | Dune::YGrid< d, ct >::Iterator |
class | Dune::YGrid< d, ct >::TransformingIterator |
class | Dune::SubYGrid< d, ct > |
class | Dune::SubYGrid< d, ct >::SubIterator |
class | Dune::SubYGrid< d, ct >::TransformingSubIterator |
class | Dune::Torus< d > |
class | Dune::Torus< d >::ProcListIterator |
class | Dune::MultiYGrid< d, ct > |
class | Dune::MultiYGrid< d, ct >::YGridLevelIterator |
provides access to a given grid level More... | |
Functions | |
template<int d, typename ct> | |
std::ostream & | Dune::operator<< (std::ostream &s, YGrid< d, ct > e) |
Output operator for grids. | |
template<int d, typename ct> | |
std::ostream & | Dune::operator<< (std::ostream &s, typename YGrid< d, ct >::Iterator &e) |
Output operator for Iterators. | |
template<int d, typename ct> | |
std::ostream & | Dune::operator<< (std::ostream &s, SubYGrid< d, ct > e) |
Output operator for subgrids. | |
template<int d, typename ct> | |
std::ostream & | Dune::operator<< (std::ostream &s, typename SubYGrid< d, ct >::TransformingSubIterator &e) |
Output operator for subgrids. | |
template<int d> | |
std::ostream & | Dune::operator<< (std::ostream &s, const Torus< d > &t) |
Output operator for Torus. | |
template<int d, class ct> | |
std::ostream & | Dune::operator<< (std::ostream &s, MultiYGrid< d, ct > &mg) |
Output operator for multigrids. |