AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
LocalViewPair< B, B > Class Template Reference

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
 
LocalViewPairoperator= (LocalViewPair const &)=delete
 
 LocalViewPair (LocalViewPair &&)=delete
 
LocalViewPairoperator= (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< LocalViewcolLocalView_
 

Detailed Description

template<class B>
class AMDiS::LocalViewPair< B, B >

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


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