|
Panzer Version of the Day
|
#include <Panzer_MassMatrixModelEvaluator.hpp>

Public Member Functions | |
| void | setApplyMassInverse (const bool applyMassInverse) const |
| virtual void | applyMassMatrix (const Teuchos::RCP< Thyra::MultiVectorBase< Scalar > > input, const Teuchos::RCP< Thyra::MultiVectorBase< Scalar > > output) const =0 |
| virtual void | applyInverseMassMatrix (const Teuchos::RCP< Thyra::MultiVectorBase< Scalar > > input, const Teuchos::RCP< Thyra::MultiVectorBase< Scalar > > output) const =0 |
Protected Attributes | |
| bool | applyMassInverse_ |
| Apply mass matrix inverse within the evaluator. | |
Definition at line 40 of file Panzer_MassMatrixModelEvaluator.hpp.
|
inline |
Definition at line 45 of file Panzer_MassMatrixModelEvaluator.hpp.
|
pure virtual |
Implemented in panzer::ExplicitModelEvaluator< Scalar >.
|
pure virtual |
Implemented in panzer::ExplicitModelEvaluator< Scalar >.
|
mutableprotected |
Apply mass matrix inverse within the evaluator.
Definition at line 56 of file Panzer_MassMatrixModelEvaluator.hpp.