Take into account suggestions of Emmanuel
Compare changes
+ 88
− 68
@@ -28,6 +28,8 @@
@@ -41,7 +43,10 @@
@@ -56,7 +61,7 @@ of some [[https:github.com/kokkos/kokkos][Kokkos]] mechanisms.
@@ -118,7 +123,7 @@ The example is quite easy to read.
@@ -144,10 +149,10 @@ already be discussed.
@@ -168,9 +173,9 @@ calculations,...
@@ -180,9 +185,9 @@ In ~pugs~, all these "parameters" are set through a
@@ -195,11 +200,11 @@ There are lots of reasons not to use data files. By data file, we
@@ -224,9 +229,9 @@ methods or their settings.
@@ -238,8 +243,8 @@ files or a script), but it presents several drawbacks.
@@ -294,7 +299,7 @@ writing of new methods.
@@ -306,7 +311,7 @@ writing of new methods.
@@ -338,7 +343,7 @@ writing of new methods.
@@ -391,7 +396,7 @@ it is generally to decide not to offer them.\\
@@ -433,7 +438,7 @@ change of type in its lifetime.
@@ -475,7 +480,7 @@ already been /declared/, one writes simply
@@ -584,31 +589,27 @@ we give a few examples.
@@ -1602,7 +1603,7 @@ types. These can be meshes (the ~mesh~ type), output streams (the
@@ -1620,8 +1621,8 @@ operators can never be applied to variables of this kind
@@ -2763,7 +2764,8 @@ Physical Point("XMAXYMIN") = {5};
@@ -2775,7 +2777,7 @@ gmsh -2 hybrid-2d.geo -format msh2
@@ -2810,7 +2812,7 @@ This function creates the diamond dual ~mesh~ of a primal ~mesh~.
@@ -2863,7 +2865,7 @@ This function creates the median dual ~mesh~ of a primal ~mesh~.
@@ -2924,7 +2926,7 @@ that in ~pugs~ internals, there is only one connectivity object for
@@ -2949,7 +2951,7 @@ The result of the previous script is given on Figure
@@ -2990,7 +2992,7 @@ write_mesh(gnuplot_writer("relax_example_m2"), m2);
@@ -3118,7 +3120,7 @@ Here is the list of the functions
@@ -3476,6 +3478,24 @@ $\vec{\mathbb{P}}_0(\mathbb{R})$ of dimension 1 (since passing a single
@@ -3538,7 +3558,7 @@ In this example, the ~mesh~ provided in the file ~zones-1d.msh~ is a 1d
@@ -3632,7 +3652,7 @@ Let us consider a simple example
@@ -3692,7 +3712,7 @@ displacement is allowed for $x<2y$.
@@ -3731,7 +3751,7 @@ descriptors that are provided by the ~scheme~ module.
@@ -3842,9 +3862,9 @@ to supported elements.
@@ -3875,13 +3895,13 @@ this order:
@@ -4080,7 +4100,7 @@ depends on the compilation options of the code.
@@ -4142,7 +4162,7 @@ different.
@@ -4228,10 +4248,10 @@ Let us illustrate it by an important second example.
@@ -4248,7 +4268,7 @@ of ~fh~.
@@ -4275,7 +4295,7 @@ of ~fh~.
@@ -4491,7 +4511,7 @@ Figure [[fig:writer-gp-sin]].