dune-pdelab
2.0.0
|
Takes a BoundaryGridFunction and acts as a single component. More...
#include <dune/pdelab/common/function.hh>
Public Types | |
typedef BaseT::Traits | Traits |
Export type traits. More... | |
Public Member Functions | |
BoundaryGridFunctionSelectComponentAdapter (const T &t_, int k_) | |
template<typename I > | |
void | evaluate (const IntersectionGeometry< I > &ig, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
Evaluate all basis function at given position. More... | |
const Traits::GridViewType & | getGridView () const |
get a reference to the GridView More... | |
void | select (int k_) |
set component to be selected More... | |
void | evaluate (const IntersectionGeometry< I > &ig, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
Evaluate the GridFunction at given position. More... | |
Takes a BoundaryGridFunction and acts as a single component.
typedef BaseT::Traits Dune::PDELab::BoundaryGridFunctionSelectComponentAdapter< T >::Traits |
Export type traits.
|
inline |
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
[in] | ig | geometry of intersection with boundary |
[in] | x | The position in entity-local coordinates |
[out] | y | The result of the evaluation |
|
inline |
Evaluate all basis function at given position.
Evaluates all shape functions at the given position and returns these values in a vector.
|
inline |
get a reference to the GridView
|
inline |
set component to be selected