NEURON
ICSReactions Struct Reference

#include <rxd.h>

Public Attributes

ReactionRatereaction
 
int num_species
 
int num_regions
 
int num_params
 
int num_segments
 
int *** state_idx
 
int icsN
 
int num_ecs_species
 
int num_ecs_params
 
double *** ecs_state
 
int * ecs_offset_index
 
ECS_Grid_node ** ecs_grid
 
int ** ecs_index
 
int ecsN
 
int num_mult
 
double ** mc_multiplier
 
int * mc_flux_idx
 
double ** vptrs
 
double ** states_for_reaction
 
double ** states_for_reaction_dx
 
double ** params_for_reaction
 
double ** result_array
 
double ** result_array_dx
 
double * mc_mult
 
double ** flux
 
double * ecs_states_for_reaction
 
double * ecs_states_for_reaction_dx
 
double * ecs_params_for_reaction
 
double * ecs_result
 
double * ecs_result_dx
 
int * ecsindex
 
struct ICSReactionsnext
 

Detailed Description

Definition at line 41 of file rxd.h.

Member Data Documentation

◆ ecs_grid

ECS_Grid_node** ICSReactions::ecs_grid

Definition at line 57 of file rxd.h.

◆ ecs_index

int** ICSReactions::ecs_index

Definition at line 58 of file rxd.h.

◆ ecs_offset_index

int* ICSReactions::ecs_offset_index

Definition at line 56 of file rxd.h.

◆ ecs_params_for_reaction

double* ICSReactions::ecs_params_for_reaction

Definition at line 75 of file rxd.h.

◆ ecs_result

double* ICSReactions::ecs_result

Definition at line 76 of file rxd.h.

◆ ecs_result_dx

double* ICSReactions::ecs_result_dx

Definition at line 77 of file rxd.h.

◆ ecs_state

double*** ICSReactions::ecs_state

Definition at line 55 of file rxd.h.

◆ ecs_states_for_reaction

double* ICSReactions::ecs_states_for_reaction

Definition at line 73 of file rxd.h.

◆ ecs_states_for_reaction_dx

double* ICSReactions::ecs_states_for_reaction_dx

Definition at line 74 of file rxd.h.

◆ ecsindex

int* ICSReactions::ecsindex

Definition at line 78 of file rxd.h.

◆ ecsN

int ICSReactions::ecsN

Definition at line 59 of file rxd.h.

◆ flux

double** ICSReactions::flux

Definition at line 71 of file rxd.h.

◆ icsN

int ICSReactions::icsN

Definition at line 48 of file rxd.h.

◆ mc_flux_idx

int* ICSReactions::mc_flux_idx

Definition at line 63 of file rxd.h.

◆ mc_mult

double* ICSReactions::mc_mult

Definition at line 70 of file rxd.h.

◆ mc_multiplier

double** ICSReactions::mc_multiplier

Definition at line 62 of file rxd.h.

◆ next

struct ICSReactions* ICSReactions::next

Definition at line 79 of file rxd.h.

◆ num_ecs_params

int ICSReactions::num_ecs_params

Definition at line 54 of file rxd.h.

◆ num_ecs_species

int ICSReactions::num_ecs_species

Definition at line 53 of file rxd.h.

◆ num_mult

int ICSReactions::num_mult

Definition at line 61 of file rxd.h.

◆ num_params

int ICSReactions::num_params

Definition at line 45 of file rxd.h.

◆ num_regions

int ICSReactions::num_regions

Definition at line 44 of file rxd.h.

◆ num_segments

int ICSReactions::num_segments

Definition at line 46 of file rxd.h.

◆ num_species

int ICSReactions::num_species

Definition at line 43 of file rxd.h.

◆ params_for_reaction

double** ICSReactions::params_for_reaction

Definition at line 67 of file rxd.h.

◆ reaction

ReactionRate* ICSReactions::reaction

Definition at line 42 of file rxd.h.

◆ result_array

double** ICSReactions::result_array

Definition at line 68 of file rxd.h.

◆ result_array_dx

double** ICSReactions::result_array_dx

Definition at line 69 of file rxd.h.

◆ state_idx

int*** ICSReactions::state_idx

Definition at line 47 of file rxd.h.

◆ states_for_reaction

double** ICSReactions::states_for_reaction

Definition at line 65 of file rxd.h.

◆ states_for_reaction_dx

double** ICSReactions::states_for_reaction_dx

Definition at line 66 of file rxd.h.

◆ vptrs

double** ICSReactions::vptrs

Definition at line 64 of file rxd.h.


The documentation for this struct was generated from the following file: