Home
last modified time | relevance | path

Searched refs:endsimulate (Results 1 – 8 of 8) sorted by relevance

/dports/science/nest/nest-simulator-3.1/pynest/examples/
H A Dbrunel_delta_nest.py230 endsimulate = time.time() variable
261 sim_time = endsimulate - endbuild
H A Dbrunel_exp_multisynapse_nest.py258 endsimulate = time.time() variable
289 sim_time = endsimulate - endbuild
H A Dbrunel_alpha_nest.py275 endsimulate = time.time() variable
306 sim_time = endsimulate - endbuild
/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmoldyn.cpp107 endsimulate(sim,er); } in main()
H A Dsmoldynfuncs.h525 void endsimulate(simptr sim,int er);
H A Dsmolgraphics.c1393 endsimulate(sim,state); in TimerFunction()
1420 if(er) endsimulate(sim,er); in smolsimulategl()
H A Dsmolsim.cpp2546 void endsimulate(simptr sim,int er) { in endsimulate() function
/dports/science/smoldyn/smoldyn-2.67/source/python/
H A Dmodule.cpp114 endsimulate(pSim, er); in init_and_run()