#include <BufPool.h>
Public Member Functions | |
BufPool () | |
~BufPool () | |
void | vSetN (const Eref &e, double v) |
void | vSetNinit (const Eref &e, double v) |
void | vSetConc (const Eref &e, double v) |
void | vSetConcInit (const Eref &e, double v) |
void | vProcess (const Eref &e, ProcPtr p) |
void | vReinit (const Eref &e, ProcPtr p) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
BufPool::BufPool | ( | ) |
BufPool::~BufPool | ( | ) |
const Cinfo * BufPool::initCinfo | ( | ) | [static] |
Reimplemented from Pool.
Referenced by vProcess().
void BufPool::vSetConc | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Reimplemented from Pool.
References lookupVolumeFromMesh(), NA, and vSetN().
Referenced by vSetConcInit().
void BufPool::vSetConcInit | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void BufPool::vSetN | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
The 'get' functions are simply inherited from Pool
Reimplemented from Pool.
References vSetNinit().
Referenced by vSetConc(), and vSetNinit().
void BufPool::vSetNinit | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |