dune-istl  2.2.0
Public Member Functions | List of all members
Dune::RedistributeInformation< T > Struct Template Reference

#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

Member Function Documentation

template<typename T>
std::size_t Dune::RedistributeInformation< T >::getBackwardsCopyRowSize ( std::size_t  index) const
inline
template<typename T>
std::size_t Dune::RedistributeInformation< T >::getCopyRowSize ( std::size_t  index) const
inline
template<typename T>
std::size_t Dune::RedistributeInformation< T >::getRowSize ( std::size_t  index) const
inline
template<typename T>
bool Dune::RedistributeInformation< T >::isSetup ( ) const
inline
template<typename T>
template<class D >
void Dune::RedistributeInformation< T >::redistribute ( const D &  from,
D &  to 
) const
inline
template<typename T>
template<class D >
void Dune::RedistributeInformation< T >::redistributeBackward ( D &  from,
const D &  to 
) const
inline
template<typename T>
void Dune::RedistributeInformation< T >::resetSetup ( )
inline
template<typename T>
void Dune::RedistributeInformation< T >::setNoBackwardsCopyRows ( std::size_t  size)
inline
template<typename T>
void Dune::RedistributeInformation< T >::setNoCopyRows ( std::size_t  size)
inline
template<typename T>
void Dune::RedistributeInformation< T >::setNoRows ( std::size_t  size)
inline

The documentation for this struct was generated from the following file: