39 |
void resetValues(); |
void resetValues(); |
40 |
|
|
41 |
/// notifies the matrix that changes are about to happen. |
/// notifies the matrix that changes are about to happen. |
42 |
inline void resumeFill() |
inline void resumeFill() {} |
|
{ |
|
|
//mat.resumeFill(); |
|
|
} |
|
43 |
|
|
44 |
/// notifies the matrix that a set of changes has occured. |
/// notifies the matrix that a set of changes has occured. |
45 |
void fillComplete(bool localOnly); |
inline void fillComplete(bool /*localOnly*/) {} |
46 |
|
|
47 |
void nullifyRowsAndCols(const Teuchos::ArrayView<const ST>& rowMask, |
void nullifyRowsAndCols(const Teuchos::ArrayView<const ST>& rowMask, |
48 |
const Teuchos::ArrayView<const ST>& colView, |
const Teuchos::ArrayView<const ST>& colView, |