1#ifndef DUNE_GENEO_PARTITIONOFUNITYBASIS_HH
2#define DUNE_GENEO_PARTITIONOFUNITYBASIS_HH
4#include "subdomainbasis.hh"
10 class PartitionOfUnityBasis :
public SubdomainBasis<X>
14 PartitionOfUnityBasis(X& part_unity) {
15 this->local_basis.resize(1);
16 this->local_basis[0] = std::make_shared<X>(part_unity);