|
dune-pdelab
2.4.1
|
#include <dune/pdelab/backend/istl/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 > | |
| 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 () |
|
inline |
|
inline |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
|
inline |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
|
inline |
|
inline |
1.8.11