#include <FEApp_ConstantFunction.hpp>
Inheritance diagram for FEApp::ConstantFunctionParameter< ScalarT >:

Public Member Functions | |
| ConstantFunctionParameter (const Teuchos::RCP< ConstantFunction< ScalarT > > &s) | |
| Constructor. | |
| virtual | ~ConstantFunctionParameter () |
| Destructor. | |
| virtual void | setRealValue (double value) |
| Set real parameter value. | |
| virtual void | setValueAsConstant (const ScalarT &value) |
| Set parameter this object represents to value. | |
| virtual void | setValueAsIndependent (const ScalarT &value) |
| Set parameter this object represents to value. | |
| virtual const ScalarT & | getValue () const |
| Get parameter value this object represents. | |
Protected Attributes | |
| Teuchos::RCP< ConstantFunction< ScalarT > > | func |
| Pointer to source function. | |
Definition at line 112 of file FEApp_ConstantFunction.hpp.
| FEApp::ConstantFunctionParameter< ScalarT >::ConstantFunctionParameter | ( | const Teuchos::RCP< ConstantFunction< ScalarT > > & | s | ) | [inline] |
| virtual FEApp::ConstantFunctionParameter< ScalarT >::~ConstantFunctionParameter | ( | ) | [inline, virtual] |
| virtual void FEApp::ConstantFunctionParameter< ScalarT >::setRealValue | ( | double | value | ) | [inline, virtual] |
Set real parameter value.
Implements Sacado::AbstractScalarParameterEntry.
Definition at line 126 of file FEApp_ConstantFunction.hpp.
| virtual void FEApp::ConstantFunctionParameter< ScalarT >::setValueAsConstant | ( | const ScalarT & | value | ) | [inline, virtual] |
Set parameter this object represents to value.
Implements Sacado::ScalarParameterEntry< ScalarT >.
Definition at line 130 of file FEApp_ConstantFunction.hpp.
| virtual void FEApp::ConstantFunctionParameter< ScalarT >::setValueAsIndependent | ( | const ScalarT & | value | ) | [inline, virtual] |
Set parameter this object represents to value.
Implements Sacado::ScalarParameterEntry< ScalarT >.
Definition at line 134 of file FEApp_ConstantFunction.hpp.
| virtual const ScalarT& FEApp::ConstantFunctionParameter< ScalarT >::getValue | ( | ) | const [inline, virtual] |
Get parameter value this object represents.
Implements Sacado::ScalarParameterEntry< ScalarT >.
Definition at line 138 of file FEApp_ConstantFunction.hpp.
Teuchos::RCP< ConstantFunction<ScalarT> > FEApp::ConstantFunctionParameter< ScalarT >::func [protected] |
1.4.7