]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the right kind of markup for formulas.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 15 May 2009 19:31:17 +0000 (19:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 15 May 2009 19:31:17 +0000 (19:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@18853 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-35/step-35.cc

index d76bfbe20bd587e8d64e1e191d0b0a8fe8a8bb9f..a82cf35e33b91ca79be69c80ccc9c758f8246084 100644 (file)
@@ -927,13 +927,13 @@ template<int dim> void Navier_Stokes_Projection<dim>::projection_step( const boo
 // @sect4{ <code>Navier_Stokes_Projection::update_pressure</code> }
 // This is the pressure update step of the projection method. It implements the
 // standard formulation of the method, that is
-// $$
+// @f[
 //      p^{n+1} = p^n + \phi^{n+1},
-// $$
+// @f]
 // or the rotational form, which is
-// $$
+// @f[
 //      p^{n+1} = p^n + \phi^{n+1} - \frac{1}{Re} \nabla\cdot u^{n+1}.
-// $$
+// @f]
 template<int dim> void Navier_Stokes_Projection<dim>::update_pressure( const bool reinit_prec ){
   pres_n_minus_1 = pres_n;
   switch( type ){

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.