dune-pdelab  2.5-dev
Public Member Functions | List of all members
Dune::PDELab::OVLPScalarProductImplementation< GFS > Class Template Reference

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

Inheritance diagram for Dune::PDELab::OVLPScalarProductImplementation< GFS >:
Inheritance graph

Public Member Functions

 OVLPScalarProductImplementation (const GFS &gfs_)
 
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. More...
 
template<typename X >
Dune::template FieldTraits< typename X::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. More...
 
const ISTL::ParallelHelper< GFS > & parallelHelper () const
 
ISTL::ParallelHelper< GFS > & parallelHelper ()
 

Constructor & Destructor Documentation

◆ OVLPScalarProductImplementation()

template<typename GFS>
Dune::PDELab::OVLPScalarProductImplementation< GFS >::OVLPScalarProductImplementation ( const GFS &  gfs_)
inline

Member Function Documentation

◆ dot()

template<typename GFS>
template<typename X >
X::ElementType Dune::PDELab::OVLPScalarProductImplementation< GFS >::dot ( const X &  x,
const X &  y 
) const
inline

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 >
Dune::template FieldTraits<typename X::ElementType >::real_type Dune::PDELab::OVLPScalarProductImplementation< GFS >::norm ( const X &  x) const
inline

Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.

◆ parallelHelper() [1/2]

template<typename GFS>
const ISTL::ParallelHelper<GFS>& Dune::PDELab::OVLPScalarProductImplementation< GFS >::parallelHelper ( ) const
inline

◆ parallelHelper() [2/2]

template<typename GFS>
ISTL::ParallelHelper<GFS>& Dune::PDELab::OVLPScalarProductImplementation< GFS >::parallelHelper ( )
inline

The documentation for this class was generated from the following file: