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