A stochastic preconditioner based on applying a preconditioner to the fully assembled operator.
More...
#include <Stokhos_FullyAssembledPreconditioner.hpp>
|
virtual int | SetUseTranspose (bool UseTranspose) |
| Set to true if the transpose of the operator is requested. More...
|
|
virtual int | Apply (const Epetra_MultiVector &Input, Epetra_MultiVector &Result) const |
| Returns the result of a Epetra_Operator applied to a Epetra_MultiVector Input in Result as described above. More...
|
|
virtual int | ApplyInverse (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| Returns the result of the inverse of the operator applied to a Epetra_MultiVector Input in Result as described above. More...
|
|
virtual double | NormInf () const |
| Returns an approximate infinity norm of the operator matrix. More...
|
|
virtual const char * | Label () const |
| Returns a character string describing the operator. More...
|
|
virtual bool | UseTranspose () const |
| Returns the current UseTranspose setting. More...
|
|
virtual bool | HasNormInf () const |
| Returns true if the this object can provide an approximate Inf-norm, false otherwise. More...
|
|
virtual const Epetra_Comm & | Comm () const |
| Returns a reference to the Epetra_Comm communicator associated with this operator. More...
|
|
virtual const Epetra_Map & | OperatorDomainMap () const |
| Returns the Epetra_Map object associated with the domain of this matrix operator. More...
|
|
virtual const Epetra_Map & | OperatorRangeMap () const |
| Returns the Epetra_Map object associated with the range of this matrix operator. More...
|
|
A stochastic preconditioner based on applying a preconditioner to the fully assembled operator.
Definition at line 57 of file Stokhos_FullyAssembledPreconditioner.hpp.
◆ FullyAssembledPreconditioner() [1/2]
Stokhos::FullyAssembledPreconditioner::FullyAssembledPreconditioner |
( |
const Teuchos::RCP< Stokhos::AbstractPreconditionerFactory > & |
prec_factory, |
|
|
const Teuchos::RCP< Teuchos::ParameterList > & |
params = Teuchos::null |
|
) |
| |
◆ ~FullyAssembledPreconditioner()
Stokhos::FullyAssembledPreconditioner::~FullyAssembledPreconditioner |
( |
| ) |
|
|
virtual |
◆ FullyAssembledPreconditioner() [2/2]
Private to prohibit copying.
◆ setupPreconditioner()
void Stokhos::FullyAssembledPreconditioner::setupPreconditioner |
( |
const Teuchos::RCP< Stokhos::SGOperator > & |
sg_op, |
|
|
const Epetra_Vector & |
x |
|
) |
| |
|
virtual |
◆ SetUseTranspose()
int Stokhos::FullyAssembledPreconditioner::SetUseTranspose |
( |
bool |
UseTranspose | ) |
|
|
virtual |
◆ Apply()
int Stokhos::FullyAssembledPreconditioner::Apply |
( |
const Epetra_MultiVector & |
Input, |
|
|
Epetra_MultiVector & |
Result |
|
) |
| const |
|
virtual |
◆ ApplyInverse()
int Stokhos::FullyAssembledPreconditioner::ApplyInverse |
( |
const Epetra_MultiVector & |
X, |
|
|
Epetra_MultiVector & |
Y |
|
) |
| const |
|
virtual |
◆ NormInf()
double Stokhos::FullyAssembledPreconditioner::NormInf |
( |
| ) |
const |
|
virtual |
◆ Label()
const char * Stokhos::FullyAssembledPreconditioner::Label |
( |
| ) |
const |
|
virtual |
◆ UseTranspose()
bool Stokhos::FullyAssembledPreconditioner::UseTranspose |
( |
| ) |
const |
|
virtual |
◆ HasNormInf()
bool Stokhos::FullyAssembledPreconditioner::HasNormInf |
( |
| ) |
const |
|
virtual |
◆ Comm()
const Epetra_Comm & Stokhos::FullyAssembledPreconditioner::Comm |
( |
| ) |
const |
|
virtual |
◆ OperatorDomainMap()
const Epetra_Map & Stokhos::FullyAssembledPreconditioner::OperatorDomainMap |
( |
| ) |
const |
|
virtual |
◆ OperatorRangeMap()
const Epetra_Map & Stokhos::FullyAssembledPreconditioner::OperatorRangeMap |
( |
| ) |
const |
|
virtual |
◆ operator=()
Private to prohibit copying.
◆ label
std::string Stokhos::FullyAssembledPreconditioner::label |
|
protected |
◆ prec_factory
◆ prec
Teuchos::RCP<Epetra_Operator> Stokhos::FullyAssembledPreconditioner::prec |
|
protected |
The documentation for this class was generated from the following files: