From 38fc4a659200e139664764105f87d18cfc8b9d79 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 16 Sep 2015 17:43:53 -0500 Subject: [PATCH] update news/changes.h --- doc/news/changes.h | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 9e04ed7ad8..4fa3cc110f 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -48,27 +48,34 @@ inconvenience this causes. (David Wells, 2015/09/16) -
  • Cleanup: The two argument variant of cross_product that returned the - result by reference as first argument has been removed. Use the function - that directly returns the result instead. +
  • Cleanup: The two argument variant of cross_product() that returned + the result by reference as first argument has been removed. Use the + cross_product() function that directly returns the result instead. + Further, the exception + Tensor::ExcInvalidTensorContractionIndex + has been removed
    - (Matthias Maier, 2015/09/14) + (Matthias Maier, 2015/09/14 - 2015/09/17)
  • Cleanup: The following functions in tensor.h have been deprecated:
    - - The three argument variants of contract that return the - result by reference as first argument. Use operator* - instead. - - The three argument variant of cross_product that returns - the result by reference as first argument. Use the function that directly - returns the result instead. + - double_contract(). Use the generic contraction function + contract() instead. + - The four and five argument variants of contract() that return the + result by reference as first argument and take the contraction indices as + arguments. use the generic contraction function contract() instead. + - The three argument variants of contract() that return the result by + reference as first argument. Use operator* instead. + - The three argument variant of cross_product() that returns the result + by reference as first argument. Use the cross_product() function that + directly returns the result instead. - The three argument variants of outer_product that return - the result by reference as first argument. Use the function that directly - returns the result instead. - - determinant(dealii::Tensor) + the result by reference as first argument. Use the function that + directly returns the result instead. + - determinant(dealii::Tensor)
    - (Matthias Maier, 2015/09/14 - XXX) + (Matthias Maier, 2015/09/14 - 2015/09/17)
  • Removed: Tensor as well as Point no -- 2.39.5