- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/istl/matrixredistribute.hh>
Public Member Functions | |
bool | isSetup () const |
template<class D > | |
void | redistribute (const D &from, D &to) const |
template<class D > | |
void | redistributeBackward (D &from, const D &to) const |
void | resetSetup () |
void | setNoRows (std::size_t size) |
void | setNoCopyRows (std::size_t size) |
void | setNoBackwardsCopyRows (std::size_t size) |
std::size_t | getRowSize (std::size_t index) const |
std::size_t | getCopyRowSize (std::size_t index) const |
std::size_t | getBackwardsCopyRowSize (std::size_t index) const |
std::size_t Dune::RedistributeInformation< T >::getBackwardsCopyRowSize | ( | std::size_t | index | ) | const [inline] |
Referenced by Dune::redistributeMatrixEntries(), and Dune::redistributeSparsityPattern().
std::size_t Dune::RedistributeInformation< T >::getCopyRowSize | ( | std::size_t | index | ) | const [inline] |
Referenced by Dune::redistributeMatrixEntries(), and Dune::redistributeSparsityPattern().
std::size_t Dune::RedistributeInformation< T >::getRowSize | ( | std::size_t | index | ) | const [inline] |
Referenced by Dune::redistributeMatrixEntries(), and Dune::redistributeSparsityPattern().
bool Dune::RedistributeInformation< T >::isSetup | ( | ) | const [inline] |
void Dune::RedistributeInformation< T >::redistribute | ( | const D & | from, | |
D & | to | |||
) | const [inline] |
void Dune::RedistributeInformation< T >::redistributeBackward | ( | D & | from, | |
const D & | to | |||
) | const [inline] |
Referenced by Dune::redistributeSparsityPattern().
void Dune::RedistributeInformation< T >::resetSetup | ( | ) | [inline] |
void Dune::RedistributeInformation< T >::setNoBackwardsCopyRows | ( | std::size_t | size | ) | [inline] |
Referenced by Dune::redistributeMatrix().
void Dune::RedistributeInformation< T >::setNoCopyRows | ( | std::size_t | size | ) | [inline] |
Referenced by Dune::redistributeMatrix().
void Dune::RedistributeInformation< T >::setNoRows | ( | std::size_t | size | ) | [inline] |
Referenced by Dune::redistributeMatrix().
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].