|
| NumericalJacobianApplyVolume () |
|
| NumericalJacobianApplyVolume (double epsilon_) |
|
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y > |
void | jacobian_apply_volume (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Y &y) const |
| apply local jacobian of the volume term
|
|
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y > |
void | jacobian_apply_volume (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
|
|
template<typename Imp>
class Dune::PDELab::NumericalJacobianApplyVolume< Imp >
Implements linear and nonlinear versions of jacobian_apply_volume() based on alpha_volume()
Derive from this class to add numerical jacobian application for volume. The derived class needs to implement alpha_volume().
- Note
- This mixin is designed for linear problems and provides both the linear and the nonlinear methods by inheriting from the nonlinear mixin.
- Template Parameters
-
Imp | Type of the derived class (CRTP-trick). |