Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement evaluate_at for FCI #302

Open
dschwoerer opened this issue Apr 18, 2024 · 0 comments
Open

Implement evaluate_at for FCI #302

dschwoerer opened this issue Apr 18, 2024 · 0 comments

Comments

@dschwoerer
Copy link
Contributor

I do have a version, that, if I remember correctly right now takes the RZ coordinates and check on the two adjecent R-Z slices, which index that point has, and then interpolate.

I think it would be better to do it field aligned, interpolate to the needed phi, based on R and R_forward and R_backward from the closest slice. That could be done 2nd order. However, to interpolate the data we would need the forward and backward slices of the data, so this sounds like it would need to be done using boutpp, or we would need to reimplement the XZ interpolation routine to get the parallel fields, which we probably want to avoid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant