|
dune-pdelab
2.5-dev
|
BoundaryGridFunction returning a constant value everywhere. More...
#include <dune/pdelab/function/const.hh>

Public Types | |
| typedef BoundaryGridFunctionTraits< GV, RF, dimR, FieldVector< RF, dimR > > | Traits |
| export Traits class More... | |
| typedef GridFunctionTag | ImplementationTag |
| typedef BoundaryGridFunctionTraits< GV, RF, 1, FieldVector< RF, 1 > > ::GridViewType | GridViewType |
| Type of the GridView. More... | |
Public Member Functions | |
| ConstBoundaryGridFunction (const GV &gv_, const typename Traits::RangeType &val_=1) | |
| Contruct a ConstBoundaryGridFunction. More... | |
| template<typename I > | |
| void | evaluate (const IntersectionGeometry< I > &ig, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| evaluate the function More... | |
| const GV & | getGridView () const |
| get a reference to the GridView More... | |
| const Traits::GridViewType & | getGridView () const |
| get a reference to the GridView More... | |
BoundaryGridFunction returning a constant value everywhere.
| GV | The type of the GridView |
| RF | The type of the range field |
| dimRange | The dimension of the Range |
|
inherited |
Type of the GridView.
|
inherited |
| typedef BoundaryGridFunctionTraits< GV, RF,dimR,FieldVector<RF,dimR> > Dune::PDELab::ConstBoundaryGridFunction< GV, RF, dimR >::Traits |
export Traits class
|
inline |
Contruct a ConstBoundaryGridFunction.
| gv_ | The GridView to use. This class stores a copy of it. |
| val_ | The value tu return on evaluation. This class stores a copy of that value. |
|
inline |
evaluate the function
| I | Type of intersection |
| ig | IntersectionGeometry of this boundary intersection. |
| x | Position in local coordinates where to evaluate. |
| y | The resulting value. |
|
inline |
get a reference to the GridView
|
inlineinherited |
get a reference to the GridView
1.8.17