|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
Dune::PDELab::ISTLBackend_OVLP_CG_UMFPack< GFS, CC > Class Template Reference
Overlapping parallel CG solver with UMFPack preconditioner. More...
#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
Inheritance diagram for Dune::PDELab::ISTLBackend_OVLP_CG_UMFPack< GFS, CC >:

Public Member Functions | |
| ISTLBackend_OVLP_CG_UMFPack (const GFS &gfs_, const CC &cc_, unsigned maxiter_=5000, int verbose_=1) | |
| make a linear solver object | |
| void | apply (M &A, V &z, W &r, typename Dune::template FieldTraits< typename V::ElementType >::real_type reduction) |
| solve the given linear system | |
| template<typename X > | |
| X::ElementType | dot (const X &x, const X &y) const |
| Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition. | |
| template<typename X > | |
| Dune::template FieldTraits< typenameX::ElementType >::real_type | norm (const X &x) const |
| Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. | |
| const ISTL::ParallelHelper< GFS > & | parallelHelper () const |
| ISTL::ParallelHelper< GFS > & | parallelHelper () |
| const Dune::PDELab::LinearSolverResult< double > & | result () const |
| Return access to result data. | |
Protected Attributes | |
| Dune::PDELab::LinearSolverResult< double > | res |
Detailed Description
template<class GFS, class CC>
class Dune::PDELab::ISTLBackend_OVLP_CG_UMFPack< GFS, CC >
class Dune::PDELab::ISTLBackend_OVLP_CG_UMFPack< GFS, CC >
Overlapping parallel CG solver with UMFPack preconditioner.
- Template Parameters
-
GFS The Type of the GridFunctionSpace. CC The Type of the Constraints Container.
Constructor & Destructor Documentation
◆ ISTLBackend_OVLP_CG_UMFPack()
template<class GFS , class CC >
|
inline |
make a linear solver object
- Parameters
-
[in] gfs_ a grid function space [in] cc_ a constraints object [in] maxiter_ maximum number of iterations to do [in] verbose_ print messages if true
Member Function Documentation
◆ apply()
|
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
◆ dot()
template<typename GFS >
template<typename X >
|
inlineinherited |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
◆ norm()
template<typename GFS >
template<typename X >
|
inlineinherited |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
◆ parallelHelper() [1/2]
template<typename GFS >
|
inlineinherited |
◆ parallelHelper() [2/2]
template<typename GFS >
|
inlineinherited |
◆ result()
|
inlineinherited |
Return access to result data.
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