![]() |
NEURON
|
Go to the source code of this file.
Classes | |
| struct | OcPtrVector_ |
| struct | ReactSet |
| struct | ReactGridData |
| struct | CurrentData |
| struct | SpeciesIndexList |
| struct | ICSReactions |
| struct | ReactionVariables |
| struct | TaskList |
| struct | TaskQueue |
Macros | |
| #define | v_get_val(x, i) ((x)->ve[(i)]) |
| #define | m_get_val(A, i, j) ((A)->me[(i)][(j)]) |
| #define | SPECIES_ABSENT -1 |
| #define | PREFETCH 4 |
Typedefs | |
| typedef void(* | fptr) (void) |
| typedef struct OcPtrVector_ | OcPtrVector |
| typedef struct SpeciesIndexList | SpeciesIndexList |
| typedef struct ICSReactions | ICSReactions |
| typedef struct TaskList | TaskList |
| typedef struct TaskQueue | TaskQueue |
Functions | |
| void | set_num_threads (const int) |
| void | _fadvance (void) |
| void | _fadvance_fixed_step_3D (void) |
| int | get_num_threads (void) |
| void | ecs_set_adi_tort (ECS_Grid_node *) |
| void | ecs_set_adi_vol (ECS_Grid_node *) |
| void | ecs_set_adi_homogeneous (ECS_Grid_node *) |
| void | dg_transfer_data (AdiLineData *const, double *const, int const, int const, int const) |
| void | ecs_run_threaded_dg_adi (const int, const int, ECS_Grid_node *, ECSAdiDirection *, const int) |
| ReactGridData * | create_threaded_reactions (const int) |
| void * | do_reactions (void *) |
| void | current_reaction (double *states) |
| void | run_threaded_deltas (ICS_Grid_node *g, ICSAdiDirection *ics_adi_dir) |
| void | run_threaded_ics_dg_adi (ICS_Grid_node *g, ICSAdiDirection *ics_adi_dir) |
| void | ics_dg_adi_x (ICS_Grid_node *g, int, int, int, double, double *, double *, double *, double *, double *, double *) |
| void | ics_dg_adi_y (ICS_Grid_node *g, int, int, int, double, double *, double *, double *, double *, double *, double *) |
| void | ics_dg_adi_z (ICS_Grid_node *g, int, int, int, double, double *, double *, double *, double *, double *, double *) |
| void | ics_dg_adi_x_inhom (ICS_Grid_node *g, int, int, int, double, double *, double *, double *, double *, double *, double *) |
| void | ics_dg_adi_y_inhom (ICS_Grid_node *g, int, int, int, double, double *, double *, double *, double *, double *, double *) |
| void | ics_dg_adi_z_inhom (ICS_Grid_node *g, int, int, int, double, double *, double *, double *, double *, double *, double *) |
| void | _rhs_variable_step (const double *, double *) |
| void | _ode_reinit (double *) |
| int | ode_count (const int) |
| void | scatter_concentrations (void) |
| int | find (const int, const int, const int, const int, const int) |
| void | _ics_hybrid_helper (ICS_Grid_node *) |
| void | _ics_variable_hybrid_helper (ICS_Grid_node *, const double *, double *const, const double *, double *const) |
| void | _ics_rhs_variable_step_helper (ICS_Grid_node *, double const *const, double *) |
| void | _rhs_variable_step_helper (Grid_node *, double const *const, double *) |
| void | ics_ode_solve (double, double *, const double *) |
| void | ics_ode_solve_helper (ICS_Grid_node *, double, double *) |
| void | _rhs_variable_step_helper_tort (Grid_node *, double const *const, double *) |
| void | _rhs_variable_step_helper_vol (Grid_node *, double const *const, double *) |
| void | set_num_threads_3D (int n) |
| void | _rhs_variable_step_ecs (const double *, double *) |
| void | clear_rates_ecs () |
| void | do_ics_reactions (double *, double *, double *, double *) |
| void | get_all_reaction_rates (double *, double *, double *) |
| void | _ecs_ode_reinit (double *) |
| void | do_currents (Grid_node *, double *, double, int) |
| void | TaskQueue_add_task (TaskQueue *, void *(*task)(void *args), void *, void *) |
| void * | TaskQueue_exe_tasks (void *) |
| void | start_threads (const int) |
| void | TaskQueue_sync (TaskQueue *) |
| void | ecs_atolscale (double *) |
| void | apply_node_flux3D (Grid_node *, double, double *) |
| typedef struct ICSReactions ICSReactions |
| typedef struct OcPtrVector_ OcPtrVector |
| typedef struct SpeciesIndexList SpeciesIndexList |
| void _ecs_ode_reinit | ( | double * | y | ) |
Definition at line 662 of file rxd_extracellular.cpp.
Definition at line 589 of file rxd_extracellular.cpp.
| void _ics_hybrid_helper | ( | ICS_Grid_node * | g | ) |
Definition at line 1627 of file rxd_intracellular.cpp.
| void _ics_rhs_variable_step_helper | ( | ICS_Grid_node * | g, |
| double const * const | states, | ||
| double * | ydot | ||
| ) |
Definition at line 921 of file rxd_intracellular.cpp.
| void _ics_variable_hybrid_helper | ( | ICS_Grid_node * | g, |
| const double * | cvode_states_3d, | ||
| double * const | ydot_3d, | ||
| const double * | cvode_states_1d, | ||
| double * const | ydot_1d | ||
| ) |
Definition at line 1681 of file rxd_intracellular.cpp.
| void _rhs_variable_step_ecs | ( | const double * | states, |
| double * | ydot | ||
| ) |
Definition at line 685 of file rxd_extracellular.cpp.
Definition at line 758 of file rxd_extracellular.cpp.
Definition at line 786 of file rxd_vol.cpp.
Definition at line 895 of file rxd_vol.cpp.
| void clear_rates_ecs | ( | ) |
Definition at line 57 of file rxd_extracellular.cpp.
| ReactGridData* create_threaded_reactions | ( | const int | n | ) |
Definition at line 225 of file rxd_extracellular.cpp.
| void current_reaction | ( | double * | states | ) |
| void dg_transfer_data | ( | AdiLineData * const | , |
| double * const | , | ||
| int const | , | ||
| int const | , | ||
| int const | |||
| ) |
| void do_ics_reactions | ( | double * | states, |
| double * | b, | ||
| double * | cvode_states, | ||
| double * | cvode_b | ||
| ) |
| void ecs_atolscale | ( | double * | y | ) |
Definition at line 648 of file rxd_extracellular.cpp.
| void ecs_run_threaded_dg_adi | ( | const int | i, |
| const int | j, | ||
| ECS_Grid_node * | g, | ||
| ECSAdiDirection * | ecs_adi_dir, | ||
| const int | n | ||
| ) |
Definition at line 1344 of file rxd_extracellular.cpp.
| void ecs_set_adi_homogeneous | ( | ECS_Grid_node * | g | ) |
Definition at line 1376 of file rxd_extracellular.cpp.
| void ecs_set_adi_tort | ( | ECS_Grid_node * | g | ) |
Definition at line 773 of file rxd_vol.cpp.
| void ecs_set_adi_vol | ( | ECS_Grid_node * | g | ) |
Definition at line 411 of file rxd_vol.cpp.
| int find | ( | const int | , |
| const int | , | ||
| const int | , | ||
| const int | , | ||
| const int | |||
| ) |
| void get_all_reaction_rates | ( | double * | states, |
| double * | rates, | ||
| double * | ydot | ||
| ) |
| void ics_dg_adi_x | ( | ICS_Grid_node * | g, |
| int | line_start, | ||
| int | line_stop, | ||
| int | node_start, | ||
| double | , | ||
| double * | states, | ||
| double * | RHS, | ||
| double * | scratchpad, | ||
| double * | u_diag, | ||
| double * | diag, | ||
| double * | l_diag | ||
| ) |
Definition at line 523 of file rxd_intracellular.cpp.
| void ics_dg_adi_x_inhom | ( | ICS_Grid_node * | g, |
| int | line_start, | ||
| int | line_stop, | ||
| int | node_start, | ||
| double | , | ||
| double * | states, | ||
| double * | RHS, | ||
| double * | scratchpad, | ||
| double * | u_diag, | ||
| double * | diag, | ||
| double * | l_diag | ||
| ) |
Definition at line 296 of file rxd_intracellular.cpp.
| void ics_dg_adi_y | ( | ICS_Grid_node * | g, |
| int | line_start, | ||
| int | line_stop, | ||
| int | node_start, | ||
| double | , | ||
| double * | states, | ||
| double * | RHS, | ||
| double * | scratchpad, | ||
| double * | u_diag, | ||
| double * | diag, | ||
| double * | l_diag | ||
| ) |
Definition at line 601 of file rxd_intracellular.cpp.
| void ics_dg_adi_y_inhom | ( | ICS_Grid_node * | g, |
| int | line_start, | ||
| int | line_stop, | ||
| int | node_start, | ||
| double | , | ||
| double * | states, | ||
| double * | RHS, | ||
| double * | scratchpad, | ||
| double * | u_diag, | ||
| double * | diag, | ||
| double * | l_diag | ||
| ) |
Definition at line 377 of file rxd_intracellular.cpp.
| void ics_dg_adi_z | ( | ICS_Grid_node * | g, |
| int | line_start, | ||
| int | line_stop, | ||
| int | node_start, | ||
| double | , | ||
| double * | states, | ||
| double * | RHS, | ||
| double * | scratchpad, | ||
| double * | u_diag, | ||
| double * | diag, | ||
| double * | l_diag | ||
| ) |
Definition at line 671 of file rxd_intracellular.cpp.
| void ics_dg_adi_z_inhom | ( | ICS_Grid_node * | g, |
| int | line_start, | ||
| int | line_stop, | ||
| int | node_start, | ||
| double | , | ||
| double * | states, | ||
| double * | RHS, | ||
| double * | scratchpad, | ||
| double * | u_diag, | ||
| double * | diag, | ||
| double * | l_diag | ||
| ) |
Definition at line 450 of file rxd_intracellular.cpp.
| void ics_ode_solve | ( | double | dt, |
| double * | RHS, | ||
| const double * | states | ||
| ) |
Definition at line 915 of file rxd_extracellular.cpp.
| void ics_ode_solve_helper | ( | ICS_Grid_node * | g, |
| double | dt, | ||
| double * | CVodeRHS | ||
| ) |
Definition at line 1470 of file rxd_intracellular.cpp.
| int ode_count | ( | const int | offset | ) |
Definition at line 637 of file rxd_extracellular.cpp.
| void run_threaded_deltas | ( | ICS_Grid_node * | g, |
| ICSAdiDirection * | ics_adi_dir | ||
| ) |
Definition at line 274 of file rxd_intracellular.cpp.
| void run_threaded_ics_dg_adi | ( | ICS_Grid_node * | g, |
| ICSAdiDirection * | ics_adi_dir | ||
| ) |
Definition at line 620 of file rxd_extracellular.cpp.
| void set_num_threads_3D | ( | int | n | ) |
Definition at line 45 of file rxd_extracellular.cpp.