]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust type of CosineFunction::hessian. 1570/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Sep 2015 22:02:00 +0000 (17:02 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Sep 2015 22:02:00 +0000 (17:02 -0500)
tests/numerics/derivatives.cc

index 70f4320a83efbcf61f00aaf00feef636e91db936..521ccc384155f3edafd35edc0f0826c93af12deb 100644 (file)
@@ -129,7 +129,7 @@ check (const unsigned int level,
   std::vector<Tensor<1,dim> > Du (quadrature.size());
   std::vector<Tensor<1,dim> > Df (quadrature.size());
   std::vector<Tensor<2,dim> > DDu (quadrature.size());
-  std::vector<Tensor<2,dim> > DDf (quadrature.size());
+  std::vector<SymmetricTensor<2,dim> > DDf (quadrature.size());
 
   for (cell = dof.begin_active(); cell != end; ++cell)
     {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.