Memosa-FVM
0.2
|
#include <FloatVarDict.h>
Public Member Functions | |
FloatVal (T constant_) | |
FloatVal (Field *field_) | |
Public Attributes | |
T | constant |
Field * | field |
FloatVal allows specification of any floating point input as either a single number or as a Field. When a Field is specified it must contain Array<T> for any storage site for which the input needs a value.
Definition at line 21 of file FloatVarDict.h.
Definition at line 23 of file FloatVarDict.h.
Definition at line 28 of file FloatVarDict.h.
T FloatVal< T >::constant |
Definition at line 33 of file FloatVarDict.h.
Referenced by FloatValEvaluator< Vector< T, 3 > >::FloatValEvaluator(), and TractionValEvaluator< T >::TractionValEvaluator().
Definition at line 34 of file FloatVarDict.h.
Referenced by FloatValEvaluator< T >::FloatValEvaluator(), FloatValEvaluator< Vector< T, 3 > >::FloatValEvaluator(), and TractionValEvaluator< T >::TractionValEvaluator().