File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
toolbox/+otp/+brusselator/+presets Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55 methods
66 function obj = Canonical(varargin )
7- % Create the Canonical Brusselator problem object.
7+ % Create the canonical Brusselator problem object.
88 %
99 % Parameters
1010 % ----------
Original file line number Diff line number Diff line change 44
55 methods
66 function obj = HairerNorsettWanner()
7- % Create the HairerNorsettWanner Brusselator problem object.
7+ % Create the Hairer–Norsett–Wanner Brusselator problem object.
88
99 y0 = [1.5 ; 3 ];
1010 tspan = [0 , 20 ];
Original file line number Diff line number Diff line change 44
55 methods
66 function obj = Spiral()
7- % Create the Spiral Brusselator problem object.
7+ % Create the spiral Brusselator problem object.
88
99 y0 = [1 ; 1 ];
1010 tspan = [0 , 30 ];
Original file line number Diff line number Diff line change 44
55 methods
66 function obj = SteadyState(varargin )
7- % Create the SteadyState Brusselator problem object.
7+ % Create the steady state Brusselator problem object.
88 %
99 % Parameters
1010 % ----------
You can’t perform that action at this time.
0 commit comments