#include <dune/pdelab/backend/istl/novlpistlsolverbackend.hh>
|
SolverCategory::Category | category () const override |
|
| NonoverlappingScalarProduct (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) const 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) const override |
| Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. More...
|
|
void | make_consistent (X &x) const |
| make additive vector consistent More...
|
|
◆ domain_type
template<class GFS , class X >
◆ field_type
template<class GFS , class X >
◆ NonoverlappingScalarProduct()
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.
◆ make_consistent()
template<class GFS , class X >
make additive vector consistent
◆ 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: