From 45ab71c50de8c0653b68829415a2dd1f9eab8a44 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 2 Sep 2015 18:38:21 -0500 Subject: [PATCH] add a news/changes.h entry --- doc/news/changes.h | 12 +++++++++++- tests/base/tensor_mixing_types_01.output | 16 ++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index c25afdc64d..9aea8bdf85 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -126,6 +126,13 @@ inconvenience this causes. (Alberto Sartori, 2015/09/04) +
  • Cleanup: The interface of Tensor has been cleaned + up (a lot of unnecessary partial template specializations have been + removed). The specialization Tensor<1,dim,Number> has been removed. +
    + (Matthias Maier, 2015/09/02) +
  • +
  • Fixed: VectorTools::integrate_difference for VectorTools::Hdiv_seminorm was computed incorrectly.
    @@ -156,9 +163,12 @@ inconvenience this causes. - TensorFunction
    - Classes now supporting complex number types via header: + Classes with fixed interface that now fully support complex number + types (pure template classes without explicit instantiations in the + library): - LinearOperator - PackagedOperation + - Tensor
    (Matthias Maier, 2015/08/25 - XXX)
  • diff --git a/tests/base/tensor_mixing_types_01.output b/tests/base/tensor_mixing_types_01.output index 286b6841d7..c92b6bfa71 100644 --- a/tests/base/tensor_mixing_types_01.output +++ b/tests/base/tensor_mixing_types_01.output @@ -31,4 +31,20 @@ DEAL::(1.60000,0.00000) (3.20000,0.00000) DEAL::(160.000,0.00000) (320.000,0.00000) DEAL::(160.000,0.00000) (320.000,0.00000) DEAL::(16.0000,0.00000) (32.0000,0.00000) +DEAL::5.00000 10.0000 20.0000 +DEAL::-3.00000 -6.00000 -12.0000 +DEAL::84.0000 +DEAL::(36.0000,0.00000) (72.0000,0.00000) (144.000,0.00000) +DEAL::(-28.0000,0.00000) (-56.0000,0.00000) (-112.000,0.00000) +DEAL::(2688.00,0.00000) +DEAL::40.0000 80.0000 160.000 +DEAL::0.400000 0.800000 1.60000 +DEAL::40.0000 80.0000 160.000 +DEAL::40.0000 80.0000 160.000 +DEAL::4.00000 8.00000 16.0000 +DEAL::(320.000,0.00000) (640.000,0.00000) (1280.00,0.00000) +DEAL::(3.20000,0.00000) (6.40000,0.00000) (12.8000,0.00000) +DEAL::(320.000,0.00000) (640.000,0.00000) (1280.00,0.00000) +DEAL::(320.000,0.00000) (640.000,0.00000) (1280.00,0.00000) +DEAL::(32.0000,0.00000) (64.0000,0.00000) (128.000,0.00000) DEAL::OK! -- 2.39.5