--- Begin Message ---
------------------------------------------------------------
revno: 128
committer: Garth N. Wells <gnw20@xxxxxxxxx>
branch nick: fenics-doc
timestamp: Tue 2010-08-31 14:58:53 +0100
message:
Consistent naming for demos
modified:
source/demos/pde/mixed-poisson/common.txt
source/demos/pde/mixed-poisson/cpp/documentation.rst
source/demos/pde/mixed-poisson/python/documentation.rst
source/demos/pde/navier-stokes/cpp/documentation.rst
source/demos/pde/navier-stokes/python/documentation.rst
source/demos/pde/poisson/cpp/documentation.rst
source/demos/pde/poisson/python/documentation.rst
--
lp:fenics-doc
https://code.launchpad.net/~fenics-core/fenics-doc/main
You are subscribed to branch lp:fenics-doc.
To unsubscribe from this branch go to https://code.launchpad.net/~fenics-core/fenics-doc/main/+edit-subscription
=== modified file 'source/demos/pde/mixed-poisson/common.txt'
--- source/demos/pde/mixed-poisson/common.txt 2010-08-31 13:48:23 +0000
+++ source/demos/pde/mixed-poisson/common.txt 2010-08-31 13:58:53 +0000
@@ -5,7 +5,7 @@
sections of the programmer's reference (for class names) are
needed.
-This demo illustrates how to solve Poisson's equation using a mixed
+This demo illustrates how to solve Poisson equation using a mixed
(two-field) formulation. In particular, it illustrates how to
* Use mixed and non-continuous finite element spaces
@@ -15,7 +15,7 @@
Equation and problem definition
-------------------------------
-An alternative formulation of Poisson's equation can be formulated by
+An alternative formulation of Poisson equation can be formulated by
introducing an additional (vector) variable, namely the (negative)
flux: :math:`\sigma = \nabla u`. The partial differential equations
then read
=== modified file 'source/demos/pde/mixed-poisson/cpp/documentation.rst'
--- source/demos/pde/mixed-poisson/cpp/documentation.rst 2010-08-31 13:48:23 +0000
+++ source/demos/pde/mixed-poisson/cpp/documentation.rst 2010-08-31 13:58:53 +0000
@@ -2,8 +2,8 @@
.. _demos_cpp_pde_mixed-poisson:
-Mixed formulation for Poisson's equation
-========================================
+Mixed formulation for Poisson equation
+======================================
.. include:: ../common.txt
=== modified file 'source/demos/pde/mixed-poisson/python/documentation.rst'
--- source/demos/pde/mixed-poisson/python/documentation.rst 2010-08-31 13:48:23 +0000
+++ source/demos/pde/mixed-poisson/python/documentation.rst 2010-08-31 13:58:53 +0000
@@ -2,8 +2,8 @@
.. _demos_python_pde_mixed-poisson:
-Mixed formulation for Poisson's equation
-========================================
+Mixed formulation for Poisson equation
+======================================
This demo is implemented in a single Python file, :download:`demo.py`,
which contains both the variational forms and the solver.
=== modified file 'source/demos/pde/navier-stokes/cpp/documentation.rst'
--- source/demos/pde/navier-stokes/cpp/documentation.rst 2010-08-31 13:48:23 +0000
+++ source/demos/pde/navier-stokes/cpp/documentation.rst 2010-08-31 13:58:53 +0000
@@ -1,7 +1,7 @@
.. _demos_cpp_pde_navier_stokes:
-The Incompressible Navier-Stokes Equations
-==========================================
+Incompressible Navier-Stokes equations
+======================================
This demo is implemented the C++ source file :download:`main.cpp`. In
addition, this program requires the following header files that define
=== modified file 'source/demos/pde/navier-stokes/python/documentation.rst'
--- source/demos/pde/navier-stokes/python/documentation.rst 2010-08-31 13:48:23 +0000
+++ source/demos/pde/navier-stokes/python/documentation.rst 2010-08-31 13:58:53 +0000
@@ -1,7 +1,7 @@
.. _demos_python_pde_navier_stokes:
-The Incompressible Navier-Stokes Equations
-==========================================
+Incompressible Navier-Stokes equations
+======================================
This demo is implemented in a single Python file, :download:`demo.py`,
which contains both the variational forms and the solver.
=== modified file 'source/demos/pde/poisson/cpp/documentation.rst'
--- source/demos/pde/poisson/cpp/documentation.rst 2010-08-31 13:48:23 +0000
+++ source/demos/pde/poisson/cpp/documentation.rst 2010-08-31 13:58:53 +0000
@@ -3,8 +3,8 @@
.. _demos_cpp_pde_poisson:
-Poisson's equation
-==================
+Poisson equation
+================
.. include:: ../common.txt
=== modified file 'source/demos/pde/poisson/python/documentation.rst'
--- source/demos/pde/poisson/python/documentation.rst 2010-08-31 13:48:23 +0000
+++ source/demos/pde/poisson/python/documentation.rst 2010-08-31 13:58:53 +0000
@@ -2,8 +2,8 @@
.. _demos_python_pde_poisson:
-Poisson's equation
-==================
+Poisson equation
+================
This demo is implemented in a single Python file, :download:`demo.py`,
which contains both the variational forms and the solver.
--- End Message ---