|
My Project
|
Element-wise calculation of the residual for the Richards model. More...
#include <richardslocalresidual.hh>
Public Member Functions | |
| template<class LhsEval > | |
| void | computeStorage (Dune::FieldVector< LhsEval, numEq > &storage, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) const |
| Evaluate the amount all conservation quantities (e.g. | |
| void | computeFlux (RateVector &flux, const ElementContext &elemCtx, unsigned scvfIdx, unsigned timeIdx) const |
| Evaluates the total mass flux of all conservation quantities over a face of a sub-control volume. | |
| void | computeSource (RateVector &source, const ElementContext &elemCtx, unsigned dofIdx, unsigned timeIdx) const |
| Calculate the source term of the equation. | |
Element-wise calculation of the residual for the Richards model.
|
inline |
Evaluates the total mass flux of all conservation quantities over a face of a sub-control volume.
|
inline |
Calculate the source term of the equation.
By default, this method only asks the problem to specify a source term.
|
inline |
Evaluate the amount all conservation quantities (e.g.
phase mass) within a finite sub-control volume.