MOOSE - Multiscale Object Oriented Simulation Environment
|
#include "header.h"
#include "ElementValueFinfo.h"
#include "SparseMatrix.h"
#include "KinSparseMatrix.h"
#include "VoxelPoolsBase.h"
#include "../mesh/VoxelJunction.h"
#include "XferInfo.h"
#include "ZombiePoolInterface.h"
#include "../kinetics/ConcChan.h"
#include "DiffPoolVec.h"
#include "ConcChanInfo.h"
#include "FastMatrixElim.h"
#include "DiffJunction.h"
#include "Dsolve.h"
#include "../mesh/Boundary.h"
#include "../mesh/MeshEntry.h"
#include "../mesh/ChemCompt.h"
#include "../mesh/MeshCompt.h"
#include "../shell/Wildcard.h"
#include "../kinetics/PoolBase.h"
#include "../kinetics/Pool.h"
#include "../kinetics/BufPool.h"
#include "../ksolve/ZombiePool.h"
#include "../ksolve/ZombieBufPool.h"
Go to the source code of this file.
Functions | |
static bool | checkJn (const vector< DiffJunction > &jn, unsigned int voxel, const string &info) |
static double | integ (double myN, double rf, double rb, double dt) |
static void | mapVoxelsBetweenMeshes (DiffJunction &jn, Id self, Id other) |
void | printJunction (Id self, Id other, const DiffJunction &jn) |
Variables | |
static const Cinfo * | dsolveCinfo = Dsolve::initCinfo() |
|
static |
Definition at line 225 of file Dsolve.cpp.
Referenced by Dsolve::getDiffScale(), Dsolve::getDiffVol1(), Dsolve::getDiffVol2(), Dsolve::setDiffScale(), Dsolve::setDiffVol1(), and Dsolve::setDiffVol2().
|
static |
Definition at line 295 of file Dsolve.cpp.
References EPSILON.
Referenced by Dsolve::calcJnChan(), Dsolve::calcJnDiff(), and Dsolve::calcOtherJnChan().
|
static |
Definition at line 921 of file Dsolve.cpp.
References Eref::data(), Id::eref(), Field< A >::get(), ChemCompt::getVoxelVolume(), ChemCompt::matchMeshEntries(), and DiffJunction::vj.
Referenced by Dsolve::innerBuildMeshJunctions().
void printJunction | ( | Id | self, |
Id | other, | ||
const DiffJunction & | jn | ||
) |
Definition at line 810 of file Dsolve.cpp.
References DiffJunction::myPools, DiffJunction::otherPools, Id::path(), and DiffJunction::vj.
|
static |
Definition at line 183 of file Dsolve.cpp.
Referenced by Dsolve::initCinfo().