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

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

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

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

Public Member Functions

template<typename IG , typename LFSU , typename X , typename LFSV , typename R >
void alpha_boundary (const IG &ig, const LFSU &lfsu, const X &x, const LFSV &lfsv, R &r) const
 compute $\alpha_\text{bnd}$ More...
 

Detailed Description

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

Implement alpha_boundary() based on jacobian_boundary()

Derive from this class to add an alpha_boundary() method. The derived class needs to implement jacobian_boundary().

Note
This only works in the common case that alpha_boundary() does not contain an affine shift (the affine shift can be moved to lambda_boundary() instead).
Template Parameters
ImpType of the derived class (CRTP-trick).

Member Function Documentation

template<typename Imp>
template<typename IG , typename LFSU , typename X , typename LFSV , typename R >
void Dune::PDELab::JacobianBasedAlphaBoundary< Imp >::alpha_boundary ( const IG &  ig,
const LFSU &  lfsu,
const X &  x,
const LFSV &  lfsv,
R &  r 
) const
inline

compute $\alpha_\text{bnd}$


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