|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
callableadapter.hh
Go to the documentation of this file.
113 WrapperConformingToGridFunctionInterface makeGridFunctionFromCallable (const GV& gv, const F& f)
245 LocalCallableToInstationaryGridFunctionAdapter (const GV& gv_, const F& f_, P& p_) : gv(gv_), f(f_), p(p_) {}
279 WrapperConformingToGridFunctionInterface makeInstationaryGridFunctionFromCallable (const GV& gv, const F& f)
405 bool isDirichlet(const I & ig, const Dune::FieldVector<typename I::ctype, I::mydimension> & coord
WrapperConformingToGridFunctionInterface makeInstationaryGridFunctionFromCallable(const GV &gv, const F &f)
Create a GridFunction from callable and parameter class with setTime method.
Definition callableadapter.hh:279
WrapperConformingToGridFunctionInterface makeGridFunctionFromCallable(const GV &gv, const F &f)
Create a GridFunction adapter from a callable.
Definition callableadapter.hh:113
For backward compatibility – Do not use this!
R RangeType
range type
Definition function.hh:62
GV::Traits::template Codim< 0 >::Entity ElementType
codim 0 entity
Definition function.hh:119
Definition constraintsparameters.hh:26
Definition constraintsparameters.hh:122
Adapter for callables f(x) expecting a global coordinate x.
Definition callableadapter.hh:28
Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > Traits
Definition callableadapter.hh:33
void evaluate(const typename Traits::ElementType &e, const typename Traits::DomainType &xl, typename Traits::RangeType &y) const
evaluate extended function on element
Definition callableadapter.hh:42
GlobalCallableToGridFunctionAdapter(const GV &gv_, const F &f_)
construct from grid view
Definition callableadapter.hh:36
const GV & getGridView() const
get a reference to the grid view
Definition callableadapter.hh:39
Definition callableadapter.hh:52
Definition callableadapter.hh:62
T Type
Definition callableadapter.hh:68
Adapter for callables f(e,x) expecting an entity e and a global coordinate x.
Definition callableadapter.hh:78
Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > Traits
Definition callableadapter.hh:83
LocalCallableToGridFunctionAdapter(const GV &gv_, const F &f_)
construct from grid view
Definition callableadapter.hh:86
void evaluate(const typename Traits::ElementType &e, const typename Traits::DomainType &xl, typename Traits::RangeType &y) const
evaluate extended function on element
Definition callableadapter.hh:92
const GV & getGridView() const
get a reference to the grid view
Definition callableadapter.hh:89
return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(x) g...
Definition callableadapter.hh:198
void setTime(RF t)
Definition callableadapter.hh:224
void evaluate(const typename Traits::ElementType &e, const typename Traits::DomainType &xl, typename Traits::RangeType &y) const
evaluate extended function on element
Definition callableadapter.hh:215
const GV & getGridView() const
get a reference to the grid view
Definition callableadapter.hh:212
GlobalCallableToInstationaryGridFunctionAdapter(const GV &gv_, const F &f_, P &p_)
construct from grid view
Definition callableadapter.hh:207
Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > Traits
Definition callableadapter.hh:204
return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(e,...
Definition callableadapter.hh:236
void evaluate(const typename Traits::ElementType &e, const typename Traits::DomainType &xl, typename Traits::RangeType &y) const
evaluate extended function on element
Definition callableadapter.hh:251
const GV & getGridView() const
get a reference to the grid view
Definition callableadapter.hh:248
Dune::PDELab::GridFunctionTraits< GV, RF, n, Dune::FieldVector< RF, n > > Traits
Definition callableadapter.hh:242
LocalCallableToInstationaryGridFunctionAdapter(const GV &gv_, const F &f_, P &p_)
construct from grid view
Definition callableadapter.hh:245
void setTime(RF t)
Definition callableadapter.hh:259
Adapter for boundary cond from a callable taking global coordinates.
Definition callableadapter.hh:363
bool isDirichlet(const I &intersection, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
Test whether boundary is Dirichlet-constrained.
Definition callableadapter.hh:372
bool isNeumann(const I &ig, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
Definition callableadapter.hh:381
GlobalCallableToBoundaryConditionAdapter(F f_)
construct from functor
Definition callableadapter.hh:368
Adapter for boundary cond from a callable taking an entity and local coordinates.
Definition callableadapter.hh:395
LocalCallableToBoundaryConditionAdapter(const F &f_)
Definition callableadapter.hh:400
bool isNeumann(const I &ig, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
Definition callableadapter.hh:412
bool isDirichlet(const I &ig, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const
Definition callableadapter.hh:405
T declval(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8