]> https://gitweb.dealii.org/ - dealii.git/commit
When defining abbreviations for non-scalar data, use references,
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 14 Aug 2010 03:38:34 +0000 (03:38 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 14 Aug 2010 03:38:34 +0000 (03:38 +0000)
commit189e0c257d9cf18568aa86afd4cfd39e410c165e
tree1b27c7863e74e9d3c70289e400959fc1b446b93b
parentf6ed8948a30fd5b3ec2d0ed34eaeac00a0499d0a
When defining abbreviations for non-scalar data, use references,
i.e. use
      const std::vector<Tensor<2, dim> > &
jacobians = fe_values.get_jacobians ();
instead of
      std::vector<Tensor<2, dim> >
        jacobians = fe_values.get_jacobians ();

git-svn-id: https://svn.dealii.org/trunk@21658 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/deal.II/include/numerics/vectors.templates.h

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.