Mercurial > repos > public > sbplib
diff +rv/+time/RungekuttaExteriorRV.m @ 1020:5359a61cb4d9 feature/advectionRV
Add utility for constructing the operators used by a discretization emplying RV-stabilization
- Add constructDiffOps which creates the operatores used for a scheme with RV-stabilization
- Minor clean up in RungekuttaExteriorRV
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 14 Dec 2018 18:33:10 +0100 |
parents | 2d7c1333bd6c |
children | dce08a74e0ad |
line wrap: on
line diff
--- a/+rv/+time/RungekuttaExteriorRV.m Fri Dec 14 18:30:27 2018 +0100 +++ b/+rv/+time/RungekuttaExteriorRV.m Fri Dec 14 18:33:10 2018 +0100 @@ -70,7 +70,7 @@ end function obj = step(obj) - % Store current time level and update v_prev + % % Store current time level and update v_prev % numStoredStages = size(obj.v_prev,2); % if (numStoredStages < obj.upperBdfOrder) % obj.v_prev = [obj.v, obj.v_prev];