|
void | Kratos::AMGCLScalarSolve (TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::MatrixType &rA, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::VectorType &rX, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::VectorType &rB, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::IndexType &rIterationNumber, double &rResidual, const boost::property_tree::ptree &amgclParams, int verbosity_level, bool use_gpgpu) |
|
template<int TBlockSize> |
void | Kratos::AMGCLBlockSolve (TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::MatrixType &rA, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::VectorType &rX, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::VectorType &rB, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::IndexType &rIterationNumber, double &rResidual, boost::property_tree::ptree amgclParams, int verbosity_level, bool use_gpgpu) |
|
void | Kratos::AMGCLSolve (int block_size, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::MatrixType &rA, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::VectorType &rX, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::VectorType &rB, TrilinosSpace< Epetra_FECrsMatrix, Epetra_FEVector >::IndexType &rIterationNumber, double &rResidual, boost::property_tree::ptree amgclParams, int verbosity_level, bool use_gpgpu) |
|