2 #ifndef DUNE_PDELAB_P0CONSTRAINTS_HH
3 #define DUNE_PDELAB_P0CONSTRAINTS_HH
5 #include "../common/geometrywrapper.hh"
29 template<
typename I,
typename LFS,
typename T>
31 const LFS& lfs, T& trafo)
const
33 typename T::RowType empty;
34 typedef typename LFS::Traits::SizeType size_type;
35 for (size_type i=0; i<lfs.size(); i++){
36 trafo[lfs.dofIndex(i)] = empty;
void processor(const Dune::PDELab::IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
processor constraints
Definition: p0.hh:30
Parallel P0 constraints for overlapping grids.
Definition: p0.hh:15
const IG & ig
Definition: common/constraints.hh:146
Wrap intersection.
Definition: geometrywrapper.hh:56