|
dune-pdelab
2.5-dev
|
Implements nonlinear version of jacobian_apply_boundary() based on alpha_boundary() More...
#include <dune/pdelab/localoperator/numericalnonlinearjacobianapply.hh>

Public Member Functions | |
| NumericalNonlinearJacobianApplyBoundary () | |
| NumericalNonlinearJacobianApplyBoundary (double epsilon_) | |
| template<typename IG , typename LFSU , typename X , typename LFSV , typename Y > | |
| void | jacobian_apply_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const X &z_s, const LFSV &lfsv_s, Y &y_s) const |
| apply local jacobian of the boundaryterm More... | |
Implements nonlinear version of jacobian_apply_boundary() based on alpha_boundary()
Derive from this class to add numerical jacobian application for boundary. The derived class needs to implement alpha_boundary().
| Imp | Type of the derived class (CRTP-trick). |
|
inline |
|
inline |
|
inline |
apply local jacobian of the boundaryterm
1.8.17