#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.
◆ _ode_count()
static int _ode_count |
( |
int |
type | ) |
|
|
static |
◆ check_if_extracellular_in_use()
static void check_if_extracellular_in_use |
( |
| ) |
|
|
static |
◆ ext_con_coef()
void ext_con_coef |
( |
void |
| ) |
|
◆ extcell_2d_alloc()
void extcell_2d_alloc |
( |
Section * |
sec | ) |
|
◆ extcell_alloc()
static void extcell_alloc |
( |
Prop * |
p | ) |
|
|
static |
◆ extcell_init()
◆ extcell_node_create()
void extcell_node_create |
( |
Node * |
nd | ) |
|
◆ extnode_alloc_elements()
static void extnode_alloc_elements |
( |
Extnode * |
nde | ) |
|
|
static |
◆ extnode_free_elements()
void extnode_free_elements |
( |
Extnode * |
nde | ) |
|
◆ extracell_reg_()
void extracell_reg_ |
( |
void |
| ) |
|
◆ nlayer_extracellular()
void nlayer_extracellular |
( |
| ) |
|
◆ nrn_rhs_ext()
◆ nrn_setup_ext()
◆ nrn_update_2d()
◆ update_existing_extnode()
static void update_existing_extnode |
( |
int |
old_nlayer | ) |
|
|
static |
◆ update_extracellular_reg()
static void update_extracellular_reg |
( |
int |
old_nlayer | ) |
|
|
static |
◆ update_parmsize()
static void update_parmsize |
( |
| ) |
|
|
static |
◆ limits
Initial value:= {{"xraxial", {1e-9, 1e15}},
{"xg", {0., 1e15}},
{"xc", {0., 1e15}},
{nullptr, {0., 0.}}}
Definition at line 36 of file extcelln.cpp.
◆ mechanism
Initial value:= {"0",
"extracellular",
"xraxial[N]",
"xg[N]",
"xc[N]",
"e_extracellular",
nullptr,
"i_membrane",
"sav_g",
"sav_rhs",
nullptr,
"vext[N]",
nullptr}
Definition at line 21 of file extcelln.cpp.
◆ nparm
constexpr static auto nparm |
|
staticconstexpr |
◆ nrn_nlayer_extracellular
◆ nrn_use_daspk_
◆ param_default
std::vector<double> param_default |
|
static |
◆ units
Initial value:= {{"xraxial", "MOhm/cm"},
{"xg", "S/cm2"},
{"xc", "uF/cm2"},
{"e_extracellular", "mV"},
{"vext", "mV"},
{"i_membrane", "mA/cm2"},
{0, 0}}
Definition at line 41 of file extcelln.cpp.