-
Notifications
You must be signed in to change notification settings - Fork 67
Waveform Relaxation for Gap Junctions #1810
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
kanzl
wants to merge
41
commits into
arbor-sim:master
Choose a base branch
from
kanzl:gj-wfr
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
Changes from 11 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
53d18e0
Add WR for gap junction mechanism
kanzl 27877f8
Merge branch 'gj-wfr' of github.com:kanzl/arbor into gj-wfr
kanzl e1529cb
Modified remaining_steps reset
kanzl 9ed3fb1
Merge branch 'arbor-sim:master' into gj-wfr
kanzl a3a5035
Map CVs in peer_index to position in traces_v for previous voltage fe…
kanzl 4df45ad
Reset remaining_steps at the beginning of each WR iteration
kanzl 556dc77
Increased number of iterations in Waveform Relaxation for testing
kanzl 1db4211
Clean up traces
kanzl 993b915
Add break condition for WR
kanzl 6a01255
Merge branch 'arbor-sim:master' into gj-wfr
kanzl c5bd170
Merge branch 'gj-wfr' of github.com:kanzl/arbor into gj-wfr
kanzl 0607a09
Fix error calculation for WR break condition
kanzl 5c5c6d2
Fix break condition
kanzl c726e16
Merge
kanzl 5eb3aea
Sync
kanzl 9d3c9c7
Clean up
kanzl 34b8fc0
Merge branch 'arbor-sim:master' into gj-wfr
kanzl 21da1ff
Add state reset
kanzl 1fc5a22
Merge branch 'gj-wfr' of github.com:kanzl/arbor into gj-wfr
kanzl c30cf63
Fix peer voltage and break condition.
kanzl e9b7fd7
Clean up output.
kanzl d088c8b
Merge branch 'arbor-sim:master' into gj-wfr
kanzl e8f2499
domain decomposition gap junctions
kanzl e3cd28f
Merge branch 'arbor-sim:master' into gj-wfr
kanzl b0e7042
Setup infrastructure for gap junctions spanning different cell groups
kanzl 2d49ff2
Merge branch 'arbor-sim:master' into gj-wfr
kanzl 030c9f2
update output
kanzl 6b91874
Merge remote-tracking branch 'upstream/master' into gj-wfr
kanzl 889686b
Merge remote-tracking branch 'origin/gj-wfr' into gj-wfr
kanzl d9362f4
Updated maps for switching between local and global cv index
kanzl f1e799b
Fix differentiation between groups for peer index calc
kanzl 3169d0e
remove peer index reset
kanzl 2caadb6
Adapt trace structure to state_->voltage, fix example, gather traces
kanzl a2772c3
Global resolution map
kanzl 23fa12a
debugging
kanzl 18c4c34
Change node index for vec_v
kanzl 64813b7
Add cell group of peer to ppack
kanzl 52c23c7
fix peer_cg and trace
kanzl ad48fa0
backup
kanzl f3e1bab
Ignore redundant time steps and fix trace gather
kanzl b7dae2c
Index fix
kanzl 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
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
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.
SEGV Here