]> https://gitweb.dealii.org/ - dealii.git/commitdiff
typo fix 2968/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 15 Aug 2016 18:51:07 +0000 (14:51 -0400)
committerTimo Heister <timo.heister@gmail.com>
Mon, 15 Aug 2016 18:51:07 +0000 (14:51 -0400)
doc/doxygen/headers/vector_valued.h

index b3e9f6b74633e6c28d1d2ec9972f2520eb09f576..a14bca76fcc3e3e63b735165a101ed2a893befc8 100644 (file)
                                     fe_values[velocities].divergence (j, q)) *
                                     fe_values.JxW(q);
 
-            local_rhs(i) += fe_values[pressure].value (i, q)
+            local_rhs(i) += - fe_values[pressure].value (i, q) *
                             rhs_values[q] *
                             fe_values.JxW(q);
           }

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.