Mercurial > repos > public > sbplib
comparison +time/SBPInTime.m @ 886:8894e9c49e40 feature/timesteppers
Merge with default for latest changes
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 15 Nov 2018 16:36:21 -0800 |
parents | b5e5b195da1e 38173ea263ed |
children | f5e14e5986b5 |
comparison
equal
deleted
inserted
replaced
816:b5e5b195da1e | 886:8894e9c49e40 |
---|---|
107 obj.t = obj.t + obj.k; | 107 obj.t = obj.t + obj.k; |
108 obj.n = obj.n + 1; | 108 obj.n = obj.n + 1; |
109 end | 109 end |
110 end | 110 end |
111 | 111 |
112 | |
112 methods(Static) | 113 methods(Static) |
113 function N = smallestBlockSize(order,TYPE) | 114 function N = smallestBlockSize(order,TYPE) |
114 default_arg('TYPE','gauss') | 115 default_arg('TYPE','gauss') |
115 | 116 |
116 switch TYPE | 117 switch TYPE |