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

Implements linear and nonlinear versions of jacobian_apply_boundary() based on alpha_boundary() More...

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

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

Public Member Functions

 NumericalJacobianApplyBoundary ()
 
 NumericalJacobianApplyBoundary (double epsilon_)
 
template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const LFSV &lfsv_s, Y &y_s) const
 apply local jacobian of the boundaryterm More...
 
template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void jacobian_apply_boundary (const IG &ig, const LFSU &lfsu_s, const X &x_s, const X &z_s, const LFSV &lfsv_s, Y &y_s) const
 apply local jacobian of the boundaryterm More...
 

Detailed Description

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

Implements linear and nonlinear versions of jacobian_apply_boundary() based on alpha_boundary()

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

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

◆ NumericalJacobianApplyBoundary() [1/2]

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

◆ NumericalJacobianApplyBoundary() [2/2]

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

Member Function Documentation

◆ jacobian_apply_boundary() [1/2]

template<typename Imp >
template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void Dune::PDELab::NumericalJacobianApplyBoundary< Imp >::jacobian_apply_boundary ( const IG &  ig,
const LFSU &  lfsu_s,
const X &  x_s,
const LFSV &  lfsv_s,
Y &  y_s 
) const
inline

apply local jacobian of the boundaryterm

◆ jacobian_apply_boundary() [2/2]

template<typename Imp >
template<typename IG , typename LFSU , typename X , typename LFSV , typename Y >
void Dune::PDELab::NumericalNonlinearJacobianApplyBoundary< Imp >::jacobian_apply_boundary ( const IG &  ig,
const LFSU &  lfsu_s,
const X &  x_s,
const X &  z_s,
const LFSV &  lfsv_s,
Y &  y_s 
) const
inlineinherited

apply local jacobian of the boundaryterm


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