Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Related Functions | List of all members
Thyra::MockNormInfReductionFunctional< Scalar > Class Template Reference

Mock NormInf ReductionFunctional subclass used for unit testing. More...

Inherits ReductionFunctional< Scalar >.

Related Functions

(Note that these are not member functions.)

template<class Scalar >
RCP
< MockNormInfReductionFunctional
< Scalar > > 
createMockNormReductionFunctional ()
 Non-member constructor. More...
 
template<class Scalar >
RCP
< MockMaxNormInfEpsReductionFunctional
< Scalar > > 
createMockMaxNormInfEpsReductionFunctional ()
 Non-member constructor. More...
 

Overridded protected functions overridden from ReductionFunctional.

virtual ScalarTraits< Scalar >
::magnitudeType 
reduceImpl (const VectorBase< Scalar > &v) const
 
virtual bool isCompatibleImpl (const VectorBase< Scalar > &v) const
 

Detailed Description

template<class Scalar>
class Thyra::MockNormInfReductionFunctional< Scalar >

Mock NormInf ReductionFunctional subclass used for unit testing.

Definition at line 83 of file Thyra_Belos_StatusTest_UnitTests.cpp.

Member Function Documentation

template<class Scalar >
virtual ScalarTraits<Scalar>::magnitudeType Thyra::MockNormInfReductionFunctional< Scalar >::reduceImpl ( const VectorBase< Scalar > &  v) const
inlineprotectedvirtual

Definition at line 91 of file Thyra_Belos_StatusTest_UnitTests.cpp.

template<class Scalar >
virtual bool Thyra::MockNormInfReductionFunctional< Scalar >::isCompatibleImpl ( const VectorBase< Scalar > &  v) const
inlineprotectedvirtual

Definition at line 95 of file Thyra_Belos_StatusTest_UnitTests.cpp.

Friends And Related Function Documentation

template<class Scalar >
RCP< MockNormInfReductionFunctional< Scalar > > createMockNormReductionFunctional ( )
related

Non-member constructor.

Definition at line 109 of file Thyra_Belos_StatusTest_UnitTests.cpp.

template<class Scalar >
RCP< MockMaxNormInfEpsReductionFunctional< Scalar > > createMockMaxNormInfEpsReductionFunctional ( )
related

Non-member constructor.

Definition at line 147 of file Thyra_Belos_StatusTest_UnitTests.cpp.


The documentation for this class was generated from the following file: