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 28e2324 commit 8d51457Copy full SHA for 8d51457
include/pfasst/encap/imex_sweeper.hpp
@@ -234,11 +234,11 @@ namespace pfasst
234
}
235
236
/**
237
- * Spreading initial value to all time nodes.
+ * Compute low-order provisional solution.
238
+ *
239
+ * This does not simply copy the initial value to all time nodes but carries out a few
240
+ * forward/backward IMEX Euler steps between the nodes.
241
*
- * This does not simply copy the initial value to all time nodes but carries out a
- * Crank-Nicolson step, i.e. a SDC sweep without the integral term.
- *
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
*/
0 commit comments