#include <HSolveStruct.h>
Public Member Functions | |
InjectStruct () | |
Public Attributes | |
double | injectVarying |
double | injectBasal |
InjectStruct stores two different kinds of injected currents - one is a "basal" injection, which the user sets at the start of the simulation, and remains constant as long as the simulation is running. The user could potentially run the simulation for N time steps, stop, change the value, and then resume, however. The second kind is a "varying" injection, meaning that it comes from some other part of moose via a message. So this thing has an associated destFinfo. injectVarying is set to zero at every time step.
InjectStruct::InjectStruct | ( | ) | [inline] |
double InjectStruct::injectBasal |
Referenced by HSolvePassive::updateMatrix().
double InjectStruct::injectVarying |
Referenced by HSolvePassive::updateMatrix().