NEURON
neuron::extracellular Namespace Reference

Functions

std::size_t xraxial_index_ext (std::size_t ilayer)
 
std::size_t xg_index_ext (std::size_t ilayer)
 
std::size_t xc_index_ext (std::size_t ilayer)
 
std::size_t e_extracellular_index_ext ()
 
std::size_t sav_rhs_index_ext ()
 
std::size_t vext_pseudoindex ()
 

Variables

static constexpr auto xraxial_index = 0
 
static constexpr auto xg_index = 1
 
static constexpr auto xc_index = 2
 
static constexpr auto e_extracellular_index = 3
 
static constexpr auto i_membrane_index = 4
 
static constexpr auto sav_g_index = 5
 
static constexpr auto sav_rhs_index = 6
 

Function Documentation

◆ e_extracellular_index_ext()

std::size_t neuron::extracellular::e_extracellular_index_ext ( )
inline

Definition at line 142 of file membfunc.h.

◆ sav_rhs_index_ext()

std::size_t neuron::extracellular::sav_rhs_index_ext ( )
inline

Definition at line 146 of file membfunc.h.

◆ vext_pseudoindex()

std::size_t neuron::extracellular::vext_pseudoindex ( )
inline

Definition at line 150 of file membfunc.h.

◆ xc_index_ext()

std::size_t neuron::extracellular::xc_index_ext ( std::size_t  ilayer)
inline

Definition at line 139 of file membfunc.h.

◆ xg_index_ext()

std::size_t neuron::extracellular::xg_index_ext ( std::size_t  ilayer)
inline

Definition at line 136 of file membfunc.h.

◆ xraxial_index_ext()

std::size_t neuron::extracellular::xraxial_index_ext ( std::size_t  ilayer)
inline

Definition at line 133 of file membfunc.h.

Variable Documentation

◆ e_extracellular_index

constexpr auto neuron::extracellular::e_extracellular_index = 3
staticconstexpr

Definition at line 127 of file membfunc.h.

◆ i_membrane_index

constexpr auto neuron::extracellular::i_membrane_index = 4
staticconstexpr

Definition at line 128 of file membfunc.h.

◆ sav_g_index

constexpr auto neuron::extracellular::sav_g_index = 5
staticconstexpr

Definition at line 129 of file membfunc.h.

◆ sav_rhs_index

constexpr auto neuron::extracellular::sav_rhs_index = 6
staticconstexpr

Definition at line 130 of file membfunc.h.

◆ xc_index

constexpr auto neuron::extracellular::xc_index = 2
staticconstexpr

Definition at line 126 of file membfunc.h.

◆ xg_index

constexpr auto neuron::extracellular::xg_index = 1
staticconstexpr

Definition at line 125 of file membfunc.h.

◆ xraxial_index

constexpr auto neuron::extracellular::xraxial_index = 0
staticconstexpr

Definition at line 124 of file membfunc.h.