|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <ZombieBufPool.h>
Inheritance diagram for ZombieBufPool:
Collaboration diagram for ZombieBufPool:Public Member Functions | |
| bool | vGetIsBuffered (const Eref &e) const |
| void | vSetConc (const Eref &e, double v) |
| void | vSetConcInit (const Eref &e, double v) |
| void | vSetN (const Eref &e, double v) |
| The 'get' functions are simply inherited from ZombiePool. More... | |
| void | vSetNinit (const Eref &e, double v) |
| ZombieBufPool () | |
| ~ZombieBufPool () | |
Public Member Functions inherited from ZombiePool | |
| double | vGetConc (const Eref &e) const |
| double | vGetConcInit (const Eref &e) const |
| double | vGetDiffConst (const Eref &e) const |
| bool | vGetIsBuffered (const Eref &e) const |
| double | vGetMotorConst (const Eref &e) const |
| double | vGetN (const Eref &e) const |
| double | vGetNinit (const Eref &e) const |
| unsigned int | vGetSpecies (const Eref &e) const |
| double | vGetVolume (const Eref &e) const |
| void | vSetConc (const Eref &e, double v) |
| void | vSetConcInit (const Eref &e, double v) |
| void | vSetDiffConst (const Eref &e, double v) |
| void | vSetMotorConst (const Eref &e, double v) |
| Dummy MotorConst field for most Pool subclasses. More... | |
| void | vSetN (const Eref &e, double v) |
| void | vSetNinit (const Eref &e, double v) |
| void | vSetSolver (Id ksolve, Id dsolve) |
| void | vSetSpecies (const Eref &e, unsigned int v) |
| void | vSetVolume (const Eref &e, double v) |
| ZombiePool () | |
| ~ZombiePool () | |
Public Member Functions inherited from PoolBase | |
| void | decrement (double val) |
| double | getConc (const Eref &e) const |
| double | getConcInit (const Eref &e) const |
| double | getDiffConst (const Eref &e) const |
| bool | getIsBuffered (const Eref &e) const |
| double | getMotorConst (const Eref &e) const |
| double | getN (const Eref &e) const |
| double | getNinit (const Eref &e) const |
| SpeciesId | getSpecies (const Eref &e) const |
| double | getVolume (const Eref &e) const |
| void | handleMolWt (const Eref &e, double v) |
| void | increment (double val) |
| void | nIn (double val) |
| PoolBase () | |
| void | process (const Eref &e, ProcPtr p) |
| void | reac (double A, double B) |
| void | reinit (const Eref &e, ProcPtr p) |
| void | setConc (const Eref &e, double v) |
| void | setConcInit (const Eref &e, double v) |
| void | setDiffConst (const Eref &e, double v) |
| void | setIsBuffered (const Eref &e, bool v) |
| void | setMotorConst (const Eref &e, double v) |
| void | setN (const Eref &e, double v) |
| void | setNinit (const Eref &e, double v) |
| void | setSpecies (const Eref &e, SpeciesId v) |
| void | setVolume (const Eref &e, double v) |
| virtual void | vDecrement (double val) |
| virtual void | vHandleMolWt (const Eref &e, double v) |
| virtual void | vIncrement (double val) |
| virtual void | vnIn (double val) |
| virtual void | vProcess (const Eref &e, ProcPtr p) |
| virtual void | vReac (double A, double B) |
| virtual void | vReinit (const Eref &e, ProcPtr p) |
| virtual void | vSetIsBuffered (const Eref &e, bool v) |
| I put in a default empty function for vSetIsBuffered. More... | |
| virtual | ~PoolBase () |
Static Public Member Functions | |
| static const Cinfo * | initCinfo () |
Static Public Member Functions inherited from ZombiePool | |
| static const Cinfo * | initCinfo () |
Static Public Member Functions inherited from PoolBase | |
| static const Cinfo * | initCinfo () |
| static void | zombify (Element *original, const Cinfo *zClass, Id ksolve, Id dsolve) |
Additional Inherited Members | |
Protected Attributes inherited from ZombiePool | |
| double | diffConst_ |
| ZombiePoolInterface * | dsolve_ |
| ZombiePoolInterface * | ksolve_ |
| double | motorConst_ |
Definition at line 13 of file ZombieBufPool.h.
| ZombieBufPool::ZombieBufPool | ( | ) |
Definition at line 43 of file ZombieBufPool.cpp.
| ZombieBufPool::~ZombieBufPool | ( | ) |
Definition at line 46 of file ZombieBufPool.cpp.
|
static |
Definition at line 20 of file ZombieBufPool.cpp.
References ZombiePool::initCinfo(), and zombieBufPoolCinfo.
Referenced by Dsolve::setPath().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
|
virtual |
Implements PoolBase.
Definition at line 64 of file ZombieBufPool.cpp.
References lookupVolumeFromMesh(), NA, and vSetN().
Referenced by vSetConcInit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements PoolBase.
Definition at line 70 of file ZombieBufPool.cpp.
References vSetConc().
Here is the call graph for this function:
|
virtual |
The 'get' functions are simply inherited from ZombiePool.
Implements PoolBase.
Definition at line 53 of file ZombieBufPool.cpp.
References ZombiePool::vSetN(), and ZombiePool::vSetNinit().
Referenced by vSetConc(), and vSetNinit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements PoolBase.
Definition at line 59 of file ZombieBufPool.cpp.
References vSetN().
Here is the call graph for this function: