|
struct | Dune::PDELab::FunctionTraits< DF, n, D, RF, m, R > |
|
class | Dune::PDELab::FunctionInterface< T, Imp > |
| a Function that maps x in DomainType to y in RangeType More...
|
|
class | Dune::PDELab::InstationaryFunctionDefaults |
| Default class for additional methods in instationary functions. More...
|
|
struct | Dune::PDELab::PowerCompositeGridFunctionTraits< GV > |
| GV The type of the grid view the function lives on. More...
|
|
class | Dune::PDELab::GridFunctionOutputParameters |
| Mixin base class for specifying output hints to I/O routines like VTK. More...
|
|
struct | Dune::PDELab::GridFunctionOutputParameters::Output |
| Namespace for output-related data types and enums. More...
|
|
struct | Dune::PDELab::GridFunctionTraits< GV, RF, m, R > |
| traits class holding the function signature, same as in local function More...
|
|
class | Dune::PDELab::GridFunctionInterface< T, Imp > |
| a GridFunction maps x in DomainType to y in RangeType More...
|
|
struct | Dune::PDELab::BoundaryGridFunctionTraits< GV, RF, m, R > |
| traits class holding function signature, same as in local function More...
|
|
class | Dune::PDELab::BoundaryGridFunctionInterface< T, Imp > |
| A BoundaryGridFunction allows evaluation on boundary intersections. More...
|
|
class | Dune::PDELab::FunctionToGridFunctionAdapter< G, T > |
| make a GridFunction from a Function More...
|
|
class | Dune::PDELab::GridFunctionToFunctionAdapter< GF > |
| make a Function from a GridFunction More...
|
|
class | Dune::PDELab::GlobalFunctionToLocalFunctionAdapter< T, E > |
| make a Function in local coordinates from a Function in global coordinates More...
|
|
class | Dune::PDELab::GridFunctionToLocalFunctionAdapter< T > |
| make a LocalFunction from a GridFunction using local coordinates More...
|
|
class | Dune::PDELab::SelectComponentAdapter< T > |
| a Function maps x in DomainType to y in RangeType More...
|
|
class | Dune::PDELab::BoundaryGridFunctionSelectComponentAdapter< T > |
| Takes a BoundaryGridFunction and acts as a single component. More...
|
|
struct | Dune::PDELab::GridFunctionTag |
|
class | Dune::PDELab::GridFunctionBase< T, Imp > |
| leaf of a function tree More...
|
|
class | Dune::PDELab::BoundaryGridFunctionBase< T, Imp > |
| leaf of a function tree More...
|
|
struct | Dune::PDELab::PowerCompositeSetTimeVisitor< TT > |
| Visitor for Power- and CompositeGridFunctions calling the setTime() method on the leafs of the corresponding function trees. More...
|
|
struct | Dune::PDELab::PowerGridFunctionTag |
|
class | Dune::PDELab::PowerGridFunction< T, k > |
| product of identical functions More...
|
|
struct | Dune::PDELab::CompositeGridFunctionTag |
|
class | Dune::PDELab::CompositeGridFunction< DUNE_TYPETREE_COMPOSITENODE_TEMPLATE_CHILDREN > |
| composite functions More...
|
|
class | Dune::PDELab::GridFunctionBaseAdapter< Imp > |
| Turn an ordinary GridFunction into a GridFunctionTree leaf. More...
|
|
struct | Dune::PDELab::AnalyticGridFunctionTraits< GV, RF, m > |
| function signature for analytic functions on a grid More...
|
|
class | Dune::PDELab::AnalyticGridFunctionBase< T, Imp > |
| an analytic grid function More...
|
|
class | Dune::PDELab::NormalFluxGridFunctionAdapter< T > |
|
class | Dune::PDELab::PiolaBackwardAdapter< T > |
|