]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
start of html glossary
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Feb 2000 07:21:51 +0000 (07:21 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 20 Feb 2000 07:21:51 +0000 (07:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@2443 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/glossary/.cvsignore [new file with mode: 0644]
deal.II/doc/glossary/.cvsrc [new file with mode: 0644]
deal.II/doc/glossary/extract.pl [new file with mode: 0644]
deal.II/doc/glossary/glossary.css [new file with mode: 0644]
deal.II/doc/glossary/glossary.data

diff --git a/deal.II/doc/glossary/.cvsignore b/deal.II/doc/glossary/.cvsignore
new file mode 100644 (file)
index 0000000..dcaf716
--- /dev/null
@@ -0,0 +1 @@
+index.html
diff --git a/deal.II/doc/glossary/.cvsrc b/deal.II/doc/glossary/.cvsrc
new file mode 100644 (file)
index 0000000..dcaf716
--- /dev/null
@@ -0,0 +1 @@
+index.html
diff --git a/deal.II/doc/glossary/extract.pl b/deal.II/doc/glossary/extract.pl
new file mode 100644 (file)
index 0000000..f950b5a
--- /dev/null
@@ -0,0 +1,28 @@
+$/ = "\n\n";
+
+print << 'EOT'
+<HTML>
+<HEAD>
+<TITLE>deal.II glossary</TITLE>
+<link rel=stylesheet type="text/css" href="glossary.css">
+</HEAD>
+<BODY>
+<H1><ACRONYM>deal.II</ACRONYM> Glossary</H1>
+
+<DL>
+EOT
+    ;
+
+while(<>)
+{
+    s/\s+/ /g;
+    s/<<([^>]+)>>/<A HREF="#$1">$1<\/A>/g;
+    s/([^:]+):(.*)/<DT><A CLASS="name" NAME="$1">$1<\/A><\/DT>\n\t<DD>$2<\/DD>/;
+    print "\n$_\n";
+}
+
+print << 'EOT'
+</DL>
+</BODY>
+EOT
+    ;
diff --git a/deal.II/doc/glossary/glossary.css b/deal.II/doc/glossary/glossary.css
new file mode 100644 (file)
index 0000000..badc903
--- /dev/null
@@ -0,0 +1,2 @@
+DT { margin-top:30pt;margin-bottom:10pt }
+A.name { font-weight:bold }
\ No newline at end of file
index 1f6973469b4e1580a3ec07e21ece6b9bd59c6861..3164bc2d074ce96dd53137ea96db3ec8ee97d037 100644 (file)
@@ -1,5 +1,8 @@
 active cell: a triangulation cell that is not refined further
 
+cell: element of a subdivision, being of the same dimension as the
+domain of computation
+
 boundary component: part of the domain in physical space. Denotes
 either function for a curved boundary or the selection of a <<boundary
 condition>>
@@ -12,7 +15,7 @@ object>>s, indicating the number of a <<boundary component>>
 
 hex: hexahedron, mapping of the unit cube into the domain
 
-locally finest level: all active cells, i.e. the finest cell at each
+locally finest level: all <<active cell>>s, i.e. the finest cell at each
 point of the domain
 
 quad: quadrilateral, mapping of the unit square into the domain

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.