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

Implement jacobian_boundary() based on alpha_boundary() More...

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

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

Public Member Functions

 NumericalJacobianBoundary ()
 
 NumericalJacobianBoundary (double epsilon_)
 
template<typename IG , typename LFSU , typename X , typename LFSV , typename Jacobian >
void jacobian_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const LFSV &lfsv_s, Jacobian &mat_ss) const
 compute local jacobian of the boundary term More...
 

Detailed Description

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

Implement jacobian_boundary() based on alpha_boundary()

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

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Imp>
template<typename IG , typename LFSU , typename X , typename LFSV , typename Jacobian >
void Dune::PDELab::NumericalJacobianBoundary< Imp >::jacobian_boundary ( const IG &  ig,
const LFSU &  lfsu_s,
const X &  x_s,
const LFSV &  lfsv_s,
Jacobian &  mat_ss 
) const
inline

compute local jacobian of the boundary term


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