dune-pdelab 2.7-git
|
#include <dune/pdelab/localoperator/numericalnonlinearjacobianapply.hh>
Public Member Functions | |
NumericalNonlinearJacobianApplyVolumePostSkeleton () | |
NumericalNonlinearJacobianApplyVolumePostSkeleton (double epsilon_) | |
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y > | |
void | jacobian_apply_volume_post_skeleton (const EG &eg, const LFSU &lfsu, const X &x, const X &z, const LFSV &lfsv, Y &y) const |
apply local jacobian of the volume term (post skeleton part) | |
Implements nonlinear version of jacobian_apply_volume_post_skeleton() based on alpha_volume_post_skeleton() Derive from this class to add numerical jacobian application for volume (post skeleton part). The derived class needs to implement alpha_volume().
Imp | Type of the derived class (CRTP-trick). |
|
inline |
|
inline |
|
inline |
apply local jacobian of the volume term (post skeleton part)