comparison +sbp/+implementations/d1_gauss_4.m @ 408:ba73c9c8d1a6 feature/SBPInTimeGauss

Remove extra whitespace.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 13:48:11 +0100
parents 4d9d8064e58b
children 42c4f0b545d6
comparison
equal deleted inserted replaced
407:e1db62d14835 408:ba73c9c8d1a6
40 40
41 %%%% D1 on [-1,1] %%%%%%%% 41 %%%% D1 on [-1,1] %%%%%%%%
42 D1 = sparse(N,N); 42 D1 = sparse(N,N);
43 D1(1,1) = -3.3320002363522817; 43 D1(1,1) = -3.3320002363522817;
44 D1(1,2) = 4.8601544156851962; 44 D1(1,2) = 4.8601544156851962;
45 D1(1,3) = -2.1087823484951789; 45 D1(1,3) = -2.1087823484951789;
46 D1(1,4) = 0.5806281691622644; 46 D1(1,4) = 0.5806281691622644;
47 47
48 D1(2,1) = -0.7575576147992339; 48 D1(2,1) = -0.7575576147992339;
49 D1(2,2) = -0.3844143922232086; 49 D1(2,2) = -0.3844143922232086;
50 D1(2,3) = 1.4706702312807167; 50 D1(2,3) = 1.4706702312807167;
51 D1(2,4) = -0.3286982242582743; 51 D1(2,4) = -0.3286982242582743;
52 52
53 D1(3,1) = 0.3286982242582743; 53 D1(3,1) = 0.3286982242582743;
54 D1(3,2) = -1.4706702312807167; 54 D1(3,2) = -1.4706702312807167;
55 D1(3,3) = 0.3844143922232086; 55 D1(3,3) = 0.3844143922232086;
56 D1(3,4) = 0.7575576147992339; 56 D1(3,4) = 0.7575576147992339;
57 57
58 D1(4,1) = -0.5806281691622644; 58 D1(4,1) = -0.5806281691622644;
59 D1(4,2) = 2.1087823484951789; 59 D1(4,2) = 2.1087823484951789;
60 D1(4,3) = -4.8601544156851962; 60 D1(4,3) = -4.8601544156851962;
61 D1(4,4) = 3.3320002363522817; 61 D1(4,4) = 3.3320002363522817;