Skip to content

Commit a5fc5d6

Browse files
authored
add missing docstring for Free BC (#530)
1 parent e3325a2 commit a5fc5d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Interpolations.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ struct Throw{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
9494
struct Flat{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
9595
"`Line(gt)` uses a constant slope for extrapolation"
9696
struct Line{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
97+
"`Free(gt)` the free boundary condition makes sure the interpoland has a continuous third derivative at the second-to-outermost cell boundary"
9798
struct Free{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
9899
"`Periodic(gt)` applies periodic boundary conditions"
99100
struct Periodic{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end

0 commit comments

Comments
 (0)