dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::NonoverlappingConformingDirichletConstraints< GV > Class Template Reference

extend conforming constraints class by processor boundary More...

#include <dune/pdelab/constraints/conforming.hh>

Inheritance diagram for Dune::PDELab::NonoverlappingConformingDirichletConstraints< GV >:
Inheritance graph

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 &param, const IG &ig, const LFS &lfs, T &trafo) const
 boundary constraints More...
 

Detailed Description

template<typename GV>
class Dune::PDELab::NonoverlappingConformingDirichletConstraints< GV >

extend conforming constraints class by processor boundary

Member Enumeration Documentation

anonymous enum
inherited
Enumerator
doBoundary 
anonymous enum
inherited
Enumerator
doProcessor 
anonymous enum
inherited
Enumerator
doSkeleton 
anonymous enum
inherited
Enumerator
doVolume 
template<typename GV >
anonymous enum
Enumerator
doVolume 

Constructor & Destructor Documentation

Member Function Documentation

template<typename P , typename IG , typename LFS , typename T >
void Dune::PDELab::ConformingDirichletConstraints::boundary ( const P &  param,
const IG &  ig,
const LFS &  lfs,
T &  trafo 
) const
inlineinherited

boundary constraints

Template Parameters
PParameter class, wich fulfills the DirichletConstraintsParameters interface
IGintersection geometry
LFSlocal function space
TTransformationType

References dim.

template<typename GV >
template<class GFS >
void Dune::PDELab::NonoverlappingConformingDirichletConstraints< GV >::compute_ghosts ( const GFS &  gfs)
inline
template<typename GV >
template<typename EG , typename LFS , typename T >
void Dune::PDELab::NonoverlappingConformingDirichletConstraints< GV >::volume ( const EG &  eg,
const LFS &  lfs,
T &  trafo 
) const
inline

volume constraints

Template Parameters
EGelement geometry
LFSlocal function space
TTransformationType

The documentation for this class was generated from the following file: