![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdlib.h>#include "neuron.h"#include "section.h"#include "nrniv_mf.h"Go to the source code of this file.
Macros | |
| #define | nt_t nrn_threads->_t |
Functions | |
| static double | clampval () |
| void | clamp_prepare () |
| void | print_clamp () |
| void | fclampv (void) |
| void | fclampi (void) |
| static void | free_clamp (void) |
| void | fclamp (void) |
| void | activclamp_rhs (void) |
| void | activclamp_lhs (void) |
Variables | |
| static double | loc |
| static Node * | pnd |
| static Section * | sec |
| static double | gtemp |
| static int | maxlevel = 0 |
| static double * | duration |
| static double * | vc |
| static double * | tswitch |
| static int | oldsw = 0 |
| #define nt_t nrn_threads->_t |