Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Namespaces | Typedefs
function.h File Reference
#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.

Classes

class  Function< dim, RangeNumberType >
 
class  Functions::ConstantFunction< dim, RangeNumberType >
 
class  Functions::ZeroFunction< dim, RangeNumberType >
 
class  ComponentSelectFunction< dim, RangeNumberType >
 
class  ScalarFunctionFromFunctionObject< dim, RangeNumberType >
 
class  VectorFunctionFromScalarFunctionObject< dim, RangeNumberType >
 
class  FunctionFromFunctionObjects< dim, RangeNumberType >
 
class  VectorFunctionFromTensorFunction< dim, RangeNumberType >
 

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 >
 

Typedef Documentation

◆ ConstantFunction

template<int dim, typename RangeNumberType = double>
using ConstantFunction = Functions::ConstantFunction<dim, RangeNumberType>

Provide a function which always returns the constant values handed to the constructor.

Definition at line 532 of file function.h.

◆ ZeroFunction

template<int dim, typename RangeNumberType = double>
using ZeroFunction = Functions::ZeroFunction<dim, RangeNumberType>

Provide a function which always returns zero.

Definition at line 541 of file function.h.