dune-pdelab 2.7-git
|
Implement alpha_skeleton() based on jacobian_skeleton() More...
#include <dune/pdelab/localoperator/numericalresidual.hh>
Public Member Functions | |
template<typename IG , typename LFSU , typename X , typename LFSV , typename R > | |
void | alpha_skeleton (const IG &ig, const LFSU &lfsu_s, const X &x_s, const LFSV &lfsv_s, const LFSU &lfsu_n, const X &x_n, const LFSV &lfsv_n, R &r_s, R &r_n) const |
compute ![]() | |
Implement alpha_skeleton() based on jacobian_skeleton()
Derive from this class to add an alpha_skeleton() method. The derived class needs to implement jacobian_skeleton().
Imp | Type of the derived class (CRTP-trick). |
|
inline |
compute