|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
Dune::PDELab::ISTLBackend_BCGS_AMG_ILU0< GO, s > Class Template Reference
Overlapping parallel BiCGStab solver preconditioned with AMG smoothed by ILU0. More...
#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
Inheritance diagram for Dune::PDELab::ISTLBackend_BCGS_AMG_ILU0< GO, s >:

Public Types | |
| typedef Dune::Amg::Parameters | Parameters |
| Parameters object to customize matrix hierachy building. | |
Public Member Functions | |
| ISTLBackend_BCGS_AMG_ILU0 (const GFS &gfs_, unsigned maxiter_=5000, int verbose_=1, bool reuse_=false, bool usesuperlu_=true) | |
| Constructor. | |
| void | setParameters (const Parameters ¶ms_) |
| set AMG parameters | |
| const Parameters & | parameters () const |
| Get the parameters describing the behaviuour of AMG. | |
| void | setReuse (bool reuse_) |
| Set whether the AMG should be reused again during call to apply(). | |
| bool | getReuse () const |
| Return whether the AMG is reused during call to apply() | |
| V::ElementType | norm (const V &v) const |
| compute global norm of a vector | |
| void | apply (M &A, V &z, V &r, typename Dune::template FieldTraits< typename V::ElementType >::real_type reduction) |
| solve the given linear system | |
| const ISTLAMGStatistics & | statistics () const |
| Get statistics of the AMG solver (no of levels, timings). | |
| const Dune::PDELab::LinearSolverResult< double > & | result () const |
| Return access to result data. | |
Protected Attributes | |
| Dune::PDELab::LinearSolverResult< double > | res |
Detailed Description
template<class GO, int s = 96>
class Dune::PDELab::ISTLBackend_BCGS_AMG_ILU0< GO, s >
class Dune::PDELab::ISTLBackend_BCGS_AMG_ILU0< GO, s >
Overlapping parallel BiCGStab solver preconditioned with AMG smoothed by ILU0.
- Template Parameters
-
GO The type of the grid operator (or the fakeGOTraits class for the old grid operator space). s The bits to use for the globale index.
Member Typedef Documentation
◆ Parameters
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inherited |
Parameters object to customize matrix hierachy building.
Constructor & Destructor Documentation
◆ ISTLBackend_BCGS_AMG_ILU0()
template<class GO , int s = 96>
|
inline |
Constructor.
Member Function Documentation
◆ apply()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
solve the given linear system
- Parameters
-
[in] A the given matrix [out] z the solution vector to be computed [in] r right hand side [in] reduction to be achieved
◆ getReuse()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
Return whether the AMG is reused during call to apply()
◆ norm()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
compute global norm of a vector
- Parameters
-
[in] v the given vector
◆ parameters()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
Get the parameters describing the behaviuour of AMG.
The returned object can be adjusted to ones needs and then can be reset using setParameters.
- Returns
- The object holding the parameters of AMG.
◆ result()
|
inlineinherited |
Return access to result data.
◆ setParameters()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
set AMG parameters
- Parameters
-
[in] params_ a parameter object of Type Dune::Amg::Parameters
◆ setReuse()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
Set whether the AMG should be reused again during call to apply().
◆ statistics()
template<class GO , int s, template< class, class, class, int > class Preconditioner, template< class > class Solver>
|
inlineinherited |
Get statistics of the AMG solver (no of levels, timings).
- Returns
- statistis of the AMG solver.
Member Data Documentation
◆ res
|
protectedinherited |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8