DUNE PDELab (git)

Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal< GFS > Class Template Reference

Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More...

#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>

Public Member Functions

 ISTLBackend_OVLP_ExplicitDiagonal (const GFS &gfs_)
 make a linear solver object More...
 
template<class V >
V::ElementType norm (const V &v) const
 compute global norm of a vector More...
 
template<class M , class V , class W >
void apply (M &A, V &z, W &r, typename Dune::template FieldTraits< typename W::ElementType >::real_type reduction)
 solve the given linear system More...
 
const Dune::PDELab::LinearSolverResult< double > & result () const
 Return access to result data.
 

Detailed Description

template<class GFS>
class Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal< GFS >

Solver to be used for explicit time-steppers with (block-)diagonal mass matrix.

Template Parameters
GFSThe Type of the GridFunctionSpace.

Constructor & Destructor Documentation

◆ ISTLBackend_OVLP_ExplicitDiagonal()

template<class GFS >
Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal< GFS >::ISTLBackend_OVLP_ExplicitDiagonal ( const GFS &  gfs_)
inlineexplicit

make a linear solver object

Parameters
[in]gfs_a grid function space

Member Function Documentation

◆ apply()

template<class GFS >
template<class M , class V , class W >
void Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal< GFS >::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]Athe given matrix
[out]zthe solution vector to be computed
[in]rright hand side
[in]reductionto be achieved

◆ norm()

template<class GFS >
template<class V >
V::ElementType Dune::PDELab::ISTLBackend_OVLP_ExplicitDiagonal< GFS >::norm ( const V &  v) const
inline

compute global norm of a vector

Parameters
[in]vthe given vector

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)