![]() |
NEURON
|
#include <../../nrnconf.h>#include <stdio.h>#include <math.h>#include "section.h"#include "nrniv_mf.h"#include "hocassrt.h"#include "parse.hpp"Go to the source code of this file.
Macros | |
| #define | xraxial pd /* From Eion */ |
| #define | xg (pd + (nlayer)) |
| #define | xc (pd + 2*(nlayer)) |
| #define | e_extracellular pd[3*(nlayer)] |
| #define | i_membrane pd[1 + 3*(nlayer)] |
| #define | sav_g pd[2 + 3*(nlayer)] |
| #define | sav_rhs pd[3 + 3*(nlayer)] |
Functions | |
| void | nrn_delete_prop_pool (int type) |
| static void | extcell_alloc (Prop *) |
| static void | extcell_init (NrnThread *nt, Memb_list *ml, int type) |
| static int | _ode_count (int type) |
| void | extracell_reg_ (void) |
| void | nrn_update_2d (NrnThread *nt) |
| static int | nparm () |
| void | extnode_free_elements (Extnode *nde) |
| static void | check_if_extracellular_in_use () |
| static void | update_existing_extnode (int old_nlayer) |
| static void | update_extracellular_reg (int old_nlayer) |
| void | nlayer_extracellular () |
| static void | extnode_alloc_elements (Extnode *nde) |
| void | extcell_node_create (Node *nd) |
| void | nrn_extcell_update_param (void) |
| void | extcell_2d_alloc (Section *sec) |
| void | nrn_rhs_ext (NrnThread *_nt) |
| void | nrn_setup_ext (NrnThread *_nt) |
| void | ext_con_coef (void) |
| ForAllSections (sec) if(sec -> pnode[0]->extnode) | |
Variables | |
| int | cvode_active_ |
| int | nrn_use_daspk_ |
| int | nrn_nlayer_extracellular = EXTRACELLULAR |
| static const char * | mechanism [] |
| static HocParmLimits | limits [] |
| static HocParmUnits | units [] |
| #define e_extracellular pd[3*(nlayer)] |
Definition at line 84 of file extcelln.cpp.
| #define i_membrane pd[1 + 3*(nlayer)] |
Definition at line 86 of file extcelln.cpp.
| #define sav_g pd[2 + 3*(nlayer)] |
Definition at line 87 of file extcelln.cpp.
| #define sav_rhs pd[3 + 3*(nlayer)] |
Definition at line 88 of file extcelln.cpp.
| #define xc (pd + 2*(nlayer)) |
Definition at line 83 of file extcelln.cpp.
| #define xg (pd + (nlayer)) |
Definition at line 82 of file extcelln.cpp.
| #define xraxial pd /* From Eion */ |
Definition at line 81 of file extcelln.cpp.
Definition at line 56 of file extcelln.cpp.
|
static |
Definition at line 227 of file extcelln.cpp.
Definition at line 507 of file extcelln.cpp.
Definition at line 343 of file extcelln.cpp.
Definition at line 168 of file extcelln.cpp.
Definition at line 191 of file extcelln.cpp.
Definition at line 303 of file extcelln.cpp.
Definition at line 287 of file extcelln.cpp.
Definition at line 211 of file extcelln.cpp.
Definition at line 67 of file extcelln.cpp.
Definition at line 555 of file extcelln.cpp.
| void nlayer_extracellular | ( | ) |
Definition at line 271 of file extcelln.cpp.
|
static |
Definition at line 157 of file extcelln.cpp.
Definition at line 244 of file cxprop.cpp.
Definition at line 326 of file extcelln.cpp.
Definition at line 360 of file extcelln.cpp.
Definition at line 438 of file extcelln.cpp.
Definition at line 96 of file extcelln.cpp.
Definition at line 237 of file extcelln.cpp.
Definition at line 248 of file extcelln.cpp.
| int cvode_active_ |
Definition at line 158 of file fadvance.cpp.
|
static |
Definition at line 33 of file extcelln.cpp.
|
static |
Definition at line 23 of file extcelln.cpp.
| int nrn_nlayer_extracellular = EXTRACELLULAR |
Definition at line 18 of file extcelln.cpp.
| int nrn_use_daspk_ |
Definition at line 70 of file treeset.cpp.
|
static |
Definition at line 40 of file extcelln.cpp.