comparison +time/SBPInTime.m @ 832:5573913a0949 feature/burgers1d

Merged with default, and updated +scheme/Burgers1D accordingly
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 11 Sep 2018 15:58:35 +0200
parents 38173ea263ed
children 8894e9c49e40
comparison
equal deleted inserted replaced
831:d0934d1143b7 832:5573913a0949
102 obj.t = obj.t + obj.k; 102 obj.t = obj.t + obj.k;
103 obj.n = obj.n + 1; 103 obj.n = obj.n + 1;
104 end 104 end
105 end 105 end
106 106
107
107 methods(Static) 108 methods(Static)
108 function N = smallestBlockSize(order,TYPE) 109 function N = smallestBlockSize(order,TYPE)
109 default_arg('TYPE','gauss') 110 default_arg('TYPE','gauss')
110 111
111 switch TYPE 112 switch TYPE