![]() |
NEURON
|
#include <phase1.hpp>
Public Member Functions | |
Phase1 (FileHandler &F) | |
Phase1 (int thread_id) | |
void | populate (NrnThread &nt, OMP_Mutex &mut) |
Private Attributes | |
std::vector< int > | output_gids |
std::vector< int > | netcon_srcgids |
std::vector< int > | netcon_negsrcgid_tid |
Definition at line 20 of file phase1.hpp.
coreneuron::Phase1::Phase1 | ( | FileHandler & | F | ) |
Number of PreSyn-s in NrnThread nt
Number of NetCon-s in NrnThread nt
Definition at line 25 of file phase1.cpp.
coreneuron::Phase1::Phase1 | ( | int | thread_id | ) |
Definition at line 38 of file phase1.cpp.
go through all presyns
Put gid into the gid2out hash table with correspondent output PreSyn Or to the negative PreSyn map
Definition at line 54 of file phase1.cpp.
|
private |
Definition at line 29 of file phase1.hpp.
|
private |
Definition at line 28 of file phase1.hpp.
|
private |
Definition at line 27 of file phase1.hpp.