#include <Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp>
Inheritance diagram for Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar >:

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< Scalar > > &block)=0 |
| | |
| virtual void | setLOWSBlock (const int i, const int j, const Teuchos::RCP< const LinearOpWithSolveBase< Scalar > > &block)=0 |
| | |
ToDo: Finish Documentation.
Definition at line 47 of file Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp.
| virtual bool Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar >::acceptsLOWSBlock | ( | const int | i, | |
| const int | j | |||
| ) | const [pure virtual] |
Determines if the block (i,j) can be filled with a LOWDB object or not.
| i | [in] Zero-based index for the block row. | |
| j | [in] Zero-based index for the block column. |
i >= 0 && j >= 0 this->productRange().get()!=NULL] i < this->productRange()->numBlocks() this->productDomain().get()!=NULL] j < this->productDomain()->numBlocks() | virtual void Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar >::setNonconstLOWSBlock | ( | const int | i, | |
| const int | j, | |||
| const Teuchos::RCP< LinearOpWithSolveBase< Scalar > > & | block | |||
| ) | [pure virtual] |
| virtual void Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar >::setLOWSBlock | ( | const int | i, | |
| const int | j, | |||
| const Teuchos::RCP< const LinearOpWithSolveBase< Scalar > > & | block | |||
| ) | [pure virtual] |
1.4.7