Go to the source code of this file.
|
template<class T > |
void | Dune::Fem::moveBackward (ArrayInterface< T > &array, const unsigned int oldOffset, const unsigned int newOffset, const unsigned int length) |
|
template<class T > |
void | Dune::Fem::moveForward (ArrayInterface< T > &array, const unsigned int oldOffset, const unsigned int newOffset, const unsigned int length) |
|
template<class T > |
void | Dune::Fem::move (ArrayInterface< T > &array, const unsigned int oldOffset, const unsigned int newOffset, const unsigned int length) |
|