The restriction of a finite element basis to a single element. More...
#include <LocalViewPair.hpp>
Public Member Functions | |
| LocalViewPair (RB const &rowBasis, CB const &colBasis) | |
| Construct local view for a given global finite element basis. | |
| template<class Element > | |
| void | bind (Element const &element) |
| Bind the views to a grid element. | |
| void | unbind () |
| Unbind from the current element. | |
| RowLocalView const & | row () const |
| ColLocalView const & | col () const |
Protected Attributes | |
| RowLocalView | rowLocalView_ |
| ColLocalView | colLocalView_ |
The restriction of a finite element basis to a single element.