22#ifndef INCLUDE_SOLVERS_AND_PRECONDITIONERS_MULTIGRID_MUTLIGRID_TRANSFER_BASE_H_
23#define INCLUDE_SOLVERS_AND_PRECONDITIONERS_MULTIGRID_MUTLIGRID_TRANSFER_BASE_H_
27template<
typename VectorType>
40 prolongate_and_add(
unsigned int const level,
VectorType & dst,
VectorType const & src)
const = 0;
Definition transfer_base.h:29