DUNE PDELab (git)

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

Implement jacobian_volume() based on alpha_volume() More...

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

Public Member Functions

template<typename EG , typename LFSU , typename X , typename LFSV , typename Jacobian >
void jacobian_volume (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Jacobian &mat) const
 compute local jacobian of the volume term
 

Detailed Description

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

Implement jacobian_volume() based on alpha_volume()

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

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)