|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Stencil.h>
Inheritance diagram for CuboidStencil:
Collaboration diagram for CuboidStencil:Public Member Functions | |
| void | addFlux (unsigned int meshIndex, vector< double > &f, const vector< vector< double > > &S, const vector< double > &diffConst) const |
| CuboidStencil (double dx, double dy, double dz, unsigned int nx, unsigned int ny) | |
| ~CuboidStencil () | |
Public Member Functions inherited from Stencil | |
| Stencil () | |
| virtual | ~Stencil () |
Private Attributes | |
| double | dx_ |
| double | dy_ |
| double | dz_ |
| double | invDxSq_ |
| double | invDySq_ |
| double | invDzSq_ |
| unsigned int | nx_ |
| unsigned int | ny_ |
| CuboidStencil::CuboidStencil | ( | double | dx, |
| double | dy, | ||
| double | dz, | ||
| unsigned int | nx, | ||
| unsigned int | ny | ||
| ) |
| CuboidStencil::~CuboidStencil | ( | ) |
Definition at line 207 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 211 of file Stencil.cpp.
References invDxSq_, invDzSq_, nx_, ny_, stencil1(), and stencilN().
Here is the call graph for this function:
|
private |
Definition at line 96 of file Stencil.h.
Referenced by CuboidStencil().
|
private |
Definition at line 97 of file Stencil.h.
Referenced by CuboidStencil().
|
private |
Definition at line 98 of file Stencil.h.
Referenced by CuboidStencil().
|
private |
Definition at line 99 of file Stencil.h.
Referenced by addFlux(), and CuboidStencil().
|
private |
Definition at line 100 of file Stencil.h.
Referenced by CuboidStencil().
|
private |
Definition at line 101 of file Stencil.h.
Referenced by addFlux(), and CuboidStencil().
|
private |
|
private |