#include <FEApp_ConstantNodeBCStrategy.hpp>
Inheritance diagram for FEApp::ConstantNodeBCParameter< ScalarT >:

Public Member Functions | |
| ConstantNodeBCParameter (const Teuchos::RCP< ConstantNodeBCStrategy< ScalarT > > &s) | |
| Constructor. | |
| virtual | ~ConstantNodeBCParameter () |
| 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< ConstantNodeBCStrategy< ScalarT > > | bc |
| Pointer to source function. | |
Definition at line 125 of file FEApp_ConstantNodeBCStrategy.hpp.
| FEApp::ConstantNodeBCParameter< ScalarT >::ConstantNodeBCParameter | ( | const Teuchos::RCP< ConstantNodeBCStrategy< ScalarT > > & | s | ) | [inline] |
| virtual FEApp::ConstantNodeBCParameter< ScalarT >::~ConstantNodeBCParameter | ( | ) | [inline, virtual] |
| virtual void FEApp::ConstantNodeBCParameter< ScalarT >::setRealValue | ( | double | value | ) | [inline, virtual] |
Set real parameter value.
Implements Sacado::AbstractScalarParameterEntry.
Definition at line 139 of file FEApp_ConstantNodeBCStrategy.hpp.
| virtual void FEApp::ConstantNodeBCParameter< ScalarT >::setValueAsConstant | ( | const ScalarT & | value | ) | [inline, virtual] |
Set parameter this object represents to value.
Implements Sacado::ScalarParameterEntry< ScalarT >.
Definition at line 143 of file FEApp_ConstantNodeBCStrategy.hpp.
| virtual void FEApp::ConstantNodeBCParameter< ScalarT >::setValueAsIndependent | ( | const ScalarT & | value | ) | [inline, virtual] |
Set parameter this object represents to value.
Implements Sacado::ScalarParameterEntry< ScalarT >.
Definition at line 147 of file FEApp_ConstantNodeBCStrategy.hpp.
| virtual const ScalarT& FEApp::ConstantNodeBCParameter< ScalarT >::getValue | ( | ) | const [inline, virtual] |
Get parameter value this object represents.
Implements Sacado::ScalarParameterEntry< ScalarT >.
Definition at line 151 of file FEApp_ConstantNodeBCStrategy.hpp.
Teuchos::RCP< ConstantNodeBCStrategy<ScalarT> > FEApp::ConstantNodeBCParameter< ScalarT >::bc [protected] |
1.4.7