#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
|
| 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.
|
|
template<typename X > |
Dune::template FieldTraits< typenameX::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.
|
|
const ISTL::ParallelHelper< GFS > & | parallelHelper () const |
|
ISTL::ParallelHelper< GFS > & | parallelHelper () |
|
◆ OVLPScalarProductImplementation()
◆ dot()
template<typename GFS >
template<typename X >
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 >
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
◆ parallelHelper() [1/2]
◆ parallelHelper() [2/2]
The documentation for this class was generated from the following file: