comparison +time/SBPInTimeSecondOrderFormImplicit.m @ 464:d4b999585af1 feature/grids

Fix math in conversion to first order form system
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 22 Jun 2017 13:07:07 +0200
parents 45a3924140f4
children 94bd0f3293c8
comparison
equal deleted inserted replaced
463:45a3924140f4 464:d4b999585af1
36 I, O; 36 I, O;
37 O, A; 37 O, A;
38 ]; 38 ];
39 obj.BB = [ 39 obj.BB = [
40 O, I; 40 O, I;
41 -B, -C; 41 -C, -B;
42 ]; 42 ];
43 43
44 if ~isempty(f) 44 if ~isempty(f)
45 obj.ff = @(t)[ 45 obj.ff = @(t)[
46 sparse(m,1); 46 sparse(m,1);