DUNE PDELab (git)

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

Implements linear and nonlinear versions of jacobian_apply_boundary() based on alpha_boundary() More...

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

Public Member Functions

template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const LFSV &lfsv_s, Y &y_s) const
 apply local jacobian of the boundaryterm
 
template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const X &z_s, const LFSV &lfsv_s, Y &y_s) const
 apply local jacobian of the boundaryterm
 

Detailed Description

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

Implements linear and nonlinear versions of jacobian_apply_boundary() based on alpha_boundary()

Derive from this class to add numerical jacobian application for boundary. The derived class needs to implement alpha_boundary().

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
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)