Sundance::StochBlockJacobiSolver Class Reference

List of all members.

Public Member Functions

 StochBlockJacobiSolver (const LinearSolver< double > &diagonalSolver, const SpectralBasis &pcBasis, double convTol, int maxIters, int verbosity)
void solve (const Array< LinearOperator< double > > &KBlock, const Array< int > &hasNonzeroMatrixBlock, const Array< Vector< double > > &fBlock, Array< Vector< double > > &xBlock) const
void solve (const Array< LinearOperator< double > > &KBlock, const Array< Vector< double > > &fBlock, Array< Vector< double > > &xBlock) const

Private Attributes

LinearSolver< double > diagonalSolver_
SpectralBasis pcBasis_
double convTol_
int maxIters_
int verbosity_


Detailed Description

Definition at line 15 of file SundanceStochBlockJacobiSolver.hpp.


Constructor & Destructor Documentation

Sundance::StochBlockJacobiSolver::StochBlockJacobiSolver ( const LinearSolver< double > &  diagonalSolver,
const SpectralBasis &  pcBasis,
double  convTol,
int  maxIters,
int  verbosity 
) [inline]

Definition at line 19 of file SundanceStochBlockJacobiSolver.hpp.


Member Function Documentation

void Sundance::StochBlockJacobiSolver::solve ( const Array< LinearOperator< double > > &  KBlock,
const Array< Vector< double > > &  fBlock,
Array< Vector< double > > &  xBlock 
) const

Definition at line 16 of file SundanceStochBlockJacobiSolver.cpp.

References solve().

void Sundance::StochBlockJacobiSolver::solve ( const Array< LinearOperator< double > > &  KBlock,
const Array< int > &  hasNonzeroMatrixBlock,
const Array< Vector< double > > &  fBlock,
Array< Vector< double > > &  xBlock 
) const


Member Data Documentation

Definition at line 46 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 44 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 47 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 45 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 48 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Site Contact