dune-istl 2.8.0
|
Default implementation for the scalar case. More...
#include <dune/istl/scalarproducts.hh>
Public Types | |
typedef X | domain_type |
export types, they come from the derived class More... | |
typedef X::field_type | field_type |
typedef FieldTraits< field_type >::real_type | real_type |
Public Member Functions | |
virtual field_type | 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... | |
virtual 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... | |
virtual SolverCategory::Category | category () const |
Category of the scalar product (see SolverCategory::Category) More... | |
Default implementation for the scalar case.
|
inherited |
export types, they come from the derived class
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Category of the scalar product (see SolverCategory::Category)
Reimplemented in Dune::ParallelScalarProduct< X, C >.
|
inlinevirtualinherited |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
Reimplemented in Dune::ParallelScalarProduct< X, C >.
|
inlinevirtualinherited |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
Reimplemented in Dune::ParallelScalarProduct< X, C >.