jagot / FEDVR.jl

Finite-Element, Discrete Variable Representation package for Julia
Other
2 stars 2 forks source link

BoundsError when evaluating the basis functions for bases consisting of a single finite element #5

Closed jagot closed 4 years ago

jagot commented 6 years ago

Most likely related to boundary conditions handling, as introduced here.

k = 10
r = range(0, stop=1, length=2)
basis = FEDVR.Basis(r, k)
rr = range(first(r), stop=last(r), length=2001)
χ = basis(rr) # <-- BoundsError