-
Notifications
You must be signed in to change notification settings - Fork 40
Anisotropy Anisotropy #1848
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
Draft
djinpatch
wants to merge
366
commits into
master
Choose a base branch
from
mirror_anisotropy
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Anisotropy Anisotropy #1848
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameterization=[
"desc.equilibrium.equilibrium.Equilibrium",
"desc.geometry.surface.FourierRZToroidalSurface",
"desc.geometry.surface.ZernikeRZToroidalSection",
],
inside _basis_vectors.py :
e_zeta
e_theta
e_theta_z
e_zeta_z
inside _core.py :
R_tz
Z_tz
omega_tz
R_z
Z_z
omega_z
R_zz
Z_zz
omega_zz
…n; matrix not symmetric right now
…IS SHOULD BE MOVED TO rg/diffmat
…ction in a similar manner as a grid; we can definitely remove the kwargs n_rho_max, n_theta_max, n_zeta_max as those can be inferred from the differentiation matrices now
…function via transforms, adding an option to choose the spectral ballooning solver, moving the mapping function/automorphism to quad_utils, updating tests, removing Chebyshev diffmatrices for now
…_stability compute function; The diffmatrices should now be pre-computed and hopefully jax won't track their gradients
… preconditioner for the incompressible axisymmetric case
…y now, eigenfunctions seem less noisy.
… inverting C_zeta; imposing incompressibility using a projection operator for the axisymmetric case as well. More compact code. Should hopefully work better!
…ing a separate function to plot the eigenfunction at different toroidal cross-sections
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Comapring differences between this draft branch for open magnetic mirrors and master