#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) override |
| | 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) override |
| | Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. More...
|
| |
| SolverCategory::Category | category () const override |
| |
◆ domain_type
template<class GFS , class X >
◆ field_type
template<class GFS , class X >
◆ OverlappingScalarProduct()
template<class GFS , class X >
Constructor needs to know the grid function space.
◆ category()
template<class GFS , class X >
◆ 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: