|
dune-pdelab
2.5-dev
|
Implement alpha_volume() based on jacobian_volume() More...
#include <dune/pdelab/localoperator/numericalresidual.hh>

Public Member Functions | |
| template<typename EG , typename LFSU , typename X , typename LFSV , typename R > | |
| void | alpha_volume (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, R &r) const |
compute More... | |
Implement alpha_volume() based on jacobian_volume()
Derive from this class to add an alpha_volume() method. The derived class needs to implement jacobian_volume().
| Imp | Type of the derived class (CRTP-trick). |
|
inline |
compute
1.8.17