|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::PDELab::BCTypeParam_CD< T > Class Template Reference
#include <dune/pdelab/localoperator/nonlinearconvectiondiffusionfem.hh>
Inheritance diagram for Dune::PDELab::BCTypeParam_CD< T >:

Public Types | |
| typedef LeafNodeTag | NodeTag |
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::mydimension > &coord) const |
| template<typename I > | |
| bool | isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const |
| template<typename T > | |
| void | setTime (const T &time) |
Static Public Member Functions | |
| static constexpr auto | degree () |
Static Public Attributes | |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
Detailed Description
template<typename T>
class Dune::PDELab::BCTypeParam_CD< T >
class Dune::PDELab::BCTypeParam_CD< T >
Adapter that extracts boundary condition type function from parameter class
- Template Parameters
-
T model of NonLinearConvectionDiffusionParameterInterface
Constructor & Destructor Documentation
◆ BCTypeParam_CD()
template<typename T >
|
inline |
Member Function Documentation
◆ isDirichlet()
template<typename T >
template<typename I >
|
inline |
◆ isNeumann()
template<typename I >
|
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.
- Parameters
-
intersection The grid intersection containing the queried location. coord The position of the queried location in local coordinates of the intersection.
- Returns
- true iff the given location should have a Neumann constraint.
◆ setTime()
template<typename T >
|
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:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8