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

Public Member Functions | |
| ConstantFunction (const ScalarT &value, const Teuchos::RCP< Sacado::ScalarParameterLibrary > ¶mLib) | |
| Default constructor. | |
| virtual | ~ConstantFunction () |
| Destructor. | |
| virtual void | evaluate (const std::vector< double > &quad_points, std::vector< ScalarT > &value) const |
| Evaluate function. | |
| void | setValue (const ScalarT &value, bool mark_constant) |
| Set value. | |
| const ScalarT & | getValue () const |
| Get value. | |
Protected Attributes | |
| ScalarT | val |
| Value. | |
Private Member Functions | |
| ConstantFunction (const ConstantFunction &) | |
| Private to prohibit copying. | |
| ConstantFunction & | operator= (const ConstantFunction &) |
| Private to prohibit copying. | |
Definition at line 50 of file FEApp_ConstantFunction.hpp.
| FEApp::ConstantFunction< ScalarT >::ConstantFunction | ( | const ScalarT & | value, | |
| const Teuchos::RCP< Sacado::ScalarParameterLibrary > & | paramLib | |||
| ) | [inline] |
| virtual FEApp::ConstantFunction< ScalarT >::~ConstantFunction | ( | ) | [inline, virtual] |
| FEApp::ConstantFunction< ScalarT >::ConstantFunction | ( | const ConstantFunction< ScalarT > & | ) | [private] |
Private to prohibit copying.
| virtual void FEApp::ConstantFunction< ScalarT >::evaluate | ( | const std::vector< double > & | quad_points, | |
| std::vector< ScalarT > & | value | |||
| ) | const [inline, virtual] |
Evaluate function.
Implements FEApp::AbstractFunction< ScalarT >.
Definition at line 76 of file FEApp_ConstantFunction.hpp.
| void FEApp::ConstantFunction< ScalarT >::setValue | ( | const ScalarT & | value, | |
| bool | mark_constant | |||
| ) | [inline] |
| const ScalarT& FEApp::ConstantFunction< ScalarT >::getValue | ( | ) | const [inline] |
| ConstantFunction& FEApp::ConstantFunction< ScalarT >::operator= | ( | const ConstantFunction< ScalarT > & | ) | [private] |
Private to prohibit copying.
ScalarT FEApp::ConstantFunction< ScalarT >::val [protected] |
1.4.7