]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add infrastructure files for step-19.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 29 Jun 2020 01:01:30 +0000 (19:01 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 29 Jun 2020 01:04:01 +0000 (19:04 -0600)
examples/step-19/CMakeLists.txt [new file with mode: 0644]
examples/step-19/doc/builds-on [new file with mode: 0644]
examples/step-19/doc/kind [new file with mode: 0644]
examples/step-19/doc/tooltip [new file with mode: 0644]

diff --git a/examples/step-19/CMakeLists.txt b/examples/step-19/CMakeLists.txt
new file mode 100644 (file)
index 0000000..799ed6b
--- /dev/null
@@ -0,0 +1,39 @@
+##
+#  CMake script for the step-19 tutorial program:
+##
+
+# Set the name of the project and target:
+SET(TARGET "step-19")
+
+# Declare all source files the target consists of. Here, this is only
+# the one step-X.cc file, but as you expand your project you may wish
+# to add other source files as well. If your project becomes much larger,
+# you may want to either replace the following statement by something like
+#    FILE(GLOB_RECURSE TARGET_SRC  "source/*.cc")
+#    FILE(GLOB_RECURSE TARGET_INC  "include/*.h")
+#    SET(TARGET_SRC ${TARGET_SRC}  ${TARGET_INC})
+# or switch altogether to the large project CMakeLists.txt file discussed
+# in the "CMake in user projects" page accessible from the "User info"
+# page of the documentation.
+SET(TARGET_SRC
+  ${TARGET}.cc
+  )
+
+# Usually, you will not need to modify anything beyond this point...
+
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
+
+FIND_PACKAGE(deal.II 9.3.0 QUIET
+  HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
+  )
+IF(NOT ${deal.II_FOUND})
+  MESSAGE(FATAL_ERROR "\n"
+    "*** Could not locate a (sufficiently recent) version of deal.II. ***\n\n"
+    "You may want to either pass a flag -DDEAL_II_DIR=/path/to/deal.II to cmake\n"
+    "or set an environment variable \"DEAL_II_DIR\" that contains this path."
+    )
+ENDIF()
+
+DEAL_II_INITIALIZE_CACHED_VARIABLES()
+PROJECT(${TARGET})
+DEAL_II_INVOKE_AUTOPILOT()
diff --git a/examples/step-19/doc/builds-on b/examples/step-19/doc/builds-on
new file mode 100644 (file)
index 0000000..1740273
--- /dev/null
@@ -0,0 +1 @@
+step-6
diff --git a/examples/step-19/doc/kind b/examples/step-19/doc/kind
new file mode 100644 (file)
index 0000000..c1d9154
--- /dev/null
@@ -0,0 +1 @@
+techniques
diff --git a/examples/step-19/doc/tooltip b/examples/step-19/doc/tooltip
new file mode 100644 (file)
index 0000000..05385dd
--- /dev/null
@@ -0,0 +1 @@
+Coupling particles to the solution of partial differential equations

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.