-
Notifications
You must be signed in to change notification settings - Fork 125
cvode no_cap uses direct backing store instead of Node* #3314
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
ddbee41
cvode scatter/gather use double* instead of data_handle
nrnhines 9f9e5fb
clang format
nrnhines d7778e2
Lvardt minimize size of CvMembList.ml Memb_list vector.
nrnhines 5c1537b
For lvardt, allow CvMembList.ml.size() > 1 and nodecount > 1
nrnhines 01b4149
fix lvardt segfault when a cvode instance is empty.
nrnhines d73896e
clang format
nrnhines f2c2f28
Default node order is cell contiguous (except for thread rootnodes).
nrnhines 18a4aea
Merge remote-tracking branch 'origin/hines/cvscatter-ptr' into hines/…
nrnhines c8988f1
update to ringtest that supports -method and -2nd_order_thresh
nrnhines 11ba674
incorporate reviewer suggestions
nrnhines ac1c6a9
Full coverage for this PR.
nrnhines 4f6cba4
Merge branch 'hines/cvlocal-bug' into hines/cell-contiguous
nrnhines 57a987e
Merge branch 'hines/cell-contiguous' into hines/cellcontig+scatter-ptr
nrnhines 8e1e0e5
Merge branch 'master' into hines/cvlocal-bug
nrnhines 7a505e0
Merge branch 'hines/cvlocal-bug' into hines/cell-contiguous
nrnhines d767760
Merge branch 'hines/cell-contiguous' into hines/cellcontig+scatter-ptr
nrnhines 53010db
For cvode matrix setup/solve use soa storage directly instead of Node**.
nrnhines f7a2872
fix bug in contiguity constraint
nrnhines 64548b9
cvode no_cap uses direct backing store instead of Node*
nrnhines 89baa0d
Node** v_node_, etc., removed from CvodeThreadData.
nrnhines 35c2687
clang format
nrnhines 2395595
Determine correct thread for Cvode with CvodeThreadData.
nrnhines bbedc36
Merge branch 'master' into hines/cellcontig-treemat2
nrnhines 96b78c6
Some extra coverage
nrnhines 2123efe
Merge branch 'master' into hines/cellcontig-treemat2
nrnhines 865a22c
Merge branch 'master' into hines/cellcontig-treemat2
nrnhines 72da2f5
Merge branch 'master' into hines/cellcontig+scatter-ptr
nrnhines b265176
Allow special tests with neurondemo. E.g. full coverage for #3454.
nrnhines 47a5c44
Merge branch 'master' into hines/cellcontig+scatter-ptr
nrnhines 1690fcb
better comment
nrnhines 510594b
Merge branch 'master' into hines/cellcontig-treemat2
nrnhines 22a2ee7
Merge branch 'hines/cellcontig+scatter-ptr' into hines/cellcontig-tre…
nrnhines 2e126df
The extra run was added with result checking in previous PR.
nrnhines 190c009
Merge branch 'master' into hines/cellcontig-treemat2
nrnhines 7caee3c
increase coverage by removing never used int NetCvode::cellindex()
nrnhines 12aa723
accept review comments
nrnhines 74141e7
another few pi to parent_i
nrnhines 051f346
Merge branch 'master' into hines/cellcontig-treemat2
nrnhines 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 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.