|
Thyra Version of the Day
|
Base interface for linear operators with a solve that are composed out of individual LOB and LOWSB objects. More...
#include <Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp>

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 |
| | |
Base interface for linear operators with a solve that are composed out of individual LOB and LOWSB objects.
ToDo: Finish Documentation.
Definition at line 60 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. |
Preconditions:
i >= 0 && j >= 0 this->productRange().get()!=NULL] i < this->productRange()->numBlocks() this->productDomain().get()!=NULL] j < this->productDomain()->numBlocks() Implemented in Thyra::DefaultBlockedTriangularLinearOpWithSolve< Scalar >.
| virtual void Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar >::setNonconstLOWSBlock | ( | const int | i, |
| const int | j, | ||
| const Teuchos::RCP< LinearOpWithSolveBase< Scalar > > & | block | ||
| ) | [pure virtual] |
Implemented in Thyra::DefaultBlockedTriangularLinearOpWithSolve< Scalar >.
| virtual void Thyra::PhysicallyBlockedLinearOpWithSolveBase< Scalar >::setLOWSBlock | ( | const int | i, |
| const int | j, | ||
| const Teuchos::RCP< const LinearOpWithSolveBase< Scalar > > & | block | ||
| ) | [pure virtual] |
Implemented in Thyra::DefaultBlockedTriangularLinearOpWithSolve< Scalar >.
1.7.4