|
dune-pdelab 2.8
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters > Struct Template Reference
#include <dune/pdelab/constraints/common/constraintsparameters.hh>
Inheritance diagram for Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >:

Public Types | |
| typedef LeafNodeTag | NodeTag |
Public Member Functions | |
| template<typename I > | |
| bool | isDirichlet (const I &intersection, const 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) |
| DirichletFromFluxConstraintsAdapter (FluxConstraintsParameters &fluxConstraintsParameters) | |
Static Public Member Functions | |
| 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 |
Detailed Description
template<typename FluxConstraintsParameters>
struct Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >
struct Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >
Adapter class that deduces Dirichlet constraints from a model of FluxConstraintsParameters by applying the standard logic that every location on the boundary is either Neumann or Dirichlet constrained.
- Warning
- This adapter will only work for the standard case of \(\partial \Omega = \Gamma_D \cup \Gamma_N\). Do not try to use it for more advanced problems such as flow with flux, outflow and Dirichlet constraints!
- Template Parameters
-
FluxConstraintsParameters The type of the underlying Neumann constraints parameters implementation.
Constructor & Destructor Documentation
◆ DirichletFromFluxConstraintsAdapter()
template<typename FluxConstraintsParameters >
|
inline |
Member Function Documentation
◆ isDirichlet()
template<typename FluxConstraintsParameters >
template<typename I >
|
inline |
Returns the opposite of isNeumann().
◆ isNeumann()
template<typename FluxConstraintsParameters >
template<typename I >
|
inline |
Forwards to the underlying FluxConstraintsParameters implementation
◆ setTime()
template<typename FluxConstraintsParameters >
template<typename T >
|
inline |
Forwards the new time to the underlying FluxConstraintsParameters object.
The documentation for this struct was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8