COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | List of all members
ThyraOperator Class Referenceabstract

Abstract class for all Trilinos matrix operators. More...

#include <ThyraOperator.hpp>

Inherited by TrilinosCrsMatrix, and TrilinosFEVbrMatrix.

Public Member Functions

virtual Teuchos::RCP< const Thyra::LinearOpBase< Real > > thyra_operator () const =0
 Const access to the matrix. More...
 
virtual Teuchos::RCP< Thyra::LinearOpBase< Real > > thyra_operator ()=0
 Writable access to the matrix. More...
 

Detailed Description

Abstract class for all Trilinos matrix operators.

Definition at line 20 of file ThyraOperator.hpp.

Member Function Documentation

virtual Teuchos::RCP<const Thyra::LinearOpBase<Real> > thyra_operator ( ) const
pure virtual

Const access to the matrix.

Implemented in TrilinosCrsMatrix, and TrilinosFEVbrMatrix.

virtual Teuchos::RCP<Thyra::LinearOpBase<Real> > thyra_operator ( )
pure virtual

Writable access to the matrix.

Implemented in TrilinosCrsMatrix, and TrilinosFEVbrMatrix.


The documentation for this class was generated from the following file:
Send comments to:
COOLFluiD Web Admin