![]() |
Reference documentation for deal.II version 9.2.0
|
#include <deal.II/base/config.h>#include <deal.II/base/exceptions.h>#include <deal.II/base/function_time.h>#include <deal.II/base/point.h>#include <deal.II/base/subscriptor.h>#include <deal.II/base/symmetric_tensor.h>#include <deal.II/base/tensor.h>#include <functional>#include <vector>Go to the source code of this file.
Namespaces | |
| Functions | |
Typedefs | |
| template<int dim, typename RangeNumberType = double> | |
| using | ConstantFunction = Functions::ConstantFunction< dim, RangeNumberType > |
| template<int dim, typename RangeNumberType = double> | |
| using | ZeroFunction = Functions::ZeroFunction< dim, RangeNumberType > |
| using ConstantFunction = Functions::ConstantFunction<dim, RangeNumberType> |
Provide a function which always returns the constant values handed to the constructor.
Definition at line 531 of file function.h.
| using ZeroFunction = Functions::ZeroFunction<dim, RangeNumberType> |
Provide a function which always returns zero.
Definition at line 540 of file function.h.