CoreNEURON
|
This structure is data needed is several part of nrn_setup, phase1 and phase2. More...
This structure is data needed is several part of nrn_setup, phase1 and phase2.
Before it was globals variables, group them to give them as a single argument. They have for the most part, nothing related to each other.
Definition at line 18 of file user_params.hpp.
#include <user_params.hpp>
Public Member Functions | |
UserParams (int ngroup_, int *gidgroups_, const char *path_, const char *restore_path_, CheckPoints &checkPoints_) | |
Public Attributes | |
const int | ngroup |
direct memory mode with neuron, do not open files Number of local cell groups More... | |
const int *const | gidgroups |
Array of cell group numbers (indices) More... | |
const char *const | path |
path to dataset file More... | |
const char *const | restore_path |
Dataset path from where simulation is being restored. More... | |
std::vector< FileHandler > | file_reader |
CheckPoints & | checkPoints |
|
inline |
Definition at line 19 of file user_params.hpp.
CheckPoints& coreneuron::UserParams::checkPoints |
Definition at line 41 of file user_params.hpp.
std::vector<FileHandler> coreneuron::UserParams::file_reader |
Definition at line 40 of file user_params.hpp.
const int* const coreneuron::UserParams::gidgroups |
Array of cell group numbers (indices)
Definition at line 35 of file user_params.hpp.
const int coreneuron::UserParams::ngroup |
direct memory mode with neuron, do not open files Number of local cell groups
Definition at line 33 of file user_params.hpp.
const char* const coreneuron::UserParams::path |
path to dataset file
Definition at line 37 of file user_params.hpp.
const char* const coreneuron::UserParams::restore_path |
Dataset path from where simulation is being restored.
Definition at line 39 of file user_params.hpp.