Go to the documentation of this file.
2 #ifndef DUNE_PDELAB_BACKEND_ISTL_GENEO_SUBDOMAINBASIS_HH
3 #define DUNE_PDELAB_BACKEND_ISTL_GENEO_SUBDOMAINBASIS_HH
25 this->
local_basis[0] = std::make_shared<X>(basis_function);
51 #endif //DUNE_PDELAB_BACKEND_ISTL_GENEO_SUBDOMAINBASIS_HH
std::vector< std::shared_ptr< X > > local_basis
Definition: subdomainbasis.hh:43
int basis_size()
Size of the local basis.
Definition: subdomainbasis.hh:38
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
SubdomainBasis()
Definition: subdomainbasis.hh:15
This represents a general per-subdomain basis.
Definition: subdomainbasis.hh:12
X VectorType
Definition: subdomainbasis.hh:17
std::shared_ptr< X > get_basis_vector(int i)
Returns basis vector i.
Definition: subdomainbasis.hh:31
SubdomainBasis(X &basis_function)
Constructor creating a basis with only one basis function per subdomain.
Definition: subdomainbasis.hh:23