]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Url references and fixed error
authorDiane Guignard <dguignar@uottawa.ca>
Fri, 17 Sep 2021 22:29:53 +0000 (18:29 -0400)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 29 Sep 2021 11:37:13 +0000 (13:37 +0200)
doc/doxygen/references.bib
doc/news/changes/major/20210917Guignard [new file with mode: 0644]
examples/step-82/step-82.cc

index 423863bfcc08471d771e481896f0b6d0f80c6562..771eebe869b069402555d46c7953bf68221d8df5 100644 (file)
   year={2011},
 }
 
-@misc{BGNY2020,
+@article{BGNY2020,
   title={{LDG} approximation of large deformations of prestrained plates},
   author={A. Bonito and D. Guignard and R.H. Nochetto and S. Yang},
-  journal={submitted},
+  journal={Submitted},
   year={2020},
-  eprint={2011.01086},
-  archivePrefix={arXiv},
-  primaryClass={math.NA}
+  url = {https://arxiv.org/abs/2011.01086}
 }
 
-@misc{BGNY2021,
+@article{BGNY2021,
   title={Numerical analysis of the LDG method for large deformations of prestrained plates},
   author={A. Bonito and D. Guignard and R.H. Nochetto and S. Yang},
-  journal={submitted},
+  journal={Submitted},
   year={2021},
-  eprint={2106.13877},
-  archivePrefix={arXiv},
-  primaryClass={math.NA}
+  url = {https://arxiv.org/abs/2106.13877}
 }
 
 % ------------------------------------
diff --git a/doc/news/changes/major/20210917Guignard b/doc/news/changes/major/20210917Guignard
new file mode 100644 (file)
index 0000000..d6bd8e1
--- /dev/null
@@ -0,0 +1,4 @@
+New: The tutorial program step-82 (local discontinuous Galerkin method
+for the bi-Laplacian problem) has been added.
+<br>
+(Diane Guignard, 2021/09/17)
index 3831fc4f1ec5af0f9d28240dbabd46cb5d08dc92..17716a463f75bfa8dd6e531b61890ca5e828865a 100644 (file)
@@ -399,7 +399,7 @@ namespace Step82
 
     const auto dofs_per_cell = fe.dofs_per_cell;
 
-    for (const auto cell : dof_handler.active_cell_iterators())
+    for (const auto &cell : dof_handler.active_cell_iterators())
       {
         std::vector<types::global_dof_index> dofs(dofs_per_cell);
         cell->get_dof_indices(dofs);

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.