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 32a9a06 commit e9ec6a4Copy full SHA for e9ec6a4
src/pfasst/controller/mlsdc_impl.hpp
@@ -152,7 +152,7 @@ namespace pfasst
152
* @note This method is recursive with two exit points.
153
* The two exit points:
154
* 1. if @p level_iter points to the coarsest level
155
- * 2. if MLSDC::cycle_bottom() results in a converged state
+ * 2. if MLSDC::cycle_down() results in a converged state
156
*/
157
template<typename time>
158
typename MLSDC<time>::LevelIter MLSDC<time>::cycle_v(typename MLSDC<time>::LevelIter level_iter)
0 commit comments