TrilinosCouplings  Development
 All Classes Namespaces Files Functions Pages
Functions
TrilinosCouplings_IntrepidPoissonExample_SolveWithBelos.hpp File Reference

Generic Belos solver for the Intrepid Poisson test problem example. More...

#include "BelosConfigDefs.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverFactory.hpp"
Include dependency graph for TrilinosCouplings_IntrepidPoissonExample_SolveWithBelos.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. More...
 

Detailed Description

Generic Belos solver for the Intrepid Poisson test problem example.