Skip to content

Commit 22dc55c

Browse files
committed
#704 added to spatial method aswell
1 parent 9bf4bc1 commit 22dc55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybamm/spatial_methods/spatial_method.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def internal_neumann_condition(
278278

279279
raise NotImplementedError
280280

281-
def boundary_value_or_flux(self, symbol, discretised_child):
281+
def boundary_value_or_flux(self, symbol, discretised_child, extrapolation="linear"):
282282
"""
283283
Returns the boundary value or flux using the approriate expression for the
284284
spatial method. To do this, we create a sparse vector 'bv_vector' that extracts

0 commit comments

Comments
 (0)