|
|
std::ostream & | walberla::cell::operator<< (std::ostream &os, const Cell &cell) |
| Stream output operator for a Cell object. More...
|
|
std::istream & | walberla::cell::operator>> (std::istream &is, Cell &cell) |
| Stream input operator for a Cell object. More...
|
|
std::size_t | walberla::cell::hash_value (const Cell &cell) |
| Provides a hash value for a Cell based on its coordinates. More...
|
|
template<typename T , typename G > |
mpi::GenericSendBuffer< T, G > & | walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const Cell &cell) |
|
template<typename T > |
mpi::GenericRecvBuffer< T > & | walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, Cell &cell) |
|
|
std::ostream & | walberla::cell::operator<< (std::ostream &os, const Cell &cell) |
| Stream output operator for a Cell object. More...
|
|
std::istream & | walberla::cell::operator>> (std::istream &is, Cell &cell) |
| Stream input operator for a Cell object. More...
|
|
std::size_t | walberla::cell::hash_value (const Cell &cell) |
| Provides a hash value for a Cell based on its coordinates. More...
|
|
template<typename T , typename G > |
mpi::GenericSendBuffer< T, G > & | walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const Cell &cell) |
|
template<typename T > |
mpi::GenericRecvBuffer< T > & | walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, Cell &cell) |
|