|
dune-pdelab
2.5-dev
|
Implement jacobian_boundary() based on alpha_boundary() More...
#include <dune/pdelab/localoperator/numericaljacobian.hh>

Public Member Functions | |
| NumericalJacobianBoundary () | |
| NumericalJacobianBoundary (double epsilon_) | |
| template<typename IG , typename LFSU , typename X , typename LFSV , typename Jacobian > | |
| void | jacobian_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const LFSV &lfsv_s, Jacobian &mat_ss) const |
| compute local jacobian of the boundary term More... | |
Implement jacobian_boundary() based on alpha_boundary()
Derive from this class to add numerical jacobian for boundary. The derived class needs to implement alpha_boundary().
| Imp | Type of the derived class (CRTP-trick). |
|
inline |
|
inline |
|
inline |
compute local jacobian of the boundary term
1.8.17