#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
|
| OverlappingScalarProduct (const GFS &gfs_, const ISTL::ParallelHelper< GFS > &helper_) |
| Constructor needs to know the grid function space. More...
|
|
virtual field_type | dot (const X &x, const X &y) |
| Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition. More...
|
|
virtual double | norm (const X &x) |
| Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. More...
|
|
◆ domain_type
template<class GFS , class X >
◆ field_type
template<class GFS , class X >
◆ anonymous enum
template<class GFS , class X >
◆ OverlappingScalarProduct()
template<class GFS , class X >
Constructor needs to know the grid function space.
◆ dot()
template<class GFS , class X >
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
◆ norm()
template<class GFS , class X >
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
The documentation for this class was generated from the following file: