Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_SchurPreconditioner.hpp>
Public Member Functions | |
SchurPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m, const ordinal_type diag) | |
Constructor. More... | |
virtual | ~SchurPreconditioner () |
Destructor. More... | |
virtual ordinal_type | ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type prec_iters) 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 | fact (ordinal_type n) const |
ordinal_type | size (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 |
const ordinal_type | diag |
Definition at line 20 of file Stokhos_SchurPreconditioner.hpp.
Stokhos::SchurPreconditioner< ordinal_type, value_type >::SchurPreconditioner | ( | const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & | K, |
const ordinal_type | p, | ||
const ordinal_type | m, | ||
const ordinal_type | diag | ||
) |
Constructor.
Definition at line 16 of file Stokhos_SchurPreconditionerImp.hpp.
|
virtual |
Destructor.
Definition at line 28 of file Stokhos_SchurPreconditionerImp.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 72 of file Stokhos_SchurPreconditionerImp.hpp.
|
protected |
Definition at line 35 of file Stokhos_SchurPreconditionerImp.hpp.
|
protected |
Definition at line 47 of file Stokhos_SchurPreconditionerImp.hpp.
|
protected |
Definition at line 41 of file Stokhos_SchurPreconditioner.hpp.
|
protected |
Definition at line 42 of file Stokhos_SchurPreconditioner.hpp.
|
protected |
Definition at line 43 of file Stokhos_SchurPreconditioner.hpp.
|
protected |
Definition at line 44 of file Stokhos_SchurPreconditioner.hpp.