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
The current documentation provides the code for the tau polynomials as
# Tau polynomialstau_basis=xbasis.derivative_basis(2)
p1=dist.Field(bases=tau_basis)
p2=dist.Field(bases=tau_basis)
p1['c'][-1] =1p2['c'][-2] =2
There is no explanation of the choice of tau_basis or the manual setting of the elements of p1 and p2. This should be clarified. I can do the work and open a pull request with some pointers on the explanation.
The text was updated successfully, but these errors were encountered:
After reading the documentation on the tau method and checking out other examples, I have come up with the following modified implementation, which is closer to the discussion of the tau method.
The current documentation provides the code for the tau polynomials as
There is no explanation of the choice of
tau_basis
or the manual setting of the elements ofp1
andp2
. This should be clarified. I can do the work and open a pull request with some pointers on the explanation.The text was updated successfully, but these errors were encountered: