From 0efc9e4a20e9b9e48f4150b5c5cab8923302df29 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 21 Mar 2006 22:26:46 +0000 Subject: [PATCH] Present a link to a paper that uses this mesh :-) git-svn-id: https://svn.dealii.org/trunk@12650 0785d39b-7218-0410-832d-ea1e28bc413d --- .../chapter-2.step-by-step/step-1.data/intro.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/intro.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/intro.html index c4559f0ad8..3846e17048 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/intro.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/intro.html @@ -8,7 +8,11 @@ some elements of simple loops over all cells. We create two grids, one which is a regularly refined square (not very exciting, but a common starting grid for some problems), and one more geometric attempt: a ring-shaped domain, which is refined towards the inner edge. The -latter is certainly not very useful and is certainly only rarely used -in numerical analysis, but looks nice and illustrates how loops over -cells are written and some of the things you can do with cells. +latter is certainly not very useful and is probably only rarely used +in numerical analysis for PDEs (although, to everyone's surprise, it +has actually found its way into the literature, see the paper by M. My +titled "PDE.MART: A network-based problem-solving environment", ACM +Trans. Math. Software, vol. 31, pp. 508-531, 2005 :-), but looks nice +and illustrates how loops over cells are written and some of the +things you can do with cells.

-- 2.39.5