dune-pdelab  2.5-dev
Public Member Functions | List of all members
Dune::PDELab::NumericalJacobianApplyVolumePostSkeleton< Imp > Class Template Reference

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

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

Public Member Functions

 NumericalJacobianApplyVolumePostSkeleton ()
 
 NumericalJacobianApplyVolumePostSkeleton (double epsilon_)
 
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) More...
 
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) More...
 

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

Constructor & Destructor Documentation

§ NumericalJacobianApplyVolumePostSkeleton() [1/2]

§ NumericalJacobianApplyVolumePostSkeleton() [2/2]

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

Member Function Documentation

§ jacobian_apply_volume_post_skeleton() [1/2]

template<typename Imp >
template<typename EG , typename LFSU , typename X , typename LFSV , typename Y >
void Dune::PDELab::NumericalNonlinearJacobianApplyVolumePostSkeleton< Imp >::jacobian_apply_volume_post_skeleton ( 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 (post skeleton part)

§ jacobian_apply_volume_post_skeleton() [2/2]

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

apply local jacobian of the volume term (post skeleton part)


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