|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <HSolveStruct.h>
Collaboration diagram for SpikeGenStruct:Public Member Functions | |
| void | reinit (ProcPtr info) |
| void | send (ProcPtr info) |
| SpikeGenStruct (double *Vm, Eref e) | |
Public Attributes | |
| Eref | e_ |
| double * | Vm_ |
Contains information about the spikegens that the HSolve object needs to talk with
Definition at line 114 of file HSolveStruct.h.
|
inline |
Definition at line 116 of file HSolveStruct.h.
| void SpikeGenStruct::reinit | ( | ProcPtr | info | ) |
Finds the spikegen object using e_ and calls reinit on the spikegen
Definition at line 67 of file HSolveStruct.cpp.
References Eref::data(), e_, and SpikeGen::reinit().
Here is the call graph for this function:| void SpikeGenStruct::send | ( | ProcPtr | info | ) |
Definition at line 74 of file HSolveStruct.cpp.
References Eref::data(), e_, SpikeGen::handleVm(), SpikeGen::process(), and Vm_.
Here is the call graph for this function:| Eref SpikeGenStruct::e_ |
Definition at line 123 of file HSolveStruct.h.
| double* SpikeGenStruct::Vm_ |
Definition at line 122 of file HSolveStruct.h.
Referenced by send().