Stratimikos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Related Symbols | List of all members
Thyra::MockNormInfReductionFunctional< Scalar > Class Template Reference

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

Inherits ReductionFunctional< Scalar >.

Related Symbols

(Note that these are not member symbols.)

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

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

◆ reduceImpl()

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.

◆ isCompatibleImpl()

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 Symbol Documentation

◆ createMockNormReductionFunctional()

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

Non-member constructor.

Definition at line 109 of file Thyra_Belos_StatusTest_UnitTests.cpp.

◆ createMockMaxNormInfEpsReductionFunctional()

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: