-
Notifications
You must be signed in to change notification settings - Fork 28
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
Debugging singular integrals #1440
Open
unalmis
wants to merge
60
commits into
master
Choose a base branch
from
debug_integral
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.
+1,165
−926
Open
Changes from 56 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
d4515c9
Failing 3D shape for green's id
unalmis 8fb0d7c
Merge branch 'master' into debug_integral
unalmis bc313a0
Merge branch 'master' into debug_integral
dpanici cc9862a
Merge branch 'master' into debug_integral
unalmis b5344c7
Merge branch 'master' into debug_integral
unalmis 0c48769
Merge branch 'master' into debug_integral
unalmis cd229d9
Merge branch 'master' into debug_integral
dpanici b9fc895
Merge remote-tracking branch 'origin/debug_integral' into debug_integral
unalmis 0dabf85
Commit failing test
unalmis 3d45932
Merge branch 'master' into debug_integral
dpanici 7bfa014
Merge branch 'master' into debug_integral
dpanici f78034b
Update FFT interpolator with restriction to avoid frequency truncation
unalmis 9f3f62d
debugging DFTInterpolator
unalmis 2ea5eaf
Merge remote-tracking branch 'origin/debug_integral' into debug_integral
unalmis e51ef97
Debugging NFP periodicity
unalmis faf14aa
Resolves #1524
unalmis e43690e
Bunt axissymetic case to later
unalmis 8adff59
Allow different NFP only if there is no toroidal variation
unalmis 8256621
Lower bound s by 1 for singular integral resolution...
unalmis f831611
Fixing DFTInterpolator
unalmis 3d661ba
Cache vandermonde matrix
unalmis 2d40524
Merge branch 'master' into debug_integral
unalmis c1d7066
Avoid constructing large matrix
unalmis 371ec5d
Rename new public function for interpolator
unalmis 6ca4ae7
Genearlize polar grid extent to non-square grids
unalmis e9e6f72
Resolves #1531
unalmis 4513ee4
Fix comment in commit e9e6f72
unalmis 42f3a6d
Merge branch 'master' into debug_integral
unalmis ec42c11
Remove now unused kwargs in DoubleFourierSeries
unalmis dc16ba3
Fix typos in docstrings
unalmis b7b96b1
Loop over data instead of index in _non_singular_part as this is more…
unalmis 91b7aa1
Merge branch 'master' into debug_integral
unalmis 6b06648
Add second hyperparameter to free boundary objective
unalmis 67060ab
Merge branch 'master' into debug_integral
unalmis fc47523
Cache vander matrix in bounce integrals
unalmis 1629bdf
.
unalmis 51f5aaa
Update interpolator test
unalmis 178d45c
Make docstrings more verbose as requested by user
unalmis 3c70721
Reuse Vandermonde array to interpolate with JIT fusion
unalmis 6a3ffd4
Comment hanging code
unalmis 2bd67ce
Switch notebook to reverse mode
unalmis 7c3720c
Update master compute data
unalmis 2b3b287
Review request and document work to prove integration is symmetric fo…
unalmis b91bec1
Usually eval grid and source grid are same, so don't recompute stuff …
unalmis bd4143f
Add note to docstring for free boundary ob
unalmis 04600a3
Throw error on axisymmetric devices with NFP 1 and explain why
unalmis a275e8f
Free boundary speed (#1536)
unalmis a0c5f2e
Apply suggestions from code review
unalmis d2657ef
Merge branch 'master' into debug_integral
unalmis 6ef7c89
Merge branch 'master' into debug_integral
unalmis d0bb776
Merge branch 'master' into debug_integral
unalmis 7c3dd35
Move free boundary changes to new pr
unalmis 25624aa
Merge branch 'master' into debug_integral
unalmis 70a3aab
Merge branch 'master' into debug_integral
dpanici 4924f25
Review requests
unalmis 7f57c9e
Merge branch 'master' into debug_integral
unalmis 8e58244
PR requests and finish adding chunk_size to free boundary
unalmis 6b589c4
Merge branch 'master' into debug_integral
unalmis 04e91a7
Update free boundary docstring for chunking
unalmis 382e64c
Merge branch 'master' into debug_integral
unalmis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed some of the mode number constructors. They are the same as before. I changed this while debugging github issue 1522 and decided to keep the modifications because it uses the simpler conventions we use elsewhere in the code.