diff operator_def/assemble_op.m @ 830:e15a667ffde2 feature/operator_files

Add quadrature stencils and operator assembly. Add tests
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 10 Sep 2018 19:27:27 +0200
parents d1e5143d67ed
children
line wrap: on
line diff
--- a/operator_def/assemble_op.m	Mon Sep 10 19:25:41 2018 +0200
+++ b/operator_def/assemble_op.m	Mon Sep 10 19:27:27 2018 +0200
@@ -9,4 +9,4 @@
   
   D(1:height_b,1:width_b) = boundary_block;
   D(m-height_b+1:m,m-width_b+1:m) = rot90( sign*boundary_block ,2);
-end
\ No newline at end of file
+end