Skip to content
Snippets Groups Projects
Commit d2df9e82 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/doc-reference-dirk-time-stepping' into 'master'

[doc] Fix reference for 3rd order scheme by Alexander

See merge request !3640
parents 30093f4b 940a2b9b
No related branches found
No related tags found
1 merge request!3640[doc] Fix reference for 3rd order scheme by Alexander
Pipeline #35974 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment