CoreNEURON
nrniv_decl.h File Reference
#include <vector>
#include <map>
#include "coreneuron/network/netcon.hpp"

Go to the source code of this file.

Namespaces

 coreneuron
 THIS FILE IS AUTO GENERATED DONT MODIFY IT.
 

Enumerations

enum  coreneuron::mech_type { coreneuron::voltage = -1, coreneuron::i_membrane_ = -2 }
 Mechanism type to be used from stdindex2ptr and nrn_dblpntr2nrncore (in Neuron) Values of the mechanism types should be negative numbers to avoid any conflict with mechanism types of Memb_list(>0) or time(0) passed from Neuron. More...
 
enum  coreneuron::Layout { coreneuron::SoA = 0, coreneuron::AoS = 1 }
 

Functions

void coreneuron::mk_mech (const char *datpath)
 Read meta data about the mechanisms and allocate corresponding mechanism management data structures. More...
 
void coreneuron::set_globals (const char *path, bool cli_global_seed, int cli_global_seed_value)
 
void coreneuron::mk_netcvode ()
 
void coreneuron::nrn_p_construct ()
 
double * coreneuron::stdindex2ptr (int mtype, int index, NrnThread &nt)
 
void coreneuron::delete_trajectory_requests (NrnThread &nt)
 
void coreneuron::nrn_cleanup ()
 
void coreneuron::nrn_cleanup_ion_map ()
 Cleanup global ion map created during mechanism registration. More...
 
void coreneuron::BBS_netpar_solve (double tstop)
 
void coreneuron::nrn_mkPatternStim (const char *fname, double tstop)
 
void coreneuron::nrn_set_extra_thread0_vdata ()
 
Point_process * coreneuron::nrn_artcell_instantiate (const char *mechname)
 
int coreneuron::nrnmpi_spike_compress (int nspike, bool gid_compress, int xchng_meth)
 
void coreneuron::nrn_outputevent (unsigned char, double)
 
void coreneuron::ncs2nrn_integrate (double tstop)
 
void coreneuron::handle_forward_skip (double forwardskip, int prcellgid)
 
int coreneuron::nrn_set_timeout (int timeout)
 
void coreneuron::nrn_fake_fire (int gid, double spiketime, int fake_out)
 
void coreneuron::netpar_tid_gid2ps (int tid, int gid, PreSyn **ps, InputPreSyn **psi)
 
double coreneuron::set_mindelay (double maxdelay)
 
int coreneuron::nrn_soa_padded_size (int cnt, int layout)
 calculate size after padding for specific memory layout More...
 

Variables

int coreneuron::interleave_permute_type
 
int coreneuron::cellorder_nwarp = 0