Mercurial > repos > public > sbplib
diff operator_def/assemble_D1.m @ 826:b94bb6ffa38b feature/operator_files
rename d2_2 to D1_standard_2
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 10 Sep 2018 17:48:48 +0200 |
parents | ed8d34894589 |
children | f82da6644f42 |
line wrap: on
line diff
--- a/operator_def/assemble_D1.m Mon Sep 10 17:42:30 2018 +0200 +++ b/operator_def/assemble_D1.m Mon Sep 10 17:48:48 2018 +0200 @@ -1,6 +1,5 @@ function [D1,e_l,e_r] = assemble_D1(stencil,h,m) - stencil_variables = read_stencil(stencil); - + stencil_variables = read_stencil(stencil); D1 = assemble_op(stencil_variables.inner_stencil,stencil_variables.boundary_stencils,m)/h; [e_l, e_r] = assemble_boundary_op(stencil_variables.e,m); end \ No newline at end of file