* @endcode
* The savings in work to write this are apparent.
*
+ * @ingroup functions
* @author Wolfgang Bangerth, 2011
*/
template <int dim, typename RangeNumberType = double>
* obviously easily extended to functions that are non-constant in their one
* component.
*
+ * @ingroup functions
* @author Wolfgang Bangerth, 2011
*/
template <int dim, typename RangeNumberType = double>
* where the <code>dim</code> components of the tensor function are placed
* into the first <code>dim</code> components of the function object.
*
+ * @ingroup functions
* @author Spencer Patty, 2013
*/
template <int dim, typename RangeNumberType = double>
/**
* The Bessel functions of first kind or positive integer order.
*
+ * @ingroup functions
* @author Guido Kanschat
* @date 2010
*/
*
* @note This function is only implemented for dim==1 .
*
+ * @ingroup functions
* @author Denis Davydov
* @date 2016
*/
* exponents are of course equally valid. Exponents can't be real when the
* bases are negative numbers.
*
+ * @ingroup functions
* @author Wolfgang Bangerth, 2006
*/
template <int dim>
* @note The use of the related class InterpolatedUniformGridData is
* discussed in step-53.
*
+ * @ingroup functions
* @author Wolfgang Bangerth, 2013
*/
template <int dim>
*
* @note The use of this class is discussed in step-53.
*
+ * @ingroup functions
* @author Wolfgang Bangerth, 2013
*/
template <int dim>
* takes a Table<2,double> to describe the set of exponents and a
* Vector<double> to describe the set of coefficients.
*
+ * @ingroup functions
* @author Ángel Rodríguez, 2015
*/
template <int dim>
*
* @note This function is currently only implemented for dim==3 .
*
+ * @ingroup functions
* @author Denis Davydov, 2017
*/
template <int dim>