#include <utility>
Go to the source code of this file.
|
class | Dune::PDELab::GlobalCallableToGridFunctionAdapter< GV, RF, n, F > |
| Adapter for callables f(x) expecting a global coordinate x. More...
|
|
struct | Dune::PDELab::CallableAdapterGetDim< T > |
|
struct | Dune::PDELab::CallableAdapterGetDim< FieldVector< T, n > > |
|
struct | Dune::PDELab::CallableAdapterGetRangeFieldType< T > |
|
struct | Dune::PDELab::CallableAdapterGetRangeFieldType< FieldVector< T, n > > |
|
class | Dune::PDELab::LocalCallableToGridFunctionAdapter< GV, RF, n, F > |
| Adapter for callables f(e,x) expecting an entity e and a global coordinate x. More...
|
|
class | Dune::PDELab::GlobalCallableToInstationaryGridFunctionAdapter< GV, RF, n, F, P > |
| return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(x) global coordinates x More...
|
|
class | Dune::PDELab::LocalCallableToInstationaryGridFunctionAdapter< GV, RF, n, F, P > |
| return a PDELab GridFunction (with setTime method) defined by a parameter class and a callable f(e,x) that expects an entity e and local coordinates x More...
|
|
class | Dune::PDELab::GlobalCallableToBoundaryConditionAdapter< F > |
| Adapter for boundary cond from a callable taking global coordinates. More...
|
|
class | Dune::PDELab::LocalCallableToBoundaryConditionAdapter< F > |
| Adapter for boundary cond from a callable taking an entity and local coordinates. More...
|
|