DUNE PDELab (2.9)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::PDELab::JacobianBasedAlphaSkeleton< Imp > Class Template Reference
Implement alpha_skeleton() based on jacobian_skeleton() More...
#include <dune/pdelab/localoperator/numericalresidual.hh>
Detailed Description
template<typename Imp>
class Dune::PDELab::JacobianBasedAlphaSkeleton< Imp >
class Dune::PDELab::JacobianBasedAlphaSkeleton< Imp >
Implement alpha_skeleton() based on jacobian_skeleton()
Derive from this class to add an alpha_skeleton() method. The derived class needs to implement jacobian_skeleton().
- Note
- This only works in the common case that alpha_skeleton() does not contain an affine shift (the affine shift can be moved to lambda_skeleton() instead).
- Template Parameters
-
Imp Type of the derived class (CRTP-trick).
The documentation for this class was generated from the following file:
- dune/pdelab/localoperator/numericalresidual.hh
