#include <Thyra_EpetraOperatorWrapper.hpp>
Inheritance diagram for Thyra::EpetraOperatorWrapper:
Public Member Functions | |
| EpetraOperatorWrapper (const ConstLinearOperator< double > &thyraOp) | |
| virtual | ~EpetraOperatorWrapper () |
| int | SetUseTranspose (bool UseTranspose) |
| int | Apply (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| int | ApplyInverse (const Epetra_MultiVector &X, Epetra_MultiVector &Y) const |
| double | NormInf () const |
| const char * | Label () const |
| bool | UseTranspose () const |
| bool | HasNormInf () const |
| const Epetra_Comm & | Comm () const |
| const Epetra_Map & | OperatorDomainMap () const |
| const Epetra_Map & | OperatorRangeMap () const |
| void | copyEpetraIntoThyra (const Epetra_MultiVector &x, Vector< double > thyraVec) const |
| void | copyThyraIntoEpetra (const ConstVector< double > &thyraVec, Epetra_MultiVector &v) const |
Definition at line 61 of file Thyra_EpetraOperatorWrapper.hpp.
|
|
Definition at line 46 of file Thyra_EpetraOperatorWrapper.cpp. |
|
|
Definition at line 68 of file Thyra_EpetraOperatorWrapper.hpp. |
|
|
Implements Epetra_Operator. Definition at line 71 of file Thyra_EpetraOperatorWrapper.hpp. |
|
||||||||||||
|
Implements Epetra_Operator. Definition at line 226 of file Thyra_EpetraOperatorWrapper.cpp. |
|
||||||||||||
|
Implements Epetra_Operator. Definition at line 274 of file Thyra_EpetraOperatorWrapper.cpp. |
|
|
Implements Epetra_Operator. Definition at line 57 of file Thyra_EpetraOperatorWrapper.cpp. |
|
|
Implements Epetra_Operator. Definition at line 83 of file Thyra_EpetraOperatorWrapper.hpp. |
|
|
Implements Epetra_Operator. Definition at line 86 of file Thyra_EpetraOperatorWrapper.hpp. |
|
|
Implements Epetra_Operator. Definition at line 89 of file Thyra_EpetraOperatorWrapper.hpp. |
|
|
Implements Epetra_Operator. Definition at line 92 of file Thyra_EpetraOperatorWrapper.hpp. |
|
|
Implements Epetra_Operator. Definition at line 95 of file Thyra_EpetraOperatorWrapper.hpp. |
|
|
Implements Epetra_Operator. Definition at line 98 of file Thyra_EpetraOperatorWrapper.hpp. |
|
||||||||||||
|
get a non-const pointer to the data in the thyra vector Definition at line 111 of file Thyra_EpetraOperatorWrapper.cpp. |
|
||||||||||||
|
get a const pointer to the data in the thyra vector Definition at line 167 of file Thyra_EpetraOperatorWrapper.cpp. |
1.3.9.1