10 #ifndef _HSOLVE_PASSIVE_H
11 #define _HSOLVE_PASSIVE_H
12 #include "../basecode/header.h"
13 #include "../biophysics/CompartmentBase.h"
14 #include "../biophysics/Compartment.h"
15 using namespace moose;
23 friend void testHSolvePassive();
27 void setup(
Id seed,
double dt );
33 void forwardEliminate();
34 void backwardSubstitute();
45 map< unsigned int, InjectStruct >
inject_;
52 void walkTree(
Id seed );
57 double getV(
unsigned int row )
const;
60 #endif // _HSOLVE_PASSIVE_H
vector< Id > compartmentId_
vector< CompartmentStruct > compartment_
map< unsigned int, InjectStruct > inject_
vector< TreeNodeStruct > tree_