Definition at line 27 of file scalar_constant.hpp.
#include <scalar_constant.hpp>
Public Types | |
using | scalar_t = ScalarType |
Public Member Functions | |
ScalarConstant (ScalarType v=0.) | |
virtual | ~ScalarConstant () |
template<typename ContextType , typename ScalarFieldType > | |
ScalarType | derivative (ContextType &c, const ScalarFieldType &f) const |
template<typename ContextType , typename ScalarFieldType > | |
void | derivative (ContextType &c, const ScalarFieldType &f, ScalarType &v) const |
ScalarType & | operator() () |
ScalarType | operator() () const |
ScalarType & | operator= (const ScalarType &v) |
template<typename ContextType > | |
ScalarType | value (ContextType &c) const |
template<typename ContextType > | |
void | value (ContextType &c, ScalarType &v) const |
Private Attributes | |
ScalarType | _v |
using MAST::Base::ScalarConstant< ScalarType >::scalar_t = ScalarType |
Definition at line 31 of file scalar_constant.hpp.
|
inline |
Definition at line 33 of file scalar_constant.hpp.
|
inlinevirtual |
Definition at line 37 of file scalar_constant.hpp.
|
inline |
Definition at line 63 of file scalar_constant.hpp.
|
inline |
Definition at line 69 of file scalar_constant.hpp.
|
inline |
Definition at line 44 of file scalar_constant.hpp.
|
inline |
Definition at line 48 of file scalar_constant.hpp.
|
inline |
Definition at line 39 of file scalar_constant.hpp.
|
inline |
Definition at line 53 of file scalar_constant.hpp.
|
inline |
Definition at line 58 of file scalar_constant.hpp.
|
private |
Definition at line 77 of file scalar_constant.hpp.