Thyra Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions
Thyra_EpetraTypes.hpp File Reference
#include "Thyra_OperatorVectorTypes.hpp"
Include dependency graph for Thyra_EpetraTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Thyra
 

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)