dune-pdelab  2.4.1
Public Types | Public Member Functions | List of all members
Dune::PDELab::BoundaryGridFunctionInterface< T, Imp > Class Template Reference

A BoundaryGridFunction allows evaluation on boundary intersections. More...

#include <dune/pdelab/common/function.hh>

Inheritance diagram for Dune::PDELab::BoundaryGridFunctionInterface< T, Imp >:
Inheritance graph

Public Types

typedef T Traits
 Export type traits of the boundary grid function. More...
 

Public Member Functions

template<typename I >
void evaluate (const IntersectionGeometry< I > &ig, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 Evaluate the GridFunction at given position. More...
 
const Traits::GridViewType & getGridView () const
 get a reference to the GridView More...
 

Detailed Description

template<class T, class Imp>
class Dune::PDELab::BoundaryGridFunctionInterface< T, Imp >

A BoundaryGridFunction allows evaluation on boundary intersections.

Member Typedef Documentation

template<class T, class Imp>
typedef T Dune::PDELab::BoundaryGridFunctionInterface< T, Imp >::Traits

Export type traits of the boundary grid function.

Member Function Documentation

template<class T, class Imp>
template<typename I >
void Dune::PDELab::BoundaryGridFunctionInterface< T, Imp >::evaluate ( const IntersectionGeometry< I > &  ig,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline

Evaluate the GridFunction at given position.

Evaluates components of the grid function at the given position and returns these values in a vector.

Parameters
[in]iggeometry of intersection with boundary
[in]xThe position in entity-local coordinates
[out]yThe result of the evaluation
template<class T, class Imp>
const Traits::GridViewType& Dune::PDELab::BoundaryGridFunctionInterface< T, Imp >::getGridView ( ) const
inline

get a reference to the GridView


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