COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
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... | |
Abstract class for all Trilinos matrix operators.
Definition at line 20 of file ThyraVector.hpp.
|
pure virtual |
Const access to the matrix.
Implemented in TrilinosVector.
|
pure virtual |
Writable access to the matrix.
Implemented in TrilinosVector.
Send comments to: COOLFluiD Web Admin |