#include <Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp>
Inheritance diagram for Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >:
Public Member Functions | |
| virtual bool | acceptsLOWSBlock (const int i, const int j) const =0 |
Determines if the block (i,j) can be filled with a LOWDB object or not. | |
| virtual void | setNonconstLOWSBlock (const int i, const int j, const Teuchos::RCP< LinearOpWithSolveBase< RangeScalar, DomainScalar > > &block)=0 |
| | |
| virtual void | setLOWSBlock (const int i, const int j, const Teuchos::RCP< const LinearOpWithSolveBase< RangeScalar, DomainScalar > > &block)=0 |
| | |
ToDo: Finish Documentation.
|
||||||||||||||||
|
Determines if the block
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.3.9.1