DUNE PDELab (git)
Dune::PDELab::GridFunctionToLocalFunctionAdapter< T > Class Template Reference
make a LocalFunction from a GridFunction using local coordinates More...
#include <dune/pdelab/common/function.hh>
Public Member Functions | |
GridFunctionToLocalFunctionAdapter (const T &t_, const typename Traits::ElementType &e_) | |
Create a GridFunctionToLocalFunctionAdapter. More... | |
void | evaluate (const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
Evaluate the local function at the given position. More... | |
Detailed Description
template<typename T>
class Dune::PDELab::GridFunctionToLocalFunctionAdapter< T >
class Dune::PDELab::GridFunctionToLocalFunctionAdapter< T >
make a LocalFunction from a GridFunction using local coordinates
- Template Parameters
-
T type of the GridFunction
Constructor & Destructor Documentation
◆ GridFunctionToLocalFunctionAdapter()
template<typename T >
|
inline |
Create a GridFunctionToLocalFunctionAdapter.
- Parameters
-
t_ GridFunction e_ Grid's element where the local function is defined
Member Function Documentation
◆ evaluate()
template<typename T >
|
inline |
Evaluate the local function at the given position.
- Parameters
-
[in] x The position in local coordinates [out] y The result of the evaluation
The documentation for this class was generated from the following file:
- dune/pdelab/common/function.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)