Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar > Class Template Reference

Base interface for linear operators with a solve that are composed out of individual LOB and LOWSB objects.. More...

#include <Thyra_PhysicallyBlockedLinearOpWithSolveBase.hpp>

Inheritance diagram for Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >:

[legend]
List of all members.

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
 

Detailed Description

template<class RangeScalar, class DomainScalar = RangeScalar>
class Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >

Base interface for linear operators with a solve that are composed out of individual LOB and LOWSB objects..

ToDo: Finish Documentation.


Member Function Documentation

template<class RangeScalar, class DomainScalar = RangeScalar>
virtual bool Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >::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.

Parameters:
i [in] Zero-based index for the block row.
j [in] Zero-based index for the block column.
Preconditions:

template<class RangeScalar, class DomainScalar = RangeScalar>
virtual void Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >::setNonconstLOWSBlock const int  i,
const int  j,
const Teuchos::RCP< LinearOpWithSolveBase< RangeScalar, DomainScalar > > &  block
[pure virtual]
 

template<class RangeScalar, class DomainScalar = RangeScalar>
virtual void Thyra::PhysicallyBlockedLinearOpWithSolveBase< RangeScalar, DomainScalar >::setLOWSBlock const int  i,
const int  j,
const Teuchos::RCP< const LinearOpWithSolveBase< RangeScalar, DomainScalar > > &  block
[pure virtual]
 


The documentation for this class was generated from the following file:
Generated on Sun Nov 23 12:12:55 2008 for Extended Thyra ANA Operator/Solve Interfaces by  doxygen 1.3.9.1