The restriction of a finite element basis to a single element. More...
#include <LocalView.hpp>
Inherits DefaultLocalView< GB >.
Public Types | |
using | GlobalBasis = GB |
The global FE basis that this is a view on. | |
using | Tree = typename Super::Tree |
Tree of local finite elements / local shape function sets. | |
using | TreeCache = NodeCache_t< Tree > |
Cached basis-tree. | |
Public Member Functions | |
LocalView (GlobalBasis const &globalBasis) | |
Construct local view for a given global finite element basis. | |
TreeCache const & | treeCache () const |
Cached version of the local ansatz tree. | |
LocalView const & | rootLocalView () const |
Return this local-view. | |
Protected Attributes | |
OptionalNoCopy< TreeCache > | treeCache_ = std::nullopt |
The restriction of a finite element basis to a single element.