--- /dev/null
+$/ = "\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
+ ;
--- /dev/null
+DT { margin-top:30pt;margin-bottom:10pt }
+A.name { font-weight:bold }
\ No newline at end of file
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>>
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