An implementation of a state object for block preconditioners. More...
#include <Teko_BlockPreconditionerFactory.hpp>

Public Member Functions | |
| virtual void | setBlockSourceVector (const Teko::BlockedMultiVector &srcVec) |
| Set the vector associated with this operator (think nonlinear system) | |
| virtual const Teko::BlockedMultiVector | getBlockedSourceVector () const |
| Set the vector associated with this operator (think nonlinear system) | |
An implementation of a state object for block preconditioners.
An implementation of the state object for block preconditioners. T
Definition at line 80 of file Teko_BlockPreconditionerFactory.hpp.
| virtual void Teko::BlockPreconditionerState::setBlockSourceVector | ( | const Teko::BlockedMultiVector & | srcVec | ) | [inline, virtual] |
Set the vector associated with this operator (think nonlinear system)
Definition at line 83 of file Teko_BlockPreconditionerFactory.hpp.
| virtual const Teko::BlockedMultiVector Teko::BlockPreconditionerState::getBlockedSourceVector | ( | ) | const [inline, virtual] |
Set the vector associated with this operator (think nonlinear system)
Definition at line 87 of file Teko_BlockPreconditionerFactory.hpp.
1.7.6.1