Reference documentation for deal.II version 9.3.3
|
Typedefs | |
template<int dim, typename DoFHandlerType = DoFHandler<dim>, typename VectorType = Vector<double>> | |
using | FEFieldFunction = ::Functions::FEFieldFunction< dim, DoFHandlerType, VectorType > |
using Legacy::Functions::FEFieldFunction = typedef ::Functions::FEFieldFunction<dim, DoFHandlerType, VectorType> |
The template arguments of the original Functions::FEFieldFunction class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.
Definition at line 505 of file fe_field_function.h.