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. More... | |
virtual | ~BlockPreconditioner () |
Destructor. More... | |
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. More... | |
Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type > | |
Operator () | |
Constructor. More... | |
virtual | ~Operator () |
Destructor. More... | |
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 20 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 17 of file Stokhos_BlockPreconditionerImp.hpp.
|
virtual |
Destructor.
Definition at line 27 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 54 of file Stokhos_BlockPreconditionerImp.hpp.
|
protected |
Definition at line 34 of file Stokhos_BlockPreconditionerImp.hpp.
|
protected |
Definition at line 45 of file Stokhos_BlockPreconditionerImp.hpp.
|
protected |
Definition at line 42 of file Stokhos_BlockPreconditioner.hpp.
|
protected |
Definition at line 43 of file Stokhos_BlockPreconditioner.hpp.
|
protected |
Definition at line 44 of file Stokhos_BlockPreconditioner.hpp.