dune-pdelab 2.10-git
Loading...
Searching...
No Matches
Dune::PDELab::P0ParallelGhostConstraints Class Reference

Parallel P0 constraints for nonoverlapping grids with ghosts. More...

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

Inheritance diagram for Dune::PDELab::P0ParallelGhostConstraints:
Inheritance graph

Public Types

enum  { doBoundary =false }
 
enum  { doProcessor =false }
 
enum  { doSkeleton =false }
 
enum  { doVolume =true }
 
typedef LeafNodeTag NodeTag
 

Public Member Functions

template<typename P , typename EG , typename LFS , typename T >
void volume (const P &param, const EG &eg, const LFS &lfs, T &trafo) const
 volume constraints
 

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

Parallel P0 constraints for nonoverlapping grids with ghosts.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
doBoundary 

◆ anonymous enum

anonymous enum
Enumerator
doProcessor 

◆ anonymous enum

anonymous enum
Enumerator
doSkeleton 

◆ anonymous enum

anonymous enum
Enumerator
doVolume 

Member Function Documentation

◆ volume()

template<typename P , typename EG , typename LFS , typename T >
void Dune::PDELab::P0ParallelGhostConstraints::volume ( const P &  param,
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: