Dear all In TimeStepping methods
We have functions taking these arguments https://www.dealii.org/current/doxygen/deal.II/classTimeStepping_1_1ExplicitRungeKutta.html#ad43855dc35abf17e9c707444c0901790 https://www.dealii.org/current/doxygen/deal.II/classTimeStepping_1_1EmbeddedExplicitRungeKutta.html#a19cc9872a5ae40effe26089403d315de evolve_one_time_step (const std::function< VectorType(const double, const VectorType &)> & f, double t, double delta_t, VectorType & y ) ExplicitRungeKutta and EmbeddedExplicitRungeKutta are derived from RungeKutta but there is no virtual function with these arguments in RungeKutta. Is it possible to declare such a virtual function in the base class ? Seems useful to have this. Thanks praveen -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/F9BAA57E-B452-423B-A738-E6201D7508AD%40gmail.com.