![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
Macros | |
| #define | DT 0.1 |
| 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] |
| #define DT 0.1 |
This defines the global time step at which the simulation will run.
| void modelDefinition | ( | NNmodel & | model | ) |
This function defines the MBody1 model, and it is a good example of how networks should be defined.
| float gDNDN = 0.01 |
| float gLHIKC = 0.006 |
| float myDNDN_p[4] |
| float myKCDN_p[13] |
| float myLHIKC_p[4] |
| float myPNKC_p[3] |
| float myPNLHI_p[3] |
| float myPOI_ini[4] |
| float myPOI_p[4] |
| float postExpDNDN[2] |
| float postExpKCDN[2] |
| float postExpLHIKC[2] |
| float postExpPNKC[2] |
| float postExpPNLHI[2] |
| float postSynV[0] |
| float stdTM_ini[4] |
| float stdTM_p[7] |