Loading...
Searching...
No Matches
terra::linalg::solvers::NoRedistribute Struct Reference

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>

Public Member Functions

template<typename V >
void apply (const V &, V &) const
 
template<typename V >
void apply_transpose (const V &, V &) const
 

Detailed Description

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.

Member Function Documentation

◆ 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: