Implement jacobian_volume() based on alpha_volume()
More...
#include <dune/pdelab/localoperator/numericaljacobian.hh>
template<typename Imp>
class Dune::PDELab::NumericalJacobianVolume< Imp >
Implement jacobian_volume() based on alpha_volume()
Derive from this class to add numerical jacobian for volume. The derived class needs to implement alpha_volume().
- Template Parameters
-
Imp | Type of the derived class (CRTP-trick). |
- Examples
- recipe-operator-splitting.cc.
◆ NumericalJacobianVolume() [1/2]
◆ NumericalJacobianVolume() [2/2]
◆ jacobian_volume()
template<typename Imp >
template<typename EG , typename LFSU , typename X , typename LFSV , typename Jacobian >
compute local jacobian of the volume term
The documentation for this class was generated from the following file: