HSolvePassive Class Reference

#include <HSolvePassive.h>

Inheritance diagram for HSolvePassive:
Inheritance graph
[legend]
Collaboration diagram for HSolvePassive:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void setup (Id seed, double dt)
void solve ()

Protected Member Functions

void updateMatrix ()
void forwardEliminate ()
void backwardSubstitute ()

Protected Attributes

vector< CompartmentStructcompartment_
vector< IdcompartmentId_
vector< double > V_
vector< TreeNodeStructtree_
map< unsigned int, InjectStructinject_

Member Function Documentation

void HSolvePassive::backwardSubstitute (  )  [protected]
void HSolvePassive::forwardEliminate (  )  [protected]
void HSolvePassive::setup ( Id  seed,
double  dt 
)

Reimplemented in HSolveActive.

References HinesMatrix::dt_, and tree_.

void HSolvePassive::solve (  ) 

References backwardSubstitute(), forwardEliminate(), and updateMatrix().

Here is the call graph for this function:

void HSolvePassive::updateMatrix (  )  [protected]

Member Data Documentation

Referenced by HSolve::getIm(), and updateMatrix().

vector< Id > HSolvePassive::compartmentId_ [protected]
map< unsigned int, InjectStruct > HSolvePassive::inject_ [protected]

inject map. contains the list of compartments that have current injections into them.

Referenced by HSolve::addInject(), HSolve::getInject(), HSolve::setInject(), and updateMatrix().

vector< TreeNodeStruct > HSolvePassive::tree_ [protected]

Tree info. The tree is used to acquire various values during setup. It contains the user-defined original values of all compartment parameters. Therefore, it is also used during reinit.

Reimplemented from HinesMatrix.

Referenced by HSolve::getCm(), HSolve::getEm(), HSolve::getIm(), HSolve::getInitVm(), HSolve::getRa(), HSolve::getRm(), HSolve::setCm(), HSolve::setEm(), HSolve::setInitVm(), HSolve::setRa(), HSolve::setRm(), and setup().

vector< double > HSolvePassive::V_ [protected]

Compartment Vm. V_ is addressed using a compartment index. V_ stores the Vm value of each compartment.

Referenced by backwardSubstitute(), HSolve::getIk(), HSolve::getIm(), HSolve::getVm(), HSolve::setVm(), and updateMatrix().


The documentation for this class was generated from the following files:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1