|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include "header.h"#include "ElementValueFinfo.h"#include "PoolBase.h"#include "ReacBase.h"#include "EnzBase.h"#include "CplxEnzBase.h"#include "FuncTerm.h"#include "RateTerm.h"#include "FuncRateTerm.h"#include "SparseMatrix.h"#include "KinSparseMatrix.h"#include "VoxelPoolsBase.h"#include "../mesh/VoxelJunction.h"#include "XferInfo.h"#include "ZombiePoolInterface.h"#include "../builtins/Variable.h"#include "../builtins/Function.h"#include "ZombieFunction.h"#include "Stoich.h"#include "lookupVolumeFromMesh.h"#include "../scheduling/Clock.h"#include "../shell/Shell.h"#include "../shell/Wildcard.h"
Include dependency graph for Stoich.cpp:Go to the source code of this file.
Functions | |
| void | convWildcards (vector< Id > &ret, const vector< ObjId > &elist) |
| pair< Id, Id > | extractCompts (const vector< Id > &compts) |
| void | filterWildcards (vector< Id > &ret, const vector< ObjId > &elist) |
| static Id | findFuncMsgSrc (Id pa, const string &msg) |
| Returns Function, if any, acting as src of specified msg into pa. More... | |
| void | installDummy (RateTerm **entry, Id enzId, const string &s) |
| static bool | isOffSolverReac (const Element *e, Id myCompt, vector< Id > &poolCompts, map< Id, Id > &poolComptMap) |
| void | myUnique (vector< Id > &v) |
Variables | |
| static const Cinfo * | stoichCinfo = Stoich::initCinfo() |
Definition at line 341 of file Stoich.cpp.
Extracts and orders the compartments associated with a given reac.
Definition at line 694 of file Stoich.cpp.
Referenced by Stoich::locateOffSolverReacs().
Here is the caller graph for this function:Definition at line 348 of file Stoich.cpp.
Referenced by Stoich::setElist().
Here is the caller graph for this function:Returns Function, if any, acting as src of specified msg into pa.
Definition at line 1231 of file Stoich.cpp.
References Element::cinfo(), Id::element(), Cinfo::findFinfo(), and Element::getNeighbors().
Referenced by Stoich::zombifyModel(), and Stoich::zombifyPoolFuncWithScaling().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1625 of file Stoich.cpp.
References Id::path().
Referenced by Stoich::installMMenz().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Checks if specified reac is off solver. As side-effect it compiles a vector of the pools that are off-solver, and the corresponding compartments for those pools
Definition at line 658 of file Stoich.cpp.
References Element::cinfo(), Id::element(), Cinfo::findFinfo(), getCompt(), Element::getNeighbors(), Cinfo::isA(), and Id::path().
Referenced by Stoich::locateOffSolverReacs().
Here is the call graph for this function:
Here is the caller graph for this function:| void myUnique | ( | vector< Id > & | v | ) |
Definition at line 924 of file Stoich.cpp.
Referenced by Stoich::resizeArrays().
Here is the caller graph for this function:
|
static |
Definition at line 251 of file Stoich.cpp.
Referenced by Stoich::initCinfo().