|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Stokhos_BlockPreconditioner.hpp>

Public Member Functions | |
| BlockPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m) | |
| Constructor. | |
| virtual | ~BlockPreconditioner () |
| Destructor. | |
| virtual ordinal_type | ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type m) const |
| Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result. | |
| Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type > | |
| Operator () | |
| Constructor. | |
| virtual | ~Operator () |
| Destructor. | |
Protected Member Functions | |
| ordinal_type | facto (ordinal_type n) const |
| ordinal_type | siz (ordinal_type n, ordinal_type m) const |
Protected Attributes | |
| const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & | K |
| const ordinal_type | p |
| const ordinal_type | m |
Definition at line 55 of file Stokhos_BlockPreconditioner.hpp.
| Stokhos::BlockPreconditioner< ordinal_type, value_type >::BlockPreconditioner | ( | const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & | K, |
| const ordinal_type | p, | ||
| const ordinal_type | m ) |
Constructor.
Definition at line 50 of file Stokhos_BlockPreconditionerImp.hpp.
|
virtual |
Destructor.
Definition at line 60 of file Stokhos_BlockPreconditionerImp.hpp.
|
virtual |
Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.
Implements Stokhos::Operator< ordinal_type, value_type >.
Definition at line 87 of file Stokhos_BlockPreconditionerImp.hpp.
|
protected |
Definition at line 67 of file Stokhos_BlockPreconditionerImp.hpp.
|
protected |
Definition at line 78 of file Stokhos_BlockPreconditionerImp.hpp.
|
protected |
Definition at line 77 of file Stokhos_BlockPreconditioner.hpp.
|
protected |
Definition at line 78 of file Stokhos_BlockPreconditioner.hpp.
|
protected |
Definition at line 79 of file Stokhos_BlockPreconditioner.hpp.