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

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

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

Public Member Functions

 NumericalJacobianVolumePostSkeleton ()
 
 NumericalJacobianVolumePostSkeleton (double epsilon_)
 
template<typename EG , typename LFSU , typename X , typename LFSV , typename Jacobian >
void jacobian_volume_post_skeleton (const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Jacobian &mat) const
 compute local post-skeleton jacobian of the volume term More...
 

Detailed Description

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

Implement jacobian_volume_post_skeleton() based on alpha_volume_post_skeleton() Derive from this class to add numerical jacobian for volume (post-skeleton part). The derived class needs to implement alpha_volume_post_skeleton().

Template Parameters
ImpType of the derived class (CRTP-trick).

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Imp>
template<typename EG , typename LFSU , typename X , typename LFSV , typename Jacobian >
void Dune::PDELab::NumericalJacobianVolumePostSkeleton< Imp >::jacobian_volume_post_skeleton ( const EG &  eg,
const LFSU &  lfsu,
const X &  x,
const LFSV &  lfsv,
Jacobian &  mat 
) const
inline

compute local post-skeleton jacobian of the volume term


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