DUNE PDELab (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::PDELab::NumericalJacobianApplySkeleton< Imp > Class Template Reference
Implements linear and nonlinear versions of jacobian_apply_skeleton() based on alpha_skeleton() More...
#include <dune/pdelab/localoperator/numericaljacobianapply.hh>
Detailed Description
template<typename Imp>
class Dune::PDELab::NumericalJacobianApplySkeleton< Imp >
class Dune::PDELab::NumericalJacobianApplySkeleton< Imp >
Implements linear and nonlinear versions of jacobian_apply_skeleton() based on alpha_skeleton()
Derive from this class to add numerical jacobian application for skeleton. The derived class needs to implement alpha_skeleton().
- 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).
The documentation for this class was generated from the following file:
- dune/pdelab/localoperator/numericaljacobianapply.hh
