Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
Tpetra::Details::LocalResidualFunctor< AMatrix, MV, ConstMV, Offsets, is_MV, restrictedMode, skipOffRank > Struct Template Reference

Functor for computing the residual. More...

#include <Tpetra_Details_residual.hpp>

Detailed Description

template<class AMatrix, class MV, class ConstMV, class Offsets, bool is_MV, bool restrictedMode, bool skipOffRank>
struct Tpetra::Details::LocalResidualFunctor< AMatrix, MV, ConstMV, Offsets, is_MV, restrictedMode, skipOffRank >

Functor for computing the residual.

The template parameters decide what is actually computed. is_MV: whether the multivectors have actually more than 1 vector. restrictedMode: when true, read on-rank RHS data out of X_domainmap_lcl instead of X_colmap_lcl skipOffRank: when true, only compute the local part of the residual

Definition at line 71 of file Tpetra_Details_residual.hpp.


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