DUNE PDELab (git)

Dune::PDELab::NumericalNonlinearJacobianApplySkeleton< Imp > Class Template Reference

Implements nonlinear version of jacobian_apply_skeleton() based on alpha_skeleton() More...

#include <dune/pdelab/localoperator/numericalnonlinearjacobianapply.hh>

Public Member Functions

template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_skeleton (const IG &ig, const LFSU &lfsu_s, const X &x_s, const X &z_s, const LFSV &lfsv_s, const LFSU &lfsu_n, const X &x_n, const X &z_n, const LFSV &lfsv_n, Y &y_s, Y &y_n) const
 apply local jacobian of the skeleton term
 

Detailed Description

template<typename Imp>
class Dune::PDELab::NumericalNonlinearJacobianApplySkeleton< Imp >

Implements nonlinear version 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 nonlinear problems.
Template Parameters
ImpType of the derived class (CRTP-trick).

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)