From: guido Date: Sun, 20 Feb 2000 07:21:51 +0000 (+0000) Subject: start of html glossary X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e30d0ea15cf6834f3a05a5f9bde5e43269bfc4b;p=dealii-svn.git start of html glossary git-svn-id: https://svn.dealii.org/trunk@2443 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/glossary/.cvsignore b/deal.II/doc/glossary/.cvsignore new file mode 100644 index 0000000000..dcaf71693e --- /dev/null +++ b/deal.II/doc/glossary/.cvsignore @@ -0,0 +1 @@ +index.html diff --git a/deal.II/doc/glossary/.cvsrc b/deal.II/doc/glossary/.cvsrc new file mode 100644 index 0000000000..dcaf71693e --- /dev/null +++ b/deal.II/doc/glossary/.cvsrc @@ -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 index 0000000000..f950b5accf --- /dev/null +++ b/deal.II/doc/glossary/extract.pl @@ -0,0 +1,28 @@ +$/ = "\n\n"; + +print << 'EOT' + + +deal.II glossary + + + +

deal.II Glossary

+ +
+EOT + ; + +while(<>) +{ + s/\s+/ /g; + s/<<([^>]+)>>/$1<\/A>/g; + s/([^:]+):(.*)/
$1<\/A><\/DT>\n\t
$2<\/DD>/; + print "\n$_\n"; +} + +print << 'EOT' +
+ +EOT + ; diff --git a/deal.II/doc/glossary/glossary.css b/deal.II/doc/glossary/glossary.css new file mode 100644 index 0000000000..badc903207 --- /dev/null +++ b/deal.II/doc/glossary/glossary.css @@ -0,0 +1,2 @@ +DT { margin-top:30pt;margin-bottom:10pt } +A.name { font-weight:bold } \ No newline at end of file diff --git a/deal.II/doc/glossary/glossary.data b/deal.II/doc/glossary/glossary.data index 1f6973469b..3164bc2d07 100644 --- a/deal.II/doc/glossary/glossary.data +++ b/deal.II/doc/glossary/glossary.data @@ -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 <> @@ -12,7 +15,7 @@ object>>s, indicating the number of a <> 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 <>s, i.e. the finest cell at each point of the domain quad: quadrilateral, mapping of the unit square into the domain