|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Stencil.h>
Inheritance diagram for DummyStencil:
Collaboration diagram for DummyStencil:Public Member Functions | |
| void | addFlux (unsigned int meshIndex, vector< double > &f, const vector< vector< double > > &S, const vector< double > &diffConst) const |
| DummyStencil () | |
| ~DummyStencil () | |
Public Member Functions inherited from Stencil | |
| Stencil () | |
| virtual | ~Stencil () |
| DummyStencil::DummyStencil | ( | ) |
Definition at line 93 of file Stencil.cpp.
| DummyStencil::~DummyStencil | ( | ) |
Definition at line 96 of file Stencil.cpp.
|
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.
Definition at line 99 of file Stencil.cpp.