Add SorptivityProblem #317
Annotations
2 errors
Documentation:
src/problems.jl#L241
doctest failure in ~/work/Fronts.jl/Fronts.jl/src/problems.jl:241-249
```jldoctest; setup = :(using Fronts)
julia> D(θ) = θ^4
D (generic function with 1 method)
julia> prob = Fronts.CauchyProblem(D, b=2, S=1)
⎧ ∂θ/∂t = ∂(D(θ)*∂θ/∂r)/∂r, r>0,t>0
⎨ θ(0,t) = 2, t>0
⎩ S = 1
```
Subexpression:
prob = Fronts.CauchyProblem(D, b=2, S=1)
Evaluated output:
ERROR: UndefKeywordError: keyword argument `d_dob` not assigned
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
⎧ ∂θ/∂t = ∂(D(θ)*∂θ/∂r)/∂r, r>0,t>0
⎨ θ(0,t) = 2, t>0
⎩ S = 1
diff =
Warning: Diff output requires color.
⎧ ∂θ/∂t = ∂(D(θ)*∂θ/∂r)/∂r, r>0,t>0
⎨ θ(0,t) = 2, t>0
⎩ S = 1ERROR: UndefKeywordError: keyword argument `d_dob` not assigned
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation
Process completed with exit code 1.
|