# list the directories we want to visit
-subdirs = grid/ dof/ poisson/ convergence/ error-estimation/ multigrid/ step-by-step/
+subdirs = grid/ dof/ poisson/ convergence/ error-estimation/ multigrid/
# define lists of targets: for each directory we produce a target name
# for compilation, running and cleaning by appending the action to
+++ /dev/null
-The example applications in the subdirectories (apart from the
-'step-by-step' directory) were written in the early stages of the
-library and served more the task of verification than as proper
-examples. For this reason, they are not very well documented and are
-probably no good examples anyway.
-
-One, the multigrid example, does not even what its name may suggest.
-
-We excuse for the fact that they might not serve as good
-examples. Better ones are planned and in parts written, but not yet
-available at present. Sorry.
# designated by a single-character variable, since that can be
# reference using $D only, i.e. without the parentheses that are
# required for most other parameters, as e.g. in $(target).
-D = ../../..
+D = ../../../deal.II/
# The last field specifies the names of data and other files that
# designated by a single-character variable, since that can be
# reference using $D only, i.e. without the parentheses that are
# required for most other parameters, as e.g. in $(target).
-D = ../../..
+D = ../../../deal.II/
# The last field specifies the names of data and other files that
# designated by a single-character variable, since that can be
# reference using $D only, i.e. without the parentheses that are
# required for most other parameters, as e.g. in $(target).
-D = ../../..
+D = ../../../deal.II/
# The last field specifies the names of data and other files that
# designated by a single-character variable, since that can be
# reference using $D only, i.e. without the parentheses that are
# required for most other parameters, as e.g. in $(target).
-D = ../../..
+D = ../../../deal.II/
# The last field specifies the names of data and other files that
# designated by a single-character variable, since that can be
# reference using $D only, i.e. without the parentheses that are
# required for most other parameters, as e.g. in $(target).
-D = ../../..
+D = ../../../deal.II/
# The last field specifies the names of data and other files that
# Internals
#deal include base path
-D = ../../..
+D = ../../../deal.II/
include $D/common/Make.global_options