#include <dune/istl/overlappingschwarz.hh>
Public Member Functions |
| OverlappingAssignerHelper (std::size_t maxlength, const M &mat, const Y &b, X &x) |
| Constructor.
|
void | deallocate () |
| Deallocates memory of the local vector.
|
void | resetIndexForNextDomain () |
| Resets the local index to zero.
|
X & | lhs () |
| Get the local left hand side.
|
Y & | rhs () |
| Get the local right hand side.
|
void | relaxResult (field_type relax) |
| relax the result.
|
void | operator() (const size_type &domain) |
| calculate one entry of the local defect.
|
void | assignResult (block_type &res) |
| Assigns the block to the current local index. At the same time the local defect is calculated for the index and stored in the rhs. Afterwards the is incremented for the next block.
|
Member Typedef Documentation
template<class M , class X , class Y >
template<class M , class X , class Y >
template<class M , class X , class Y >
template<class M , class X , class Y >
Constructor & Destructor Documentation
template<class M , class X , class Y >
Constructor.
- Parameters
-
maxlength | The maximum entries over all subdomains. |
mat | The global matrix. |
b | the global right hand side. |
x | the global left hand side. |
The documentation for this class was generated from the following file: