dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::PDELab::InstationaryFunctionDefaults Class Reference

Default class for additional methods in instationary functions. More...

#include <dune/pdelab/common/function.hh>

Inheritance diagram for Dune::PDELab::InstationaryFunctionDefaults:
Inheritance graph

Public Member Functions

template<typename Time >
void setTime (Time t)
 set time for subsequent evaluation
 

Detailed Description

Default class for additional methods in instationary functions.

Member Function Documentation

◆ setTime()

template<typename Time >
void Dune::PDELab::InstationaryFunctionDefaults::setTime ( Time  t)
inline

set time for subsequent evaluation

This method sets the time for subsequent calls to any of the evaluation methods.

Note
This default method does nothing, it just ensures setTime() can be called without ill effects.
Function implementation are free to restrict the types of acceptable parameters. This should be noted in the function classes documentation.

The documentation for this class was generated from the following file: