-
Notifications
You must be signed in to change notification settings - Fork 6
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
Grid virtual casing #217
Open
missing-user
wants to merge
31
commits into
PrincetonUniversity:master
Choose a base branch
from
missing-user:grid-virtual-casing2
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.
Open
Grid virtual casing #217
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
689370a
grid based virtual casing implemented
missing-user 8339136
documentation
missing-user 5d26ac4
accuracy estimates of virtual casing method
missing-user 5502bb3
switch between grid based VC or adaptive VC
missing-user 9ece12b
variable renaming, added to outputlist
missing-user e89bbcf
add to inputlist copy
missing-user 87b10c4
unused variables
missing-user ce379ca
variable naming and documentation
missing-user f3a3fa4
Revert broken WIP code
missing-user 20d9a04
rename to vcNt, vcNz
missing-user 745e4c4
Revert derivative comment deletion
missing-user 57a2d3f
typo prevented compilation
missing-user b2a3f0d
MPI parallel casinggrid
missing-user 1e8ec20
typo in loop counter
missing-user 544cdd0
logging only on rank0
missing-user 497f187
Merge branch 'PrincetonUniversity:master' into grid-virtual-casing2
missing-user 389b4b1
Exploit symmetries in VirtualCasing
missing-user dfff9a6
remove NaN check
missing-user f7adb3c
Fix casinggrid bug
missing-user e2c430b
documented, benchmarked, increased accuracy casinggrid
missing-user 3e13472
Merge branch 'grid-virtual-casing2' of https://github.com/missing-use…
missing-user 8c80363
correct stride regardless of Nt>Nz or Nt<Nz
missing-user 7491933
max relative error instead of mean
missing-user e3cb69e
add to tests
missing-user 461ebec
increased testcase resolution, improved logging
missing-user d8ecd62
missing zero initialization broke MPI, casinggrid can now skip parts …
missing-user 78ff6dc
wrong build.yml xspec path
missing-user df4b737
reduced required resolution for gridVC
missing-user 90cf04d
Merge branch 'grid-virtual-casing2' of https://github.com/missing-use…
missing-user 0b6ab77
captalize vcNt vcNz
missing-user 2cf26c2
update documentation
missing-user 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
Revert derivative comment deletion
- Loading branch information
commit 745e4c41cc9f94e04a1cae3b2d16ba8b35144ca3
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
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.
nit: indentation