const Point<dim> &p) const;
/**
- * Computes the order @tparam order derivative of the <tt>i</tt>th
- * polynomial at unit point <tt>p</tt>.
+ * Computes the <tt>order</tt>th derivative of the <tt>i</tt>th polynomial
+ * at unit point <tt>p</tt>.
*
* Consider using compute() instead.
+ *
+ * @tparam order The order of the derivative.
*/
template <int order>
Tensor<order,dim> compute_derivative (const unsigned int i,
* to populate a TableIndices object upon creation, either completely, or
* partially.
*
- * Index entries that are not set by this 1 - 9 arguments (either
- * because they are omitted, or because @tparam N is larger than 9) are
- * set to numbers::invalid_unsigned_int.
+ * Index entries that are not set by these arguments (either because
+ * they are omitted, or because $N > 9$) are set to
+ * numbers::invalid_unsigned_int.
*
- * Note that only the first @tparam N arguments are actually used.
+ * Note that only the first <tt>N</tt> arguments are actually used.
+ *
+ * @tparam N The number of indices stored in each object.
*/
TableIndices (const unsigned int index0,
const unsigned int index1 = numbers::invalid_unsigned_int,
/**
- * Addition of two tensors of general @tparam rank.
+ * Addition of two tensors of general rank.
+ *
+ * @tparam rank The rank of both tensors.
*
* @relates Tensor
*/
/**
- * Subtraction of two tensors of general @tparam rank.
+ * Subtraction of two tensors of general rank.
+ *
+ * @tparam rank The rank of both tensors.
*
* @relates Tensor
*/
const Point<dim> &p) const;
/**
- * Computes the order @tparam order derivative of the <tt>i</tt>th tensor
+ * Computes the <tt>order</tt>th derivative of the <tt>i</tt>th tensor
* product polynomial at <tt>unit_point</tt>. Here <tt>i</tt> is given in
* tensor product numbering.
*
* several times. Instead use the compute() function, see above, with
* the size of the appropriate parameter set to n() to get the point value
* of all tensor polynomials all at once and in a much more efficient way.
+ *
+ * @tparam order The derivative order.
*/
template <int order>
Tensor<order,dim> compute_derivative (const unsigned int i,
const Point<dim> &p) const;
/**
- * Computes the order @tparam order derivative of the <tt>i</tt>th tensor
+ * Computes the <tt>order</tt>th derivative of the <tt>i</tt>th tensor
* product polynomial at <tt>unit_point</tt>. Here <tt>i</tt> is given in
* tensor product numbering.
*
* several times. Instead use the compute() function, see above, with
* the size of the appropriate parameter set to n() to get the point value
* of all tensor polynomials all at once and in a much more efficient way.
+ *
+ * @tparam order The derivative order.
*/
template <int order>
Tensor<order,dim> compute_derivative (const unsigned int i,
const Point<dim> &p) const;
/**
- * Computes the order @tparam order derivative of the <tt>i</tt>th tensor
+ * Computes the <tt>order</tt>th derivative of the <tt>i</tt>th tensor
* product polynomial at <tt>unit_point</tt>. Here <tt>i</tt> is given in
* tensor product numbering.
*
* several times. Instead use the compute() function, see above, with
* the size of the appropriate parameter set to n() to get the point value
* of all tensor polynomials all at once and in a much more efficient way.
+ *
+ * @tparam order The derivative order.
*/
template <int order>
Tensor<order,dim> compute_derivative (const unsigned int i,