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
Interpolation functions have not been implemented yet for the new discretizations introduced in #149. They will be needed eventually to support moment-kinetic simulations, or collisions between different species with different v-space grids.
The text was updated successfully, but these errors were encountered:
I think that this should be straightforward. We just need to 1) use your handwritten code to write the Lagrange interpolating functions for arbitrary input collocation points or 2) use the relationship between the Lagrange polynomials and the Legendre polynomials and use a library for the latter.
Another immediate solution to the interpolation problem that does not require further numerical method developments could be to re-grid the kinetic neutrals on to vpa, vperp, gyrophase coordinates. This is straightforward so long as the neutral equations have no acceleration terms. This might have the advantage of being faster too.
Interpolation functions have not been implemented yet for the new discretizations introduced in #149. They will be needed eventually to support moment-kinetic simulations, or collisions between different species with different v-space grids.
The text was updated successfully, but these errors were encountered: