|
dune-istl
2.2.0
|
#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] |
| 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().
1.7.6.1