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

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

Inheritance diagram for Dune::PDELab::BCTypeParam_CD< T >:
Inheritance graph

Public Member Functions

 BCTypeParam_CD (const typename T::Traits::GridViewType &gv_, const T &t_)
 
template<typename I >
bool isDirichlet (const I &intersection, const Dune::FieldVector< typename I::ctype, I::dimension-1 > &coord) const
 
template<typename I >
bool isDirichlet (const I &intersection, const FieldVector< typename I::ctype, I::dimension-1 > &coord) const
 
template<typename I >
bool isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::dimension-1 > &coord) const
 
template<typename T >
void setTime (const T &time)
 

Detailed Description

template<typename T>
class Dune::PDELab::BCTypeParam_CD< T >

Adapter that extracts boundary condition type function from parameter class

Template Parameters
Tmodel of ConvectionDiffusionParameterInterface

Constructor & Destructor Documentation

template<typename T >
Dune::PDELab::BCTypeParam_CD< T >::BCTypeParam_CD ( const typename T::Traits::GridViewType &  gv_,
const T &  t_ 
)
inline

Member Function Documentation

template<typename T >
template<typename I >
bool Dune::PDELab::BCTypeParam_CD< T >::isDirichlet ( const I &  intersection,
const Dune::FieldVector< typename I::ctype, I::dimension-1 > &  coord 
) const
inline

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