AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
LocalView< GB > Class Template Reference

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< TreeCachetreeCache_ = std::nullopt
 

Detailed Description

template<class GB>
class AMDiS::LocalView< GB >

The restriction of a finite element basis to a single element.


The documentation for this class was generated from the following file: