dune-pdelab
2.7-git
|
Compile-time switch for the boundary slip factor. More...
#include <dune/pdelab/localoperator/dgnavierstokesparameter.hh>
Static Public Member Functions | |
template<typename IntersectionGeometry > | |
static PRM::Traits::RangeField | boundarySlip (const PRM &, const IntersectionGeometry &, const typename PRM::Traits::IntersectionDomain &) |
Compile-time switch for the boundary slip factor.
If the parameter class declares static const bool enable_variable_slip = true; it may also define a function
template<typename IntersectionGeometry> typename Traits::RangeField boundarySlip (const IntersectionGeometry& ig, const typename Traits::IntersectionDomain& x) const
which returns a value in [0,1] and may be used to define a smooth transition from a slip to a no-slip boundary.
|
inlinestatic |