DUNE PDELab (git)

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

Implement jacobian_boundary() based on alpha_boundary() More...

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

Public Member Functions

template<typename IG , typename LFSU , typename X , typename LFSV , typename Jacobian >
void jacobian_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const LFSV &lfsv_s, Jacobian &mat_ss) const
 compute local jacobian of the boundary term
 

Detailed Description

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

Implement jacobian_boundary() based on alpha_boundary()

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

Template Parameters
ImpType of the derived class (CRTP-trick).
Examples
recipe-operator-splitting.cc.

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 8, 22:30, 2024)