We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14758f0 commit d9e0ac8Copy full SHA for d9e0ac8
include/pfasst/encap/imex_sweeper.hpp
@@ -233,6 +233,15 @@ namespace pfasst
233
}
234
235
236
+ /**
237
+ * Spreading initial value to all time nodes.
238
+ *
239
+ * This does not simply copy the initial value to all time nodes but carries out a
240
+ * Crank-Nicolson step, i.e. a SDC sweep without the integral term.
241
242
+ * @param[in] initial if `true` the explicit and implicit part of the right hand side of the
243
+ * ODE get evaluated with the initial value
244
+ */
245
virtual void predict(bool initial)
246
{
247
const auto nodes = this->get_nodes();
0 commit comments