comparison +scheme/LaplaceCurvilinear.m @ 1109:01d28cfafe7c feature/laplace_curvilinear_test

Remove unused borrowing parameter gamma in interfaceStandard
author Martin Almquist <malmquist@stanford.edu>
date Wed, 10 Apr 2019 11:28:23 -0700
parents 5ec23b9bf360
children 9ddd2e89d018
comparison
equal deleted inserted replaced
1108:5ec23b9bf360 1109:01d28cfafe7c
358 v = neighbour_scheme; 358 v = neighbour_scheme;
359 359
360 % Boundary operators, u 360 % Boundary operators, u
361 e_u = u.getBoundaryOperator('e', boundary); 361 e_u = u.getBoundaryOperator('e', boundary);
362 d_u = u.getBoundaryOperator('d', boundary); 362 d_u = u.getBoundaryOperator('d', boundary);
363 gamm_u = u.getBoundaryBorrowing(boundary);
364 s_b_u = u.getBoundaryScaling(boundary); 363 s_b_u = u.getBoundaryScaling(boundary);
365 [th_H_u, ~, th_R_u] = u.getBoundaryBorrowing(boundary); 364 [th_H_u, ~, th_R_u] = u.getBoundaryBorrowing(boundary);
366 m_u = u.getBoundaryNumber(boundary); 365 m_u = u.getBoundaryNumber(boundary);
367 366
368 % Coefficients, u 367 % Coefficients, u
371 b_b_u = e_u'*u.b*e_u; 370 b_b_u = e_u'*u.b*e_u;
372 371
373 % Boundary operators, v 372 % Boundary operators, v
374 e_v = v.getBoundaryOperator('e', neighbour_boundary); 373 e_v = v.getBoundaryOperator('e', neighbour_boundary);
375 d_v = v.getBoundaryOperator('d', neighbour_boundary); 374 d_v = v.getBoundaryOperator('d', neighbour_boundary);
376 gamm_v = v.getBoundaryBorrowing(neighbour_boundary);
377 s_b_v = v.getBoundaryScaling(neighbour_boundary); 375 s_b_v = v.getBoundaryScaling(neighbour_boundary);
378 [th_H_v, ~, th_R_v] = v.getBoundaryBorrowing(neighbour_boundary); 376 [th_H_v, ~, th_R_v] = v.getBoundaryBorrowing(neighbour_boundary);
379 m_v = v.getBoundaryNumber(neighbour_boundary); 377 m_v = v.getBoundaryNumber(neighbour_boundary);
380 378
381 % Coefficients, v 379 % Coefficients, v