dune-pdelab
2.4-dev
|
#include <dune/pdelab/localoperator/defaultimp.hh>
Public Member Functions | |
NumericalJacobianVolumePostSkeleton () | |
NumericalJacobianVolumePostSkeleton (double epsilon_) | |
template<typename EG , typename LFSU , typename X , typename LFSV , typename Jacobian > | |
void | jacobian_volume_post_skeleton (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Jacobian &mat) const |
compute local post-skeleton jacobian of the volume term More... | |
Implement jacobian_volume_post_skeleton() based on alpha_volume_post_skeleton() Derive from this class to add numerical jacobian for volume (post-skeleton part). The derived class needs to implement alpha_volume_post_skeleton().
Imp | Type of the derived class (CRTP-trick). |
|
inline |
|
inline |
|
inline |
compute local post-skeleton jacobian of the volume term