18 #ifndef FIELD_FORMULA_HH_
19 #define FIELD_FORMULA_HH_
22 #define BOOST_MATH_DISABLE_FLOAT128
61 template <
int spacedim,
class Value>
70 <<
"Can not use integer valued field " << EI_Field::qval <<
" in the formula: \n");
75 <<
"Parsing in " << EI_BParserMsg::val <<
" in the formula: " << EI_Formula::qval <<
"\n");
82 <<
"ParserError: " << EI_FParserMsg::val <<
"\n in the FieldFormula[" << EI_Row::val
83 <<
"][" << EI_Row::val <<
"] == " << EI_Formula::qval <<
" \n");
95 bool set_time(
const TimeStep &time)
override;
102 void set_mesh(
const Mesh *mesh)
override;
Directing class of FieldValueCache.
Space< spacedim >::Point Point
Container for various descendants of FieldCommonBase.
Representation of one time step..
Helper struct stores data for initizalize descentants of FieldAlgorithmBase.
Holds common data shared between GenericAssemblz and Assembly<dim> classes.
Basic time management class.