dune-pdelab
2.0.0
|
#include <dune/pdelab/backend/ovlpistlsolverbackend.hh>
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 () |
|
inline |
|
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().
|
inline |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
|
inline |
Referenced by Dune::PDELab::ISTLBackend_OVLP_Base< GFS, CC, Dune::SeqSSOR, Dune::BiCGSTABSolver >::apply(), Dune::PDELab::ISTLBackend_OVLP_ILU0_Base< GFS, CC, Dune::BiCGSTABSolver >::apply(), Dune::PDELab::ISTLBackend_OVLP_ILUn_Base< GFS, CC, Dune::BiCGSTABSolver >::apply(), and Dune::PDELab::ISTLBackend_OVLP_GMRES_ILU0< GFS, CC >::apply().
|
inline |