DummyStencil Class Reference
#include <Stencil.h>
List of all members.
Public Member Functions |
| DummyStencil () |
| ~DummyStencil () |
void | addFlux (unsigned int meshIndex, vector< double > &f, const vector< vector< double > > &S, const vector< double > &diffConst) const |
Detailed Description
Dummy stencil, used when there is no diffusion.
Constructor & Destructor Documentation
DummyStencil::DummyStencil |
( |
|
) |
|
DummyStencil::~DummyStencil |
( |
|
) |
|
Member Function Documentation
void DummyStencil::addFlux |
( |
unsigned int |
meshIndex, |
|
|
vector< double > & |
f, |
|
|
const vector< vector< double > > & |
S, |
|
|
const vector< double > & |
diffConst | |
|
) |
| | const [virtual] |
computes the Flux f in the voxel on meshIndex. Takes the matrix of molNumber[meshIndex][pool] and the vector of diffusionConst[pool] as arguments.
Implements Stencil.
The documentation for this class was generated from the following files: