comparison +rv/+time/RungekuttaRvMultiGrid.m @ 1176:ebec2b86f539 feature/rv

Update comments for RungekuttaRvMultiStage/Grid
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 28 Jun 2019 13:50:04 +0200
parents b96b1245a77d
children
comparison
equal deleted inserted replaced
1174:b96b1245a77d 1176:ebec2b86f539
1 classdef RungekuttaRvMultiGrid < time.Timestepper 1 classdef RungekuttaRvMultiGrid < time.Timestepper
2 properties 2 properties
3 F % RHS of the ODE 3 F % RHS of the ODE
4 F_coarse % RHS of the unstabalized ODE 4 F_coarse % RHS of the untabilized coarse grid ODE
5 k % Time step 5 k % Time step
6 t % Time point 6 t % Time point
7 v % Solution vector 7 v % Solution vector
8 n % Time level 8 n % Time level
9 rkScheme % The particular RK scheme used for time integration 9 rkScheme % The particular RK scheme used for time integration