From 940a2b9bbad32c0e9e4d1ee06698342ae240ca75 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Sat, 23 Sep 2023 18:45:15 +0000
Subject: [PATCH] [doc] Fix reference for 3rd order scheme from Alexander

---
 dumux/experimental/timestepping/multistagemethods.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/experimental/timestepping/multistagemethods.hh b/dumux/experimental/timestepping/multistagemethods.hh
index 3d000912a6..0a5fe7dc39 100644
--- a/dumux/experimental/timestepping/multistagemethods.hh
+++ b/dumux/experimental/timestepping/multistagemethods.hh
@@ -206,7 +206,7 @@ private:
 
 /*!
  * \brief Third order DIRK scheme
- * \note see Alexander (2003) https://doi.org/10.1016/S0168-9274(03)00012-6
+ * \note see Alexander (1977) https://doi.org/10.1137/0714068 (Theorem 5)
  */
 template<class Scalar>
 class DIRKThirdOrderAlexander final : public MultiStageMethod<Scalar>
-- 
GitLab