|
dune-pdelab
2.5-dev
|
Implement alpha_boundary() based on jacobian_boundary() More...
#include <dune/pdelab/localoperator/numericalresidual.hh>
Public Member Functions | |
| template<typename IG , typename LFSU , typename X , typename LFSV , typename R > | |
| void | alpha_boundary (const IG &ig, const LFSU &lfsu, const X &x, const LFSV &lfsv, R &r) const |
compute More... | |
Implement alpha_boundary() based on jacobian_boundary()
Derive from this class to add an alpha_boundary() method. The derived class needs to implement jacobian_boundary().
| Imp | Type of the derived class (CRTP-trick). |
|
inline |
compute
1.8.17