Public Member Functions | Private Attributes
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 57 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 61 of file SundanceStochBlockJacobiSolver.hpp.


Member Function Documentation

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

Definition at line 61 of file SundanceStochBlockJacobiSolver.cpp.

References solve().


Member Data Documentation

Definition at line 88 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 86 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 89 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 87 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Definition at line 90 of file SundanceStochBlockJacobiSolver.hpp.

Referenced by solve().

Site Contact