DUNE PDELab (2.8)

Dune::PDELab::BoundaryGridFunctionInterface< T, Imp > Class Template Reference

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

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

Public Types

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

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
 

Detailed Description

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

A BoundaryGridFunction allows evaluation on boundary intersections.

Member Function Documentation

◆ evaluate()

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

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 10, 22:30, 2024)