From: wolf Date: Mon, 6 Dec 1999 12:24:20 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147ce01c2e863e8055fcf882b70b674f01f6a1ae;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@1987 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/Makefile b/deal.II/doc/Makefile new file mode 100644 index 0000000000..88a01c9d19 --- /dev/null +++ b/deal.II/doc/Makefile @@ -0,0 +1,4 @@ +tutorial: + cd tutorial ; $(MAKE) + +.PHONY: tutorial diff --git a/deal.II/doc/auto/Makefile b/deal.II/doc/auto/Makefile index 602c2c5fdb..fda9d84c6c 100644 --- a/deal.II/doc/auto/Makefile +++ b/deal.II/doc/auto/Makefile @@ -45,7 +45,8 @@ kdoc.library-files = kdoc/base.kdoc \ kdoc.library-files.rerun = $(kdoc.library-files:%.kdoc=%.kdoc.rerun) -KDOCFLAGS = -I../scripts/kdoc ../scripts/kdoc/kdoc -a -p +#KDOCFLAGS = -I../scripts/kdoc ../scripts/kdoc/kdoc -a -p +KDOCFLAGS = /home/people/wolf/tmp/kdoc-2.0a19/bin/kdoc -a -p ifeq ($(shell uname),SunOS) DOCPP = /home/people/wolf/Config/doc++/doc++ #DOCPP = /home/people/kanschat/bin/doc++ diff --git a/deal.II/doc/tutorial/Makefile b/deal.II/doc/tutorial/Makefile new file mode 100644 index 0000000000..4563a56ea3 --- /dev/null +++ b/deal.II/doc/tutorial/Makefile @@ -0,0 +1,5 @@ +step-by-step: + cd step-by-step ; $(MAKE) + + +.PHONY: step-by-step diff --git a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html index e4e8aeb62d..34fe7bf4dd 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html +++ b/deal.II/doc/tutorial/chapter-1.elements/hanging_nodes.html @@ -55,7 +55,7 @@ This is further discussed in the chapters on

Constraints on Hanging Nodes

-

Where do the constraints come from ?

+

Where do the constraints come from?

In order to get constraints for your hanging nodes you have to assume some function on the boundaries of your cells, as mentioned above. diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile index 468ee813ad..ba6db20e6f 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -14,6 +14,7 @@ $(example-htmls): @cat ../../../deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \ | perl program2html \ >> $@ + @cat $(@:.html=.results) >> $@ @cat ../../../deal.II/examples/step-by-step/$(@:.html=)/$(@:.html=.cc) \ | perl program2plain \ >> $@ diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/grid-1.jpg b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/grid-1.jpg new file mode 100644 index 0000000000..80c61dbfa4 Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/grid-1.jpg differ diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/grid-2.jpg b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/grid-2.jpg new file mode 100644 index 0000000000..efebe74db0 Binary files /dev/null and b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.data/grid-2.jpg differ diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results new file mode 100644 index 0000000000..6bfe3c7941 --- /dev/null +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-1.results @@ -0,0 +1,18 @@ +

Results

+ +The program has, after having been run, produced two grids, which look +like this: +

+ + + + + +
+grid-1 + +grid-2 +
+

+The left one, well, is not very exciting. The right one is - at least +- unconventional. diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results new file mode 100644 index 0000000000..6bfe3c7941 --- /dev/null +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.results @@ -0,0 +1,18 @@ +

Results

+ +The program has, after having been run, produced two grids, which look +like this: +

+ + + + + +
+grid-1 + +grid-2 +
+

+The left one, well, is not very exciting. The right one is - at least +- unconventional.