#include <CellwiseSourcePde.hpp>
Public Member Functions | |
CellwiseSourcePde (MeshBasedCellPopulation< DIM > &rCellPopulation, double coefficient) | |
double | ComputeConstantInUSourceTerm (const ChastePoint< DIM > &rX) |
double | ComputeLinearInUCoeffInSourceTerm (const ChastePoint< DIM > &rX, Element< DIM, DIM > *pElement) |
double | ComputeLinearInUCoeffInSourceTermAtNode (const Node< DIM > &rNode) |
c_matrix< double, DIM, DIM > | ComputeDiffusionTerm (const ChastePoint< DIM > &rX) |
Private Attributes | |
MeshBasedCellPopulation< DIM > & | mrCellPopulation |
double | mCoefficient |
Definition at line 38 of file CellwiseSourcePde.hpp.
CellwiseSourcePde< DIM >::CellwiseSourcePde | ( | MeshBasedCellPopulation< DIM > & | rCellPopulation, | |
double | coefficient | |||
) | [inline] |
Constructor.
rCellPopulation | reference to the cell population | |
coefficient | the coefficient of consumption of nutrient by cells |
Definition at line 33 of file CellwiseSourcePde.cpp.
double CellwiseSourcePde< DIM >::ComputeConstantInUSourceTerm | ( | const ChastePoint< DIM > & | rX | ) | [inline] |
Overridden ComputeConstantInUSourceTerm() method.
rX | The point in space |
Definition at line 40 of file CellwiseSourcePde.cpp.
double CellwiseSourcePde< DIM >::ComputeLinearInUCoeffInSourceTerm | ( | const ChastePoint< DIM > & | rX, | |
Element< DIM, DIM > * | pElement | |||
) | [inline] |
Overridden ComputeLinearInUCoeffInSourceTerm() method.
rX | The point in space | |
pElement | the element |
Definition at line 46 of file CellwiseSourcePde.cpp.
References NEVER_REACHED.
double CellwiseSourcePde< DIM >::ComputeLinearInUCoeffInSourceTermAtNode | ( | const Node< DIM > & | rNode | ) | [inline] |
Overridden ComputeLinearInUCoeffInSourceTermAtNode() method.
rNode | reference to the node |
Definition at line 53 of file CellwiseSourcePde.cpp.
References Node< SPACE_DIM >::GetIndex(), CellwiseSourcePde< DIM >::mCoefficient, and CellwiseSourcePde< DIM >::mrCellPopulation.
c_matrix< double, DIM, DIM > CellwiseSourcePde< DIM >::ComputeDiffusionTerm | ( | const ChastePoint< DIM > & | rX | ) | [inline] |
Overridden ComputeDiffusionTerm() method.
rX | The point in space at which the diffusion term is computed |
Definition at line 70 of file CellwiseSourcePde.cpp.
MeshBasedCellPopulation<DIM>& CellwiseSourcePde< DIM >::mrCellPopulation [private] |
The cell population member.
Definition at line 43 of file CellwiseSourcePde.hpp.
Referenced by CellwiseSourcePde< DIM >::ComputeLinearInUCoeffInSourceTermAtNode().
double CellwiseSourcePde< DIM >::mCoefficient [private] |
Coefficient of consumption of nutrient by cells.
Definition at line 46 of file CellwiseSourcePde.hpp.
Referenced by CellwiseSourcePde< DIM >::ComputeLinearInUCoeffInSourceTermAtNode().