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

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

#include <ThyraVector.hpp>

Inherited by TrilinosVector.

Public Member Functions

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

Detailed Description

Abstract class for all Trilinos matrix operators.

Definition at line 20 of file ThyraVector.hpp.

Member Function Documentation

virtual Teuchos::RCP<const Thyra::VectorBase<Real> > thyra_vector ( ) const
pure virtual

Const access to the matrix.

Implemented in TrilinosVector.

virtual Teuchos::RCP<Thyra::VectorBase<Real> > thyra_vector ( )
pure virtual

Writable access to the matrix.

Implemented in TrilinosVector.


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