Mercurial > repos > public > sbplib
comparison +scheme/Hypsyst3d.m @ 372:0fd6561964b0 feature/hypsyst
Removed typo
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Thu, 26 Jan 2017 13:57:03 +0100 |
parents | 9d1fc984f40d |
children | feebfca90080 459eeb99130f |
comparison
equal
deleted
inserted
replaced
371:f04f37d5298c | 372:0fd6561964b0 |
---|---|
23 | 23 |
24 methods | 24 methods |
25 % Solving Hyperbolic systems on the form u_t=-Au_x-Bu_y-Cu_z-Eu | 25 % Solving Hyperbolic systems on the form u_t=-Au_x-Bu_y-Cu_z-Eu |
26 function obj = Hypsyst3d(m, lim, order, A, B,C, E, params,operator) | 26 function obj = Hypsyst3d(m, lim, order, A, B,C, E, params,operator) |
27 default_arg('E', []) | 27 default_arg('E', []) |
28 default_arg('operatpr',[]) | |
29 xlim = lim{1}; | 28 xlim = lim{1}; |
30 ylim = lim{2}; | 29 ylim = lim{2}; |
31 zlim = lim{3}; | 30 zlim = lim{3}; |
32 | 31 |
33 if length(m) == 1 | 32 if length(m) == 1 |