The restriction of a finite element basis to a single element. More...
#include <LocalViewPair.hpp>
Public Member Functions | |
LocalViewPair (B const &rowBasis, B const &colBasis) | |
Construct local view for a given global finite element basis. | |
LocalViewPair (LocalViewPair const &)=delete | |
LocalViewPair & | operator= (LocalViewPair const &)=delete |
LocalViewPair (LocalViewPair &&)=delete | |
LocalViewPair & | operator= (LocalViewPair &&)=delete |
template<class Element > | |
void | bind (Element const &element) |
Bind the views to a grid element. | |
void | unbind () |
Unbind from the current element. | |
LocalView const & | row () const |
LocalView const & | col () const |
Protected Attributes | |
bool | same_ = false |
LocalView | rowLocalView_ |
std::shared_ptr< LocalView > | colLocalView_ |
The restriction of a finite element basis to a single element.