#include <FEApp_CubicSourceFunction.hpp>
Inheritance diagram for FEApp::CubicSourceFunction< ScalarT >:

Public Member Functions | |
| CubicSourceFunction (const ScalarT &factor, const Teuchos::RCP< Sacado::ScalarParameterLibrary > ¶mLib) | |
| Default constructor. | |
| virtual | ~CubicSourceFunction () |
| Destructor. | |
| virtual void | evaluate (const std::vector< ScalarT > &solution, std::vector< ScalarT > &value) const |
| Evaluate source function. | |
| void | setFactor (const ScalarT &val, bool mark_constant) |
| Set nonlinear factor. | |
| const ScalarT & | getFactor () const |
| Get nonlinear factor. | |
Protected Attributes | |
| ScalarT | alpha |
| Factor. | |
Private Member Functions | |
| CubicSourceFunction (const CubicSourceFunction &) | |
| Private to prohibit copying. | |
| CubicSourceFunction & | operator= (const CubicSourceFunction &) |
| Private to prohibit copying. | |
Definition at line 50 of file FEApp_CubicSourceFunction.hpp.
| FEApp::CubicSourceFunction< ScalarT >::CubicSourceFunction | ( | const ScalarT & | factor, | |
| const Teuchos::RCP< Sacado::ScalarParameterLibrary > & | paramLib | |||
| ) | [inline] |
| virtual FEApp::CubicSourceFunction< ScalarT >::~CubicSourceFunction | ( | ) | [inline, virtual] |
| FEApp::CubicSourceFunction< ScalarT >::CubicSourceFunction | ( | const CubicSourceFunction< ScalarT > & | ) | [private] |
Private to prohibit copying.
| virtual void FEApp::CubicSourceFunction< ScalarT >::evaluate | ( | const std::vector< ScalarT > & | solution, | |
| std::vector< ScalarT > & | value | |||
| ) | const [inline, virtual] |
Evaluate source function.
Implements FEApp::AbstractSourceFunction< ScalarT >.
Definition at line 76 of file FEApp_CubicSourceFunction.hpp.
| void FEApp::CubicSourceFunction< ScalarT >::setFactor | ( | const ScalarT & | val, | |
| bool | mark_constant | |||
| ) | [inline] |
| const ScalarT& FEApp::CubicSourceFunction< ScalarT >::getFactor | ( | ) | const [inline] |
| CubicSourceFunction& FEApp::CubicSourceFunction< ScalarT >::operator= | ( | const CubicSourceFunction< ScalarT > & | ) | [private] |
Private to prohibit copying.
ScalarT FEApp::CubicSourceFunction< ScalarT >::alpha [protected] |
1.4.7