- Home
- About DUNE
- Download
- Documentation
- Community
- Development
Default implementation for the scalar case. More...
#include <dune/istl/scalarproducts.hh>
Public Types | |
enum | { category = SolverCategory::sequential } |
define the category More... | |
typedef X | domain_type |
export types | |
typedef X::field_type | field_type |
Public Member Functions | |
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. | |
virtual double | norm (const X &x) |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. |
Default implementation for the scalar case.
typedef X Dune::SeqScalarProduct< X >::domain_type |
export types
Reimplemented from Dune::ScalarProduct< X >.
typedef X::field_type Dune::SeqScalarProduct< X >::field_type |
Reimplemented from Dune::ScalarProduct< X >.
virtual field_type Dune::SeqScalarProduct< X >::dot | ( | const X & | x, | |
const X & | y | |||
) | [inline, virtual] |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
Implements Dune::ScalarProduct< X >.
virtual double Dune::SeqScalarProduct< X >::norm | ( | const X & | x | ) | [inline, virtual] |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
Implements Dune::ScalarProduct< X >.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].