We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3325a2 commit a5fc5d6Copy full SHA for a5fc5d6
src/Interpolations.jl
@@ -94,6 +94,7 @@ struct Throw{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
94
struct Flat{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
95
"`Line(gt)` uses a constant slope for extrapolation"
96
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"
98
struct Free{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
99
"`Periodic(gt)` applies periodic boundary conditions"
100
struct Periodic{GT<:Union{GridType,Nothing}} <: BoundaryCondition gt::GT end
0 commit comments