dune-pdelab
2.0.0
|
extend conforming constraints class by processor boundary More...
#include <dune/pdelab/constraints/conforming.hh>
Public Types | |
enum | { doVolume = true } |
enum | { doBoundary = true } |
enum | { doProcessor = false } |
enum | { doSkeleton = false } |
enum | { doVolume = false } |
Public Member Functions | |
template<typename EG , typename LFS , typename T > | |
void | volume (const EG &eg, const LFS &lfs, T &trafo) const |
volume constraints More... | |
template<class GFS > | |
void | compute_ghosts (const GFS &gfs) |
NonoverlappingConformingDirichletConstraints (const GV &gv) | |
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... | |
extend conforming constraints class by processor boundary
|
inline |
|
inlineinherited |
boundary constraints
P | Parameter class, wich fulfills the DirichletConstraintsParameters interface |
IG | intersection geometry |
LFS | local function space |
T | TransformationType |
References dim.
|
inline |
|
inline |
volume constraints
EG | element geometry |
LFS | local function space |
T | TransformationType |