Skip to content

Commit 8340f40

Browse files
committed
#704 updated docs
1 parent 6511376 commit 8340f40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pybamm/expression_tree/unary_operators.py

+4
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,8 @@ def surf(symbol, set_domain=False, extrapolation="quadratic"):
865865
866866
symbol : :class:`pybamm.Symbol`
867867
the surface value of this symbol will be returned
868+
extrapolation : str
869+
The type of extrapolation method to use ("linear" or "quadratic")
868870
869871
Returns
870872
-------
@@ -1030,6 +1032,8 @@ def boundary_value(symbol, side, extrapolation="quadratic"):
10301032
The symbol whose boundary value to take
10311033
side : str
10321034
Which side to take the boundary value on ("left" or "right")
1035+
extrapolation : str
1036+
The type of extrapolation method to use ("linear" or "quadratic")
10331037
10341038
Returns
10351039
-------

0 commit comments

Comments
 (0)