|
dune-istl
2.2.1
|
Scalar product for overlapping schwarz methods. More...
#include <dune/istl/schwarz.hh>
Public Types | |
| enum | { category =SolverCategory::overlapping } |
| define the category More... | |
| typedef X | domain_type |
| The type of the domain. More... | |
| typedef X::field_type | field_type |
| The type of the range. More... | |
| typedef C | communication_type |
| The type of the communication object. More... | |
Public Member Functions | |
| OverlappingSchwarzScalarProduct (const communication_type &com) | |
| Constructor needs to know the grid. More... | |
| 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. More... | |
| virtual double | norm (const X &x) |
| Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. More... | |
Scalar product for overlapping schwarz methods.
Consistent vectors in interior and border are assumed.
| typedef C Dune::OverlappingSchwarzScalarProduct< X, C >::communication_type |
The type of the communication object.
| typedef X Dune::OverlappingSchwarzScalarProduct< X, C >::domain_type |
The type of the domain.
| typedef X::field_type Dune::OverlappingSchwarzScalarProduct< X, C >::field_type |
The type of the range.
|
inline |
Constructor needs to know the grid.
| com | The communication object for syncing overlap and copy data points. (E.~g. OwnerOverlapCommunication ) |
|
inlinevirtual |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
Implements Dune::ScalarProduct< X >.
|
inlinevirtual |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.
Implements Dune::ScalarProduct< X >.
1.8.3.1