You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to solve the following PDE over $x\in \left[-10,\frac {13}{\sqrt{\beta}}\right]$ and $\theta\in \left[0,\pi\right]$ using the ultraspherical spectral method:
which generates the following error message: Implement Conversion from PiecewiseSpace{Tuple{Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}, Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}}, DomainSets.UnionDomain{Float64, Tuple{IntervalSets.ClosedInterval{Float64}, IntervalSets.ClosedInterval{Float64}}}, Float64} to Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}
I wonder if there are bugs in the code or there are some errors in the solve. Thanks.
The text was updated successfully, but these errors were encountered:
I'm trying to solve the following PDE over$x\in \left[-10,\frac {13}{\sqrt{\beta}}\right]$ and $\theta\in \left[0,\pi\right]$ using the ultraspherical spectral method:
with boundary condition
and the approximate asymptotic initial condition
Here$\Phi$ denotes the standard normal distribution function. Following the sample codes in this Notebook, my code for this problem is the following:
When I run the code, I got the following error:
AssertionError: length(order) == 2
@jishnub provides an updated version:
which generates the following error message:
Implement Conversion from PiecewiseSpace{Tuple{Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}, Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}}, DomainSets.UnionDomain{Float64, Tuple{IntervalSets.ClosedInterval{Float64}, IntervalSets.ClosedInterval{Float64}}}, Float64} to Chebyshev{IntervalSets.ClosedInterval{Float64}, Float64}
I wonder if there are bugs in the code or there are some errors in the solve. Thanks.
The text was updated successfully, but these errors were encountered: