Helper class for adding up matrix entries on border. More...
#include <dumux/linear/parallelhelpers.hh>
Helper class for adding up matrix entries on border.
Public Member Functions | |
| ParallelMatrixHelper (const GridView &gridView, const DofMapper &mapper) | |
| template<class IsGhostFunc > | |
| void | extendMatrix (Matrix &A, const IsGhostFunc &isGhost) |
| communicates values for the sparsity pattern of the new matrix. More... | |
| void | sumEntries (Matrix &A) |
| Sums up the entries corresponding to border vertices. More... | |
|
inline |
|
inline |
communicates values for the sparsity pattern of the new matrix.
| A | Matrix to operate on. |
| isGhost | Function returning if is ghost. |
|
inline |
Sums up the entries corresponding to border vertices.
| A | Matrix to operate on. |