Skip to content

Commit 3b5202b

Browse files
Fix CUSP problem typos
1 parent f3abf74 commit 3b5202b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

toolbox/+otp/+cusp/+presets/Canonical.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
methods
1414
function obj = Canonical(varargin)
15-
% Create the Canonical CUSP problem object.
15+
% Create the canonical CUSP problem object.
1616
%
1717
% Parameters
1818
% ----------

toolbox/+otp/+cusp/CUSPProblem.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
% $$
1111
%
1212
%
13-
% where $v = u / (u + 0.1)$ and $u = (y - 0.7)(y - 1.3)$. The spatial domain $x ∈ [0, 1]$ has period boundary
13+
% where $v = u / (u + 0.1)$ and $u = (y - 0.7)(y - 1.3)$. The spatial domain $x ∈ [0, 1]$ has periodic boundary
1414
% conditions. Discretization with second order finite difference on a grid with $N$ cells gives
1515
%
1616
% $$
@@ -19,7 +19,7 @@
1919
% b'_i &= (1 - a_i^2) b_i - a_i - 0.4 y_i + 0.035 v_i + σ N^2 (b_{i-1} - 2 b_i + b_{i+1}),
2020
% $$
2121
%
22-
% where $i = 1, …, N$. Values at cell indices $i=0, N+1$ are specificied by the periodic boundary conditions.
22+
% where $i = 1, …, N$. Values at cell indices $i=0, N+1$ are specified by the periodic boundary conditions.
2323
%
2424
% Notes
2525
% -----

0 commit comments

Comments
 (0)