comparison +multiblock/DiffOp.m @ 522:68178e013868 feature/grids

Add not-implemented-error for interface method in multiblock.DiffOp
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 01 Aug 2017 12:22:59 +0200
parents 225765e345c4
children 2ec8080027ab
comparison
equal deleted inserted replaced
464:d4b999585af1 522:68178e013868
175 end 175 end
176 end 176 end
177 end 177 end
178 178
179 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) 179 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary)
180 180 error('not implemented')
181 end 181 end
182 182
183 % Size returns the number of degrees of freedom 183 % Size returns the number of degrees of freedom
184 function N = size(obj) 184 function N = size(obj)
185 N = 0; 185 N = 0;