LinearOpWithSolveBase object as a set of LinearOpWithSolveBase and >LinearOpBase blocks.
More...
#include <Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp>
Inheritance diagram for Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >:
Public Member Functions | |
| virtual bool | acceptsBlockLOWSB (const int i, const int j) const =0 |
Determines if the block (i,j) can be filled with a LinearOpWithSolveBase object or not. | |
| virtual void | setNonconstBlockLOWS (const int i, const int j, const Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > &block)=0 |
Set a non-const block LinearOpWithSolveBase object. | |
| virtual void | setBlockLOWS (const int i, const int j, const Teuchos::RefCountPtr< const LinearOpWithSolveBase< Scalar > > &block)=0 |
Set a const block LinearOpWithSolveBase object. | |
LinearOpWithSolveBase object as a set of LinearOpWithSolveBase and >LinearOpBase blocks.
ToDo: Finish documentation.
Definition at line 46 of file Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp.
|
||||||||||||||||
|
Determines if the block
|
|
||||||||||||||||||||
|
Set a non-const block
|
|
||||||||||||||||||||
|
Set a const block
|
1.3.9.1