dune-pdelab  2.4-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 >
X::ElementType 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

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

Member Function Documentation

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.

Referenced by Dune::PDELab::OVLPScalarProductImplementation< DGGO::Traits::TrialGridFunctionSpace >::norm().

template<typename GFS>
template<typename X >
X::ElementType 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.

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

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