Mercurial > repos > public > sbplib
changeset 1099:d4fe089b2c4a feature/timesteppers
Remove unused properties from rk.Explicit
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 23 Jan 2019 10:02:13 +0100 |
parents | 3b903011b1a9 |
children | 27aaf8646a80 |
files | +time/+rk/Explicit.m |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
diff -r 3b903011b1a9 -r d4fe089b2c4a +time/+rk/Explicit.m --- a/+time/+rk/Explicit.m Wed Jan 09 23:01:17 2019 +0100 +++ b/+time/+rk/Explicit.m Wed Jan 23 10:02:13 2019 +0100 @@ -5,10 +5,7 @@ t % Time point v % Solution vector n % Time level - scheme % The scheme used for the time stepping, e.g rk4, rk6 etc. bt - V % All stage approximations in most recent time step - K % All stage rates in most recent time step end