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

Implementation of overpenalized interior penalty. More...

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

Public Member Functions

 OverPenalizedInteriorPenalty (const Dune::ParameterTree &config)
 
template<typename GEO , typename IGEO , typename OGEO >
RF getFaceIP (const GEO &geo, const IGEO &igeo, const OGEO &ogeo) const
 
template<typename GEO , typename IGEO >
RF getFaceIP (const GEO &geo, const IGEO &igeo) const
 

Detailed Description

template<typename RF>
class Dune::PDELab::OverPenalizedInteriorPenalty< RF >

Implementation of overpenalized interior penalty.

It computes the face diameter from the formula derived by Paul Houston et al. and uses overpenalization.

Warning
The scaling with the viscosity (in the Navier-Stokes case) is not included in here any more!!!

Constructor & Destructor Documentation

◆ OverPenalizedInteriorPenalty()

template<typename RF >
Dune::PDELab::OverPenalizedInteriorPenalty< RF >::OverPenalizedInteriorPenalty ( const Dune::ParameterTree &  config)
inline

Member Function Documentation

◆ getFaceIP() [1/2]

template<typename RF >
template<typename GEO , typename IGEO >
RF Dune::PDELab::OverPenalizedInteriorPenalty< RF >::getFaceIP ( const GEO &  geo,
const IGEO &  igeo 
) const
inline

◆ getFaceIP() [2/2]

template<typename RF >
template<typename GEO , typename IGEO , typename OGEO >
RF Dune::PDELab::OverPenalizedInteriorPenalty< RF >::getFaceIP ( const GEO &  geo,
const IGEO &  igeo,
const OGEO &  ogeo 
) const
inline

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