GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
currentModel.cc File Reference

Macros

#define DT   0.5
 This defines the global time step at which the simulation will run. More...
 

Functions

void modelDefinition (NNmodel &model)
 This function defines the MBody1 model, and it is a good example of how networks should be defined. More...
 

Variables

float myPOI_p [4]
 
float myPOI_ini [4]
 
float stdTM_p [7]
 
float stdTM_ini [4]
 
float myPNKC_p [3]
 
float postExpPNKC [2]
 
float myPNLHI_p [3]
 
float postExpPNLHI [2]
 
float myLHIKC_p [4]
 
float gLHIKC = 0.006
 
float postExpLHIKC [2]
 
float myKCDN_p [13]
 
float postExpKCDN [2]
 
float myDNDN_p [4]
 
float gDNDN = 0.01
 
float postExpDNDN [2]
 
float postSynV [0]
 

Macro Definition Documentation

#define DT   0.5

This defines the global time step at which the simulation will run.

Function Documentation

void modelDefinition ( NNmodel model)

This function defines the MBody1 model, and it is a good example of how networks should be defined.

Variable Documentation

float gDNDN = 0.01
float gLHIKC = 0.006
float myDNDN_p[4]
Initial value:
= {
-92.0,
-30.0,
8.0,
50.0
}
float myKCDN_p[13]
Initial value:
= {
0.0,
-20.0,
5.0,
25.0,
100.0,
50000.0,
100000.0,
100.0,
0.06,
0.03,
33.33,
10.0,
0.00006
}
float myLHIKC_p[4]
Initial value:
= {
-92.0,
-40.0,
3.0,
50.0
}
float myPNKC_p[3]
Initial value:
= {
0.0,
-20.0,
1.0
}
float myPNLHI_p[3]
Initial value:
= {
0.0,
-20.0,
1.0
}
float myPOI_ini[4]
Initial value:
= {
-60.0,
0,
-10.0,
}
float myPOI_p[4]
Initial value:
= {
0.1,
2.5,
20.0,
-60.0
}
float postExpDNDN[2]
Initial value:
={
8.0,
-92.0
}
float postExpKCDN[2]
Initial value:
={
5.0,
0.0
}
float postExpLHIKC[2]
Initial value:
={
3.0,
-92.0
}
float postExpPNKC[2]
Initial value:
={
1.0,
0.0
}
float postExpPNLHI[2]
Initial value:
={
1.0,
0.0
}
float postSynV[0]
Initial value:
={
}
float stdTM_ini[4]
Initial value:
= {
-60.0,
0.0529324,
0.3176767,
0.5961207
}
float stdTM_p[7]
Initial value:
= {
7.15,
50.0,
1.43,
-95.0,
0.02672,
-63.563,
0.143
}