Generic Belos solver for the Intrepid Poisson test problem example.
More...
#include "BelosConfigDefs.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverFactory.hpp"
Functions |
| template<class ST , class MV , class OP > |
| void | TrilinosCouplings::IntrepidPoissonExample::solveWithBelos (bool &converged, int &numItersPerformed, const std::string &solverName, const typename Teuchos::ScalarTraits< ST >::magnitudeType &tol, const int maxNumIters, const int num_steps, const Teuchos::RCP< MV > &X, const Teuchos::RCP< const OP > &A, const Teuchos::RCP< const MV > &B, const Teuchos::RCP< const OP > &M_left, const Teuchos::RCP< const OP > &M_right) |
| | Solve the linear system(s) AX=B with Belos.
|
Detailed Description
Generic Belos solver for the Intrepid Poisson test problem example.