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

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_
 

Detailed Description

template<class RB, class CB>
class AMDiS::LocalViewPair< RB, CB >

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


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