Solver backend using SuperLU as a direct solver.
More...
#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>
Solver backend using SuperLU as a direct solver.
Dune::PDELab::ISTLBackend_SEQ_SuperLU::ISTLBackend_SEQ_SuperLU |
( |
int |
verbose_ = 1 | ) |
|
|
inlineexplicit |
make a linear solver object
- Parameters
-
[in] | verbose_ | print messages if true |
Dune::PDELab::ISTLBackend_SEQ_SuperLU::ISTLBackend_SEQ_SuperLU |
( |
int |
maxiter, |
|
|
int |
verbose_ |
|
) |
| |
|
inline |
make a linear solver object
- Parameters
-
[in] | maxiter | Maximum number of allowed steps (ignored) |
[in] | verbose_ | print messages if true |
template<class M , class V , class W >
void Dune::PDELab::ISTLBackend_SEQ_SuperLU::apply |
( |
M & |
A, |
|
|
V & |
z, |
|
|
W & |
r, |
|
|
typename Dune::template FieldTraits< typename W::ElementType >::real_type |
reduction |
|
) |
| |
|
inline |
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 |
References Dune::PDELab::Backend::native().
template<class V >
Dune::template FieldTraits<typename V::ElementType >::real_type Dune::PDELab::SequentialNorm::norm |
( |
const V & |
v | ) |
const |
|
inlineinherited |
Return access to result data.
The documentation for this class was generated from the following file: