|
dune-pdelab
2.0.0
|
Hanging Node constraints construction. More...
#include <dune/pdelab/constraints/hangingnode.hh>

Public Types | |
| enum | { doBoundary = true } |
| enum | { doSkeleton = true } |
| enum | { doVolume = false } |
| enum | { dimension = Grid::dimension } |
| enum | { doBoundary = true } |
| enum | { doProcessor = false } |
| enum | { doSkeleton = false } |
| enum | { doVolume = false } |
Public Member Functions | |
| HangingNodesDirichletConstraints (Grid &grid, bool adaptToIsolatedHangingNodes, const BoundaryFunction &_boundaryFunction) | |
| void | update (Grid &grid) |
| template<typename IG , typename LFS , typename T > | |
| void | skeleton (const IG &ig, const LFS &lfs_e, const LFS &lfs_f, T &trafo_e, T &trafo_f) const |
| skeleton constraints More... | |
| template<typename P , typename IG , typename LFS , typename T > | |
| void | boundary (const P ¶m, const IG &ig, const LFS &lfs, T &trafo) const |
| boundary constraints More... | |
Hanging Node constraints construction.
| anonymous enum |
| anonymous enum |
| anonymous enum |
| anonymous enum |
|
inline |
|
inlineinherited |
boundary constraints
| P | Parameter class, wich fulfills the DirichletConstraintsParameters interface |
| IG | intersection geometry |
| LFS | local function space |
| T | TransformationType |
References dim.
|
inline |
skeleton constraints
| I | intersection geometry |
| LFS | local function space |
| T | TransformationType |
References Dune::PDELab::HangingNodesDirichletConstraints< Grid, HangingNodesConstraintsAssemblerType, BoundaryFunction >::dimension, e, f, and Dune::PDELab::HangingNodeManager< Grid, BoundaryFunction >::hangingNodes().
|
inline |
1.8.7