Opm::LinearSolverBICGSTAB Class Reference

#include <ImplicitTransportDefs.hpp>

Public Types

typedef Dune::FieldVector< double, 1 > ScalarVectorBlockType
 
typedef Dune::FieldMatrix< double, 1, 1 > ScalarMatrixBlockType
 
typedef Dune::BlockVector< ScalarVectorBlockTypeScalarBlockVector
 
typedef Dune::BCRSMatrix< ScalarMatrixBlockTypeScalarBCRSMatrix
 

Public Member Functions

void solve (const ScalarBCRSMatrix &A, const ScalarBlockVector &b, ScalarBlockVector &x)
 

Member Typedef Documentation

◆ ScalarBCRSMatrix

◆ ScalarBlockVector

◆ ScalarMatrixBlockType

typedef Dune::FieldMatrix<double, 1, 1> Opm::LinearSolverBICGSTAB::ScalarMatrixBlockType

◆ ScalarVectorBlockType

typedef Dune::FieldVector<double, 1> Opm::LinearSolverBICGSTAB::ScalarVectorBlockType

Member Function Documentation

◆ solve()

void Opm::LinearSolverBICGSTAB::solve ( const ScalarBCRSMatrix A,
const ScalarBlockVector b,
ScalarBlockVector x 
)
inline

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