Placeholder redistribute type — methods never called when redistribute_down_ is empty. Exists so Multigrid's default template parameter has a complete, default-constructible type for the no-agglomeration path.
More...
#include <multigrid.hpp>
|
| template<typename V > |
| void | apply (const V &, V &) const |
| |
| template<typename V > |
| void | apply_transpose (const V &, V &) const |
| |
Placeholder redistribute type — methods never called when redistribute_down_ is empty. Exists so Multigrid's default template parameter has a complete, default-constructible type for the no-agglomeration path.
◆ apply()
template<typename V >
| void terra::linalg::solvers::NoRedistribute::apply |
( |
const V & |
, |
|
|
V & |
|
|
) |
| const |
|
inline |
◆ apply_transpose()
template<typename V >
| void terra::linalg::solvers::NoRedistribute::apply_transpose |
( |
const V & |
, |
|
|
V & |
|
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: