dune-pdelab
2.4-dev
|
#include <dune/pdelab/localoperator/convectiondiffusionparameter.hh>
Public Member Functions | |
ConvectionDiffusionBoundaryConditionAdapter (const typename T::Traits::GridViewType &gv_, const T &t_) | |
ConvectionDiffusionBoundaryConditionAdapter (const T &t_) | |
template<typename I > | |
bool | isDirichlet (const I &ig, const Dune::FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
template<typename I > | |
bool | isNeumann (const I &ig, const Dune::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) |
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) |
Adapter that extracts boundary condition type function from parameter class
T | model of ConvectionDiffusionParameterInterface |
|
inline |
|
inline |
|
inlineinherited |
Indicates whether the given position should be Dirichlet-constrained.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
Referenced by Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::isDirichlet(), and Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::isNeumann().
|
inline |
|
inlineinherited |
Indicates whether the given position should be Neumann-constrained.
Most of the time, this method will be equivalent to !isDirichlet(...), but sometimes (in particular in multi-domain scenarios), both methods may return false.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
|
inlineinherited |
Indicates whether the given position should be Neumann-constrained.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
Referenced by Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >::isDirichlet(), and Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >::isNeumann().
|
inline |
|
inlineinherited |
Sets the current time (only required for instationary problems).
Referenced by Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::setTime().
|
inlineinherited |
Sets the current time (only required for instationary problems).
Referenced by Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >::setTime().