dune-pdelab 2.7-git
|
This represents a general per-subdomain basis. More...
#include <dune/pdelab/backend/istl/geneo/subdomainbasis.hh>
Public Types | |
typedef X | VectorType |
Public Member Functions | |
SubdomainBasis () | |
SubdomainBasis (X &basis_function) | |
Constructor creating a basis with only one basis function per subdomain. More... | |
std::shared_ptr< X > | get_basis_vector (int i) |
Returns basis vector i. More... | |
int | basis_size () |
Size of the local basis. More... | |
Protected Attributes | |
std::vector< std::shared_ptr< X > > | local_basis |
This represents a general per-subdomain basis.
X | Vector type. |
typedef X Dune::PDELab::SubdomainBasis< X >::VectorType |
|
inline |
|
inline |
Constructor creating a basis with only one basis function per subdomain.
|
inline |
Size of the local basis.
|
inline |
Returns basis vector i.
|
protected |