|
dune-istl
2.6-git
|
Define base class for scalar product and norm. More...
#include <cmath>#include <complex>#include <iostream>#include <iomanip>#include <string>#include <dune/common/exceptions.hh>#include "bvector.hh"#include "solvercategory.hh"Go to the source code of this file.
Classes | |
| class | Dune::ScalarProduct< X > |
| Base class for scalar product and norm computation. More... | |
| class | Dune::SeqScalarProduct< X > |
| Default implementation for the scalar case. More... | |
| class | Dune::NonoverlappingSchwarzScalarProduct< X, C > |
| Nonoverlapping Scalar Product with communication object. More... | |
| class | Dune::OverlappingSchwarzScalarProduct< X, C > |
| Scalar product for overlapping schwarz methods. More... | |
Namespaces | |
| Dune | |
Functions | |
| template<class X , class Comm > | |
| std::shared_ptr< ScalarProduct< X > > | Dune::createScalarProduct (const Comm &comm, SolverCategory::Category category) |
| Choose the approriate scalar product for a solver category. More... | |
Define base class for scalar product and norm.
These classes have to be implemented differently for different data partitioning strategies. Default implementations for the sequential case are provided.
1.8.13