dune-pdelab 2.8
Loading...
Searching...
No Matches
Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F > Class Template Reference

Adapter for boundary cond from a callable taking an entity and local coordinates. More...

#include <dune/pdelab/function/callableadapter.hh>

Inheritance diagram for Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F >:
Inheritance graph

Public Types

typedef LeafNodeTag NodeTag
 
typedef LeafNodeTag NodeTag
 

Public Member Functions

 LocalCallableToBoundaryConditionAdapter (const F &f_)
 
template<typename I >
bool isDirichlet (const I &ig, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
 
template<typename I >
bool isNeumann (const I &ig, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
 
template<typename T >
void setTime (const T &time)
 
template<typename T >
void setTime (const T &time)
 

Static Public Member Functions

static constexpr auto degree ()
 
static constexpr auto degree ()
 

Static Public Attributes

static const bool isLeaf
 
static const bool isPower
 
static const bool isComposite
 
static const std::size_t CHILDREN
 
static const bool isLeaf
 
static const bool isPower
 
static const bool isComposite
 
static const std::size_t CHILDREN
 

Detailed Description

template<typename F>
class Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F >

Adapter for boundary cond from a callable taking an entity and local coordinates.

Constructor & Destructor Documentation

◆ LocalCallableToBoundaryConditionAdapter()

template<typename F >
Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F >::LocalCallableToBoundaryConditionAdapter ( const F &  f_)
inline

Member Function Documentation

◆ isDirichlet()

template<typename F >
template<typename I >
bool Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F >::isDirichlet ( const I &  ig,
const Dune::FieldVector< typename I::ctype, I::mydimension > &  coord 
) const
inline

◆ isNeumann()

template<typename F >
template<typename I >
bool Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F >::isNeumann ( const I &  ig,
const Dune::FieldVector< typename I::ctype, I::mydimension > &  coord 
) const
inline

◆ setTime() [1/2]

template<typename T >
void Dune::PDELab::DirichletConstraintsParameters::setTime ( const T &  time)
inlineinherited

Sets the current time (only required for instationary problems).

Note
This method only needs to be implement for instationary problems.

◆ setTime() [2/2]

template<typename T >
void Dune::PDELab::FluxConstraintsParameters::setTime ( const T &  time)
inlineinherited

Sets the current time (only required for instationary problems).

Note
This method only needs to be implement for instationary problems.

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