Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Namespaces | Classes
Belos Namespace Reference

Namespaces

 Details
 

Classes

class  DGKSOrthoManager< Sacado::MP::Vector< Storage >, MV, OP >
 
class  ICGSOrthoManager< Sacado::MP::Vector< Storage >, MV, OP >
 
class  IMGSOrthoManager< Sacado::MP::Vector< Storage >, MV, OP >
 
class  MultiVecTraits< typename Storage::value_type, Tpetra::MultiVector< Sacado::MP::Vector< Storage >, LO, GO, Node > >
 Partial specialization of MultiVecTraits for MV = Tpetra::MultiVector. More...
 
class  MultiVecTraits< typename Storage::value_type, Tpetra::MultiVector< Sacado::UQ::PCE< Storage >, LO, GO, Node > >
 Partial specialization of MultiVecTraits for MV = Tpetra::MultiVector. More...
 
class  OperatorTraits< typename Storage::value_type, Tpetra::MultiVector< Sacado::MP::Vector< Storage >, LO, GO, Node >, Tpetra::Operator< Sacado::MP::Vector< Storage >, LO, GO, Node > >
 Partial specialization of OperatorTraits for Tpetra::Operator. More...
 
class  OperatorTraits< typename Storage::value_type, Tpetra::MultiVector< Sacado::UQ::PCE< Storage >, LO, GO, Node >, Tpetra::Operator< Sacado::UQ::PCE< Storage >, LO, GO, Node > >
 Partial specialization of OperatorTraits for Tpetra::Operator. More...
 
class  PseudoBlockCGIter
 This class implements the pseudo-block CG iteration, where the basic CG algorithm is performed on all of the linear systems simultaneously. More...
 
class  PseudoBlockCGIter< Sacado::MP::Vector< Storage >, MV, OP >
 
class  PseudoBlockGmresIter
 This class implements the pseudo-block GMRES iteration, where a block Krylov subspace is constructed for all of the linear systems simultaneously. The QR decomposition of each block, upper Hessenberg matrix is performed each iteration to update the least squares system and give the current linear system residuals. More...
 
class  PseudoBlockGmresIter< Sacado::MP::Vector< Storage >, MV, OP >
 
class  StatusTestGenResNorm
 An implementation of StatusTestResNorm using a family of residual norms. More...
 
class  StatusTestGenResNorm< Sacado::MP::Vector< Storage >, MV, OP >
 
class  StatusTestImpResNorm
 Convergence test using the implicit residual norm(s), with an explicit residual norm(s) check for loss of accuracy if necessary. More...
 
class  StatusTestImpResNorm< Sacado::MP::Vector< Storage >, MV, OP >