DUNE PDELab (git)

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

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

Public Member Functions

template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_volume_post_skeleton (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Y &y) const
 apply local jacobian of the volume term (post skeleton part)
 
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_volume_post_skeleton (const EG &eg, const LFSU &lfsu, const X &x, const X &z, const LFSV &lfsv, Y &y) const
 apply local jacobian of the volume term (post skeleton part)
 

Detailed Description

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

Implements linear and nonlinear versions jacobian_apply_volume_post_skeleton() based on alpha_volume_post_skeleton() Derive from this class to add numerical jacobian application for volume (post skeleton part). The derived class needs to implement alpha_volume().

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)