]> https://gitweb.dealii.org/ - dealii-svn.git/commit
When defining abbreviations for non-scalar data, use references,
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 14 Aug 2010 03:38:34 +0000 (03:38 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 14 Aug 2010 03:38:34 +0000 (03:38 +0000)
commitcaabbaf9bca7cf36318da5eb0ccce0bbb8b6ed53
tree57907a2186b6dd3c754696c701fd0b6f35c60119
parentdc926d450f723c13df93b6159ad054c46a14d9f9
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.