Collaboration diagram for Epetra to Thyra Operator/Vector Adapter Support Code:
|
Enumerations | |
| enum | Thyra::EAdjointEpetraOp { Thyra::EPETRA_OP_ADJOINT_SUPPORTED, Thyra::EPETRA_OP_ADJOINT_UNSUPPORTED } |
| Determine if adjoints are supported on Epetra_Opeator or not. More... | |
| enum | Thyra::EApplyEpetraOpAs { Thyra::EPETRA_OP_APPLY_APPLY, Thyra::EPETRA_OP_APPLY_APPLY_INVERSE } |
| Determine how the apply an Epetra_Operator as a linear operator. More... | |
Functions | |
| const std::string | Thyra::toString (const EAdjointEpetraOp adjointEpetraOp) |
| | |
| const std::string | Thyra::toString (const EApplyEpetraOpAs applyEpetraOpAs) |
| | |
Determine if adjoints are supported on Epetra_Opeator or not.
| EPETRA_OP_ADJOINT_SUPPORTED | Adjoint supported. |
| EPETRA_OP_ADJOINT_UNSUPPORTED | Adjoint not supported. |
Definition at line 60 of file Thyra_EpetraTypes.hpp.
Determine how the apply an Epetra_Operator as a linear operator.
| EPETRA_OP_APPLY_APPLY | Apply using Epetra_Operator::Apply(...). |
| EPETRA_OP_APPLY_APPLY_INVERSE | Apply using Epetra_Operator::ApplyInverse(...). |
Definition at line 89 of file Thyra_EpetraTypes.hpp.
| const std::string Thyra::toString | ( | const EAdjointEpetraOp | adjointEpetraOp | ) | [inline] |
| const std::string Thyra::toString | ( | const EApplyEpetraOpAs | applyEpetraOpAs | ) | [inline] |
1.4.7