dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::PDELab::NumericalJacobianApplyVolume< Imp > Class Template Reference

Implements linear and nonlinear versions of jacobian_apply_volume() based on alpha_volume() More...

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

Inheritance diagram for Dune::PDELab::NumericalJacobianApplyVolume< Imp >:
Inheritance graph

Public Member Functions

 NumericalJacobianApplyVolume ()
 
 NumericalJacobianApplyVolume (double epsilon_)
 
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_volume (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Y &y) const
 apply local jacobian of the volume term More...
 
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_volume (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 More...
 

Detailed Description

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

Implements linear and nonlinear versions of jacobian_apply_volume() based on alpha_volume()

Derive from this class to add numerical jacobian application for volume. 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).

Constructor & Destructor Documentation

◆ NumericalJacobianApplyVolume() [1/2]

template<typename Imp >
Dune::PDELab::NumericalJacobianApplyVolume< Imp >::NumericalJacobianApplyVolume ( )
inline

◆ NumericalJacobianApplyVolume() [2/2]

template<typename Imp >
Dune::PDELab::NumericalJacobianApplyVolume< Imp >::NumericalJacobianApplyVolume ( double  epsilon_)
inline

Member Function Documentation

◆ jacobian_apply_volume() [1/2]

template<typename Imp >
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void Dune::PDELab::NumericalJacobianApplyVolume< Imp >::jacobian_apply_volume ( const EG &  eg,
const LFSU &  lfsu,
const X &  x,
const LFSV &  lfsv,
Y &  y 
) const
inline

apply local jacobian of the volume term

◆ jacobian_apply_volume() [2/2]

template<typename Imp >
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void Dune::PDELab::NumericalNonlinearJacobianApplyVolume< Imp >::jacobian_apply_volume ( const EG &  eg,
const LFSU &  lfsu,
const X &  x,
const X &  z,
const LFSV &  lfsv,
Y &  y 
) const
inlineinherited

apply local jacobian of the volume term


The documentation for this class was generated from the following file: