Mercurial > repos > public > sbplib
changeset 823:5c8b1a3bd0e6 feature/operator_files
rename boundart_stencil and and boundary_block to boundary_stencils
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 10 Sep 2018 17:28:15 +0200 |
parents | 4808c4bd844e |
children | ed8d34894589 |
files | operator_def/assemble_D1.m operator_def/d2_2 |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/operator_def/assemble_D1.m Mon Sep 10 17:16:22 2018 +0200 +++ b/operator_def/assemble_D1.m Mon Sep 10 17:28:15 2018 +0200 @@ -1,6 +1,6 @@ function [D1,e_l,e_r] = assemble_D1(stencil,h,m) stencil_variables = read_stencil(stencil); - D1 = assemble_op(stencil_variables.inner_stencil,stencil_variables.boundary_block,m)/h; + D1 = assemble_op(stencil_variables.inner_stencil,stencil_variables.boundary_stencils,m)/h; [e_l, e_r] = assemble_boundary_op(stencil_variables); end \ No newline at end of file