MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <HSolveStruct.h>
Public Member Functions | |
InjectStruct () | |
Public Attributes | |
double | injectBasal |
double | injectVarying |
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.
Definition at line 32 of file HSolveStruct.h.
|
inline |
Definition at line 34 of file HSolveStruct.h.
double InjectStruct::injectBasal |
Definition at line 41 of file HSolveStruct.h.
Referenced by HSolvePassive::updateMatrix(), and HSolveActive::updateMatrix().
double InjectStruct::injectVarying |
Definition at line 40 of file HSolveStruct.h.
Referenced by HSolvePassive::updateMatrix(), and HSolveActive::updateMatrix().