Epetra_Operator from a Thyra::LinearOpBase object.
More...Functions | |
| Teuchos::RefCountPtr< Epetra_Operator > | Thyra::get_Epetra_Operator (LinearOpBase< double > &op) |
Get smart pointer to non-const Epetra_Operator object from reference to a non-const EpetraLinearOp accessed through its LinearOpBase interface. | |
| Teuchos::RefCountPtr< const Epetra_Operator > | Thyra::get_Epetra_Operator (const LinearOpBase< double > &op) |
Get smart pointer to const Epetra_Operator object from reference to a const EpetraLinearOp accessed through its LinearOpBase interface. | |
Epetra_Operator from a Thyra::LinearOpBase object.
|
|
Get smart pointer to non-
This function is designed to provide an easy way for non-C++ experts to get at the
If the dynamic cast fails then a This function is simple enough and developers can see what needs to be done to accomplish this type of access by looking at the source code by clicking on:
Definition at line 34 of file Thyra_get_Epetra_Operator.cpp. |
|
|
Get smart pointer to
This function is designed to provide an easy way for non-C++ experts to get at the
If the dynamic cast fails then a This function is simple enough and developers can see what needs to be done to accomplish this type of access by looking at the source code by clicking on: Definition at line 41 of file Thyra_get_Epetra_Operator.cpp. |
1.3.9.1