Go to the documentation of this file.
98 if (
equation_empty_)
DBGMSG(
"Calling 'zero_time_step' of empty equation '%s'.\n",
typeid(*this).name());
99 else DBGMSG(
"Method 'zero_time_step' of '%s' is not implemented.\n",
typeid(*this).name());
106 if (
equation_empty_)
DBGMSG(
"Calling 'update_solution' of empty equation '%s'.\n",
typeid(*this).name());
107 else DBGMSG(
"Method 'update_solution' of '%s' is not implemented.\n",
typeid(*this).name());
116 else DBGMSG(
"Method 'initialize' of '%s' is not implemented.\n",
typeid(*this).name());
208 {
ASSERT(0,
"If using, needs to be implemented in ancestors!"); };
215 {
ASSERT(0,
"If using, needs to be implemented in ancestors!"); };
222 else DBGMSG(
"Method 'output_data' of '%s' is not implemented.\n",
typeid(*this).name());