========================================================== Documentation of 'variable_stepsize_lie_group_integrator' ========================================================== `variable_stepsize_lie_group_integrator `_ is a MATLAB code for the comparison of the performance of constant and variable step size methods. The RKMK pair coming from Dormand–Prince method (DOPRI 5(4), also denoted as RKMK(5,4)) is compared to RKMK of order 5 (denoted by RKMK5). The methods are tested on the N-fold 3D pendulum example. The quality of the approximation is measured against a reference solution obtained with ODE45 from MATLAB with a strict tolerance. The code is part of the source code developed at the `Department of Mathematical Sciences at NTNU `_, for the papers `(Celledoni, Çokaj, Leone, Murari and Owren, (2021) International Journal of Computer Mathematics) `_ and `(Celledoni, Çokaj, Leone, Murari and Owren, (2021) arXiv) `_. Contents ======== .. toctree:: installation tredpend RKMK_var_step matlab :maxdepth: 2 Indices and tables ================== * :ref:`genindex` * :ref:`search`