]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a lot of headers
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2012 22:50:20 +0000 (22:50 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2012 22:50:20 +0000 (22:50 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26918 0785d39b-7218-0410-832d-ea1e28bc413d

87 files changed:
deal.II/CMakeLists.txt
deal.II/bundled/CMakeLists.txt
deal.II/bundled/README.bundled
deal.II/bundled/boost-1.49.0/libs/serialization/src/CMakeLists.txt
deal.II/bundled/boost-1.49.0/libs/thread/src/CMakeLists.txt
deal.II/bundled/functionparser/CMakeLists.txt
deal.II/bundled/tbb30_104oss/src/CMakeLists.txt
deal.II/bundled/umfpack/AMD/Source/CMakeLists.txt
deal.II/bundled/umfpack/UMFPACK/Source/CMakeLists.txt
deal.II/cmake/checks/check_for_compiler_bugs.cmake
deal.II/cmake/checks/check_for_compiler_features.cmake
deal.II/cmake/checks/check_for_cxx_features.cmake
deal.II/cmake/checks/check_for_system_features.cmake
deal.II/cmake/configure/configure_1_lapack.cmake
deal.II/cmake/configure/configure_1_mpi.cmake
deal.II/cmake/configure/configure_1_tbb.cmake
deal.II/cmake/configure/configure_arpack.cmake
deal.II/cmake/configure/configure_boost.cmake
deal.II/cmake/configure/configure_doxygen.cmake
deal.II/cmake/configure/configure_functionparser.cmake
deal.II/cmake/configure/configure_metis.cmake
deal.II/cmake/configure/configure_netcdf.cmake
deal.II/cmake/configure/configure_p4est.cmake
deal.II/cmake/configure/configure_petsc.cmake
deal.II/cmake/configure/configure_trilinos.cmake
deal.II/cmake/configure/configure_umfpack.cmake
deal.II/cmake/configure/configure_zlib.cmake
deal.II/cmake/macros/macro_add_flags.cmake
deal.II/cmake/macros/macro_check_cxx_compiler_bug.cmake
deal.II/cmake/macros/macro_cond_set_to_yes.cmake
deal.II/cmake/macros/macro_configure_feature.cmake
deal.II/cmake/macros/macro_deal_ii_add_c_library.cmake
deal.II/cmake/macros/macro_deal_ii_add_definitions.cmake
deal.II/cmake/macros/macro_deal_ii_add_dependencies.cmake
deal.II/cmake/macros/macro_deal_ii_add_library.cmake
deal.II/cmake/macros/macro_deal_ii_initialize_cached_variables.cmake
deal.II/cmake/macros/macro_deal_ii_setup_target.cmake
deal.II/cmake/macros/macro_enable_if_links.cmake
deal.II/cmake/macros/macro_enable_if_supported.cmake
deal.II/cmake/macros/macro_expand_instantiations.cmake
deal.II/cmake/macros/macro_get_cxx_source_return_value.cmake
deal.II/cmake/macros/macro_list_contains.cmake
deal.II/cmake/macros/macro_pop_test_flag.cmake
deal.II/cmake/macros/macro_push_test_flag.cmake
deal.II/cmake/macros/macro_set_if_empty.cmake
deal.II/cmake/macros/macro_strip_flag.cmake
deal.II/cmake/macros/macro_to_string.cmake
deal.II/cmake/macros/macro_to_string_and_add_prefix.cmake
deal.II/cmake/modules/FindAMD.cmake
deal.II/cmake/modules/FindARPACK.cmake
deal.II/cmake/modules/FindMETIS.cmake
deal.II/cmake/modules/FindNETCDF.cmake
deal.II/cmake/modules/FindP4EST.cmake
deal.II/cmake/modules/FindPETSC.cmake
deal.II/cmake/modules/FindSC.cmake
deal.II/cmake/modules/FindSUITESPARSECONFIG.cmake
deal.II/cmake/modules/FindTBB.cmake
deal.II/cmake/modules/FindTRILINOS.cmake
deal.II/cmake/modules/FindUMFPACK.cmake
deal.II/cmake/setup_cached_variables.cmake
deal.II/cmake/setup_compiler_flags.cmake
deal.II/cmake/setup_compiler_flags_gnu.cmake
deal.II/cmake/setup_compiler_flags_intel.cmake
deal.II/cmake/setup_custom_targets.cmake
deal.II/cmake/setup_deal_ii.cmake
deal.II/cmake/setup_external_macros.cmake
deal.II/cmake/setup_finalize.cmake
deal.II/config/CMakeLists.txt
deal.II/config/Config.cmake.in
deal.II/contrib/CMakeLists.txt
deal.II/contrib/mesh_conversion/CMakeLists.txt
deal.II/contrib/parameter_gui/CMakeLists.txt
deal.II/contrib/utilities/Makefile.in [deleted file]
deal.II/doc/CMakeLists.txt
deal.II/examples/CMakeLists.txt
deal.II/include/CMakeLists.txt
deal.II/scripts/CMakeLists.txt
deal.II/source/CMakeLists.txt
deal.II/source/base/CMakeLists.txt
deal.II/source/distributed/CMakeLists.txt
deal.II/source/dofs/CMakeLists.txt
deal.II/source/fe/CMakeLists.txt
deal.II/source/grid/CMakeLists.txt
deal.II/source/hp/CMakeLists.txt
deal.II/source/lac/CMakeLists.txt
deal.II/source/multigrid/CMakeLists.txt
deal.II/source/numerics/CMakeLists.txt

index 24b272b31758e6fe3d3f57c8fb5bac96b13a781c..50b3423c1cce2345e5bdc7caca62bfcab3ad5d1f 100644 (file)
@@ -1,3 +1,21 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
+
+#
+#             The cmake build system for the deal.II project
+#
 
 ###########################################################################
 ##                                                                       ##
@@ -6,8 +24,6 @@
 ##                                                                       ##
 ###########################################################################
 
-#
-#             The cmake build system for the deal.II project
 #
 # The main purpose of this file is to set all the configuration options and
 # then call a lot of modules residing under ./cmake/*/ that do the
index 25e2d8302f7be43f3b39939a8574bbafe45a6b7a..abb821f7ee57d7ba17a365381588c93ebaf459e8 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Export information about bundled library locations and do the actual
 # setup of compilation targets and installation here:
index ce69a3a97dc831f2b84f657eaffe5917a5d5aea8..466aad3c2ac825d3b5df2f7d8a1cfad60fdaf601 100644 (file)
@@ -42,7 +42,7 @@ A full version of the tbb project can be downloaded at
 http://threadingbuildingblocks.org/.
 
 
-./umfpack  (UMFPACK 5.0.2, AMD 2.2, UFCONFIG) 
+./umfpack  (UMFPACK 5.0.2, AMD 2.2, UFCONFIG)
 =========
 
 Contains parts of the UMFPACK, AMD and UFCONFIG libraries copyrighted by
index 9c290dcc66cb57b47b0a964565e29d6418cb2bd1..3daeece5c41d7dc3a38d01f8515a5077c0ef6f51 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src_boost_serialization
   basic_archive.cpp
   basic_iarchive.cpp
@@ -11,7 +25,6 @@ SET(src_boost_serialization
   basic_text_oprimitive.cpp
   basic_xml_archive.cpp
   binary_iarchive.cpp
-
   binary_oarchive.cpp
   extended_type_info.cpp
   extended_type_info_typeid.cpp
@@ -31,3 +44,4 @@ SET(src_boost_serialization
   )
 
 DEAL_II_ADD_LIBRARY(obj_boost_serialization OBJECT ${src_boost_serialization})
+
index 5a180717f21513fecf9395da15e00841d5d9b171..5813b0616892593741faef403843da4c80c2faa4 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 IF(DEAL_II_USE_MT_POSIX)
   SET(src_boost_thread
     pthread/once.cpp
@@ -29,3 +43,4 @@ ELSE()
     "BOOST_THREAD_BUILD_LIB" "BOOST_ALL_NO_LIB" "BOOST_THREAD_POSIX"
     )
 ENDIF()
+
index c74856ab6f45377ab6fefc696089311720147a81..795339893be09a1b676a732f8a947a7b98eb13ed 100644 (file)
@@ -1,4 +1,19 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 DEAL_II_ADD_LIBRARY(obj_functionparser OBJECT
   fparser.cc
   fpoptimizer.cc
   )
+
index bd0942b61e61b3e0d7c59f55bb7d493b11ffaedc..835d694813333d9755d60ec1c4068c7ded55cf36 100644 (file)
@@ -1,6 +1,16 @@
-#
-# TODO: Check whether we do the right thing on all targets.
-#
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 INCLUDE_DIRECTORIES(
   ${CMAKE_CURRENT_SOURCE_DIR}/rml/include
index cadcc17e85a040519e0c42c36ac5ea1bbcb5b8d2..a040977f050cfb1bdcdf3f9c931a5d1f315e3917 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src_amd
   amd_1.c
   amd_2.c
@@ -13,7 +27,6 @@ SET(src_amd
   amd_valid.c
   )
 
-
 DEAL_II_ADD_C_LIBRARY(obj_amd_int OBJECT ${src_amd})
 DEAL_II_ADD_DEFINITIONS(obj_amd_int "DINT")
 
@@ -21,3 +34,4 @@ DEAL_II_ADD_C_LIBRARY(obj_amd_long OBJECT ${src_amd})
 DEAL_II_ADD_DEFINITIONS(obj_amd_long "DLONG")
 
 DEAL_II_ADD_C_LIBRARY(obj_amd_global OBJECT "amd_global.c")
+
index 751eee7bfc7c7b311516ef5ad582a20528d127e9..fac9dd4b1a34f71601078134f8cc2ede6440af6f 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Logic copied from the distributed UMFPACK Makefile.
 # (... where everything is explained contrary to this... mess)
index 8d5118b7c392bebea140530baedbb17a165d4956..dbd56c2adac1cc293e630a3a7ee2ccad737f5631 100644 (file)
@@ -1,14 +1,20 @@
-#
-# I'm sure we will have to split this file in various sensible pieces...
-#
-
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+#####
 
 #
 # Check for various compiler bugs:
 #
 
 
-
 #
 # Some compiler versions, notably ICC, have trouble with the
 # following code in which we explicitly call a destructor.
@@ -16,7 +22,7 @@
 # that the workaround fails with some other compilers, so that
 # we can not unconditionally use the workaround...
 #
-# - maier, rewritten 2012
+# - Matthias Maier, rewritten 2012
 #
 CHECK_CXX_COMPILER_BUG(
   "
@@ -45,14 +51,13 @@ CHECK_CXX_COMPILER_BUG(
   DEAL_II_EXPLICIT_DESTRUCTOR_BUG)
 
 
-
 #
 # On some gcc 4.3 snapshots, a 'const' qualifier on a return type triggers a
 # warning. This is unfortunate, since we happen to stumble on this
 # in some of our template trickery with iterator classes. If necessary,
 # do not use the relevant warning flag
 #
-# - maier, rewritten 2012
+# - Matthias Maier, rewritten 2012
 #
 PUSH_TEST_FLAG("-Wreturn-type")
 PUSH_TEST_FLAG("-Werror")
@@ -71,7 +76,6 @@ IF(DEAL_II_WRETURN_TYPE_CONST_QUALIFIER_BUG)
 ENDIF()
 
 
-
 #
 # gcc 4.4 has an interesting problem in that it doesn't
 # care for one of BOOST signals2's header files and produces
@@ -81,7 +85,7 @@ ENDIF()
 # This can be avoided by not using -pedantic for this compiler.
 # For all other versions, we use this flag, however.
 #
-# - maier, rewritten 2012
+# - Matthias Maier, rewritten 2012
 #
 IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND
    CMAKE_CXX_COMPILER_VERSION MATCHES "4.4.")
@@ -90,7 +94,6 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND
 ENDIF()
 
 
-
 #
 # Some gcc compiler versions have a problem when using an unsigned count
 # in the std::advance function. Unfortunately, this also happens
@@ -98,7 +101,7 @@ ENDIF()
 # warning messages. Since this is annoying, switch of the flag -W which
 # causes this.
 #
-# - maier, rewritten 2012
+# - Matthias Maier, rewritten 2012
 #
 
 # TODO: We use the mpi.h header file for this check. We should test this
index 33f115f3189523ae83dc493ac0bfeacf785a3505..aaec422483a8ff9d5265c25be439a7fb9f045b25 100644 (file)
@@ -1,14 +1,27 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+#####
 
 #
 # Check for various compiler features.
 #
 
 
-
 #
 # Check whether the std::vector::iterator is just a plain pointer
 #
 # (Yes. It is not a bug. But the logic is the same.)
+#
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_COMPILER_BUG(
   "
   #include <vector>
@@ -20,13 +33,14 @@ CHECK_CXX_COMPILER_BUG(
   DEAL_II_VECTOR_ITERATOR_IS_POINTER)
 
 
-
 #
 # Check for existence of the __builtin_expect facility of newer
 # gcc compilers. This can be used to hint the compiler's branch
 # prediction unit in some cases. We use it in the AssertThrow
 # macros.
 #
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_SOURCE_COMPILES(
   "
   bool f() {}
@@ -35,7 +49,6 @@ CHECK_CXX_SOURCE_COMPILES(
   HAVE_BUILTIN_EXPECT)
 
 
-
 #
 # Newer versions of gcc have a very nice feature: you can set
 # a verbose terminate handler, that not only aborts a program
@@ -49,6 +62,8 @@ CHECK_CXX_SOURCE_COMPILES(
 #
 # This test checks whether this feature is available.
 #
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_SOURCE_COMPILES(
   "
   #include <exception>
@@ -69,7 +84,6 @@ CHECK_CXX_SOURCE_COMPILES(
   HAVE_VERBOSE_TERMINATE)
 
 
-
 #
 # Check whether glibc-like stacktrace information is available
 # for the Exception class. If it is, then try to also determine
@@ -77,6 +91,8 @@ CHECK_CXX_SOURCE_COMPILES(
 # recommended for linking if one wants to have meaningful
 # backtraces.
 #
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_SOURCE_COMPILES(
   "
   #include <execinfo.h>
@@ -95,6 +111,8 @@ CHECK_CXX_SOURCE_COMPILES(
 # we can't test for it. Consequently, only run the test
 # if not on OS X.
 #
+# - Matthias Maier, rewritten 2012
+#
 IF(HAVE_GLIBC_STACKTRACE AND NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")
 
   ENABLE_IF_SUPPORTED(CMAKE_SHARED_LINKER_FLAGS "-rdynamic")
@@ -102,7 +120,6 @@ IF(HAVE_GLIBC_STACKTRACE AND NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")
 ENDIF()
 
 
-
 #
 # Check whether the compiler offers a way to demangle symbols
 # from within the program. Used inside the exception stacktrace
@@ -111,6 +128,8 @@ ENDIF()
 # The example code is taken from
 #   http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#6
 #
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_SOURCE_COMPILES(
   "
   #include <exception>
@@ -148,7 +167,6 @@ CHECK_CXX_SOURCE_COMPILES(
   HAVE_LIBSTDCXX_DEMANGLER)
 
 
-
 #
 # Check whether the compiler allows for vectorization and that
 # vectorization actually works. For this test, we use compiler
@@ -157,6 +175,8 @@ CHECK_CXX_SOURCE_COMPILES(
 # on examples where all numbers are exactly represented as
 # floating point numbers.
 #
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_SOURCE_RUNS(
   "
   #include <emmintrin.h>
@@ -239,6 +259,8 @@ ENDIF()
 # fused multiply add, whereas _mm_add_pd explicitly enforces the
 # assembler command.
 #
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_SOURCE_COMPILES(
   "
   #include <emmintrin.h>
@@ -265,6 +287,9 @@ CHECK_CXX_SOURCE_COMPILES(
 # correctly.
 #
 # (Yes. It is not a bug. But the logic is the same.)
+#
+# - Matthias Maier, rewritten 2012
+#
 CHECK_CXX_COMPILER_BUG(
   "
   #include <cstdlib>
@@ -274,7 +299,6 @@ CHECK_CXX_COMPILER_BUG(
   DEAL_II_ABORT_NOTHROW_EXCEPTION)
 
 
-
 #
 # Gcc and some other compilers have __PRETTY_FUNCTION__, showing
 # an unmangled version of the function we are presently in,
@@ -288,6 +312,8 @@ CHECK_CXX_COMPILER_BUG(
 # thing to the second. If this is also not the case, then set it
 # to something indicating non-availability.
 #
+# - Matthias Maier, rewritten 2012
+#
 
 CHECK_CXX_SOURCE_COMPILES(
   "
@@ -325,6 +351,8 @@ ENDIF()
 #
 # Check for minimal vector capacity
 #
+# - Matthias Maier, rewritten 2012
+#
 GET_CXX_SOURCE_RETURN_VALUE(
   "
   #include <vector>
@@ -355,6 +383,8 @@ ENDIF()
 #
 # Do same thing with std::vector<bool>
 #
+# - Matthias Maier, rewritten 2012
+#
 GET_CXX_SOURCE_RETURN_VALUE(
   "
   #include <vector>
@@ -394,6 +424,8 @@ ENDIF()
 # per email by John Fowkes on the mailing list in Feb 2012,
 # so don't run the test on cygwin.
 #
+# - Matthias Maier, rewritten 2012
+#
 IF(NOT CMAKE_SYSTEM_NAME MATCHES "CYGWIN")
   ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS_DEBUG "-Wa,--compress-debug-sections")
   ENABLE_IF_SUPPORTED(DEAL_II_C_FLAGS_DEBUG "-Wa,--compress-debug-sections")
@@ -413,6 +445,8 @@ ENDIF()
 # variable in config.h), i.e., to something the compiler will
 # ignore
 #
+# - Wolfgang Bangerth, 2012
+#
 
 # first see if the compiler accepts the attribute
 CHECK_CXX_SOURCE_COMPILES(
index f264441577c2e9476d5f28902cf157da3bffc234..f68e14ee304f430351046ca17a0ead607695d259 100644 (file)
@@ -1,11 +1,27 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Check for various C++ language features
 #
 
 
-#
-# C++11 Support:
-#
+###########################################################################
+#                                                                         #
+#                              C++11 Support:                             #
+#                                                                         #
+###########################################################################
 
 #
 # See if there is a compiler flag to enable C++11 features
@@ -197,6 +213,11 @@ ELSE()
 ENDIF()
 
 
+###########################################################################
+#                                                                         #
+#                    Check for various C++ features:                      #
+#                                                                         #
+###########################################################################
 
 CHECK_CXX_SOURCE_COMPILES(
   "
@@ -221,4 +242,3 @@ CHECK_CXX_SOURCE_COMPILES(
   "
   DEAL_II_HAVE_ISFINITE)
 
-
index a30c10b855a7c29bbaf906e7c591b10ba41d8897..dac06189af6e5ec08ea5f295bb5a240e8f420218 100644 (file)
@@ -1,9 +1,23 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Check for various system features:
 #
 
-INCLUDE(TestBigEndian)
 
+INCLUDE(TestBigEndian)
 
 #
 # Check for various posix specific header files:
index 2c53189ecd5cef1489395c1134d24b4e33ac4089..6fc8122d596548f1b7146792d3e1419b5c9c7a44 100644 (file)
@@ -1,8 +1,22 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
 # Configuration for the lapack library:
 #
 
+
 OPTION(DEAL_II_WITH_LAPACK
   "Build deal.II with support for LAPACK."
   OFF)
index 57b2d84d360742aefc056fbd27fd87c2f3178d95..c12a77ab5d9069bfbe36d729b72e5e16090e2bd1 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for mpi support:
 #
index e80b3e3372f02cc11238fc484888cb92d6f51442..33eeb29c30d6eab098e716bfcfeb2c06d80c6fbc 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for tbb support:
 #
index 230696d816b7d865e81762f9ceba57dc1e9288c0..8d8f817a343bb21b0674f6e4f1343cbf7152b8f0 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the ARPACK library:
 #
index 13d9ef8a9a4e10b70f3dd626340c53c63a333b92..181ca57c45cbc5b46abb856710047d871e7e5cd7 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the boost library:
 #
index af8957c5c04d73abc3edb7350f9d6303f0f7e9b2..f982708c2c5594d555a09d289a8cfa4cc029c22c 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for doxygen
 #
index d5b7f37928ff82726f0a6ae160f32caf76b2b2d0..e4d7f9726bbf1bbf8d34b3be31d36ddc233a0c6e 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for functionparser
 #
index 02cb5452b0889625343d30176522b59694cd5855..2a869da9ef955ac9b3a67c34a183760db9bc546a 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the netcdf library:
 #
index 7713f1be785f260f6ad358abc486bec74d3dc84a..0f55788cfe984321fb5d4e1b5561f7252875e40d 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the netcdf library:
 #
index f7a2904e8532cf78ba5947efcfde01cdce98d412..41c088c0c9be49a3b8b39e28818f4faad124d895 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the p4est and sc libraries:
 #
index 1b1ff2b5c497f8e2d72db903692daecaabc6592a..43366cb15e64a320aadfc205be6716f5f59ef538 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the petsc library:
 #
index 91dd3ce14754c7dec9222598845aab02d3cd3abb..ac3b560f3845e25593de66d224c05365a49ea62d 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the trilinos library:
 #
index 5107827adceacec1622aba811c117a49e9ae3aad..048b33dfd31a23f4d8a1cce508bf273591403179 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the umfpack and amd libraries:
 #
index d9fe051c8026ccd6d2c459160bf632b7d02f7a91..069e9b9616dda6bacfeb53e4b7b6bebd9b092311 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configuration for the zlib library:
 #
index d35338ee9b528b3862cced91b705fbc60e1866ee..d608abb602f43c7a06536e8055153494d9fe61fc 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small macro used for (string-)appending a string "${flags}" to a
 # string "${variable}"
index da4631c81583dd2b536abe0ed212dd2ada915eff..72556cb5162d65265beb0869b2b3f388971d7032 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Check for a compiler bug.
 #
index ded704afa597af5aba10756e5e5628ea00d0350e..e6c0a9f43a167ea6e5bf565d6949ebcb0491e79c 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # If bool is "true" (in a cmake fashion...), set variable to "yes",
 # otherwise to "no".
index 0e5be3516959ec2a01f631d91428f67b59cde7d7..ad37ccb3cfeabe0d9f2ed32d91da8e8f968ade84 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # This macro is used for the feature configuration in deal.II
 #
index 1e5166230fc77d8465244b541e15c162d40bba69..110bb1a6f43bd418baa2e2269a66dd98f26e9344 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # See macro_deal_ii_add_library.cmake for an explanation of this macro
 #
index cba2b82152f358769653be57365181e1cc2de2e3..f88e91bd8af77a407178f6883e2dd24f10eb7110 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small wrapper around
 # SET_TARGET_PROPERTY(... PROPERTIES COMPILE_DEFINITIONS ...)
index f9b3178d88d23b2f22b6390c0205dd02e8059429..854cd0f25bee5bab665451a479ea46251720b7f8 100644 (file)
@@ -1,6 +1,21 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
-# TODO: A comment
+# A small wrapper around ADD_DEPENDENCIES to add the specified dependencies
+# to every ${target}_${build} target, where build runs through all build
+# types specified in DEAL_II_BUILD_TYPES
 #
 
 MACRO(DEAL_II_ADD_DEPENDENCIES name target)
index 3f1758025e342b170dd3606ad3f1df1609f4cb8f..367a5b05c40ae5502f02086c7235a6315b0edd37 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small wrapper around ADD_LIBRARY that will define a target for each
 # build type specified in DEAL_II_BUILD_TYPES
index b3ed90c29f6d3351bedfd803ba418a0cee3eed33..1ae4d8680940d4db8aba2201563722789d504557 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # This file implements the DEAL_II_INITIALIZE_VARIABLES macro, which is
 # part of the deal.II library.
index f4afcd78ee0c4fc858692ed306f7ad25d676f77c..6c175d2ae7ed7324e4db8c9a4ce859beb78bf6d2 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # This file implements the DEAL_II_SETUP_TARGET macro, which is
 # part of the deal.II library.
index 79dba1872575373fb81a15d595d6517f2f7b14ff..11298dc178cb46a7740b81c5c2a853624887af5d 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Tests whether it is possible to compile and link a dummy program with a
 # given flag.
index 8431652f6b4ed4428f27f16706a632b124856dc1..a4711fc2afa29bc464fbc0627a12d3a7a9460720 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Tests whether the cxx compiler understands a flag.
 # If so, add it to 'variable'.
index 7fd48d1cbe38af7fd581b2b08a5006d8b90767fa..1fb904aca9f62dd9b6abcc2f48653b35849a4180 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A macro for the inst.in file expansion
 #
index e79b3b0889835da1a448acef1194f785df91a4b1..97cdb5e65720e4de8cfa527f8b228571c519486b 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # TODO: Description...
 #
index e806c67883e3d5d34e2c8c1f878e4bbc10473812..6cac2b8ddb0f609cd9147feb9f3a8b7a514a590f 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small macro to test whether a given list contains an element.
 #
index d187cda7207035f1adb5a1f3db6a93ae5ef96bf5..730fa7fbef9a134b069f4a198fc3a75e356bb2d8 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small macro used in the platform checks to remove the right most flag in
 # CMAKE_REQUIRED_FLAGS
index 267bcda8b5612c3ed18f3f350b41a872d8995a7e..ffabf77ebe905dc85fe23da3a0a928ef183e2755 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small macro used in the platform checks to easily add a flag to
 # CMAKE_REQUIRED_FLAGS
index 6d530f1d7b451cbd723a1926a4795a43e66e32ab..42341fd7a0bfb8a60cf751845f972067e1857a2c 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # If 'variable' is empty it will be set to 'value'
 #
index 9aa458f380d51b08b52ed6ec78a7669c4970548f..3de67d750d1308a9c92c49c409b2b867b9b38912 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Remove all occurences of "${flag}" in the string variable.
 #
index 886908c06ad02bdc337c5d23e90b2c80dfb025c1..d9f33b84a38b75692b2f02650803562aae9101e2 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small macro used for converting a list into a space
 # separated string:
index e1c11e0287cd73dda54d0ff7e0c80fb421efcbc4..bd4b3b89c3c9ffc3d8d5c35c08707591f05de378 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # A small macro used for converting a cmake list into a space
 # separated string. This macro adds the string "prefix" in front of each
index 0d5f294660915bb7bbe9ac1c004f6f65e3c4786f..395556dcef8189548819053889e8f359537b9303 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the AMD library
 #
index 993c8d255f4e8ce160930883b58d68f17e3cb4f4..5350c0c7fb9b28e0246f21d4ee84f8bd4f4ea99a 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the ARPACK library
 #
index 1d4180fee1f6fff68172ceb6bdc51c9800cb08fe..8c484833abb5d962b820b224668696993cd5b8cb 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the (serial) METIS library
 #
index 8130f6c81bf532a7ba7464d4c656e4bbb6eadd49..5fa8049b10105fe24febd402841a2a1b960c4135 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the NETCDF library
 #
index e477b93d610f4067fc7edb4bd329fc68cff402d1..0596743a86cdf08cc5f273211daf92b3a0bfa4c3 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the P4EST library
 #
index c43a6e6964c7d686cc8bb1fe1aebdde3223616bf..30a9b8c1dccf660b19ed88d0adf8f77e76773442 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the petsc library
 #
index f736b0a022fabad103243bad99b6178ad000afa3..a0667a95703c3db637e191f5900f68eedb04e77d 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find SC
 #
index a776d410b1eed87cd89364c39df85a0d4483fc22..f26dd7e9e62d53b9f8f5402cf62f90e1a70335be 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the SuiteSparse_config package
 #
index 950adcbd46dc69325a8a1df00f6c34b7646912a0..882669d5f27bfbf12772517a0180dd116967b080 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the Threading Building Blocks library
 #
index 37b513f96b298804fc6e0d88c613d20434230553..3b65f4c6fd268caac94f4f9cd6f2ba3217d2ca25 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the Trilinos library
 #
index f08a925f8acec71d23cae4e3b5b6bff8070d3c11..d306e555deacb0c359aefa857f17624ef8eae815 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Try to find the UMFPACK library
 #
index 9b771e38831c30aadab6aa8d7eb292a800d1a7bc..c149fc483e574939133a2178f97d735d36bb4fcf 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
 # Setup cached variables prior to the PROJECT(deal.II) call
index c8bbce0b86ac381d4b903008a6a17da0d098d5b3..6a9bbff9322fc4869f74d9b10aef4bbf8f779f29 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Setup default compiler flags: This file sets up sensible default compiler
 # flags for the various platforms, compilers and build targets supported by
@@ -9,8 +23,15 @@
 # ####################
 #
 # All configuration in setup_compiler_flags.cmake and
-# setup_compiler_flags_<compiler>.cmake shall ONLY consist of CFLAGS,
-# CXXFLAGS and LINKER_FLAGS being set.
+# setup_compiler_flags_<compiler>.cmake shall ONLY modify:
+#
+#   CMAKE_CXX_FLAGS
+#   DEAL_II_CXX_FLAGS_DEBUG
+#   DEAL_II_CXX_FLAGS_RELEASE
+#   CMAKE_SHARED_LINKER_FLAGS
+#   DEAL_II_SHARED_LINKER_FLAGS_DEBUG
+#   DEAL_II_SHARED_LINKER_FLAGS_RELEASE
+#
 #
 # Checks for compiler features (such as C++11 support) and compiler
 # specific bugs that
 #
 # belong to
 #
-# ./check/check_for_compiler_features.cmake
-#
-# ./check/check_for_compiler_bugs.cmake
-#
-# ./check/check_for_cxx_features.cmake
+#   ./check/check_for_compiler_features.cmake
+#   ./check/check_for_compiler_bugs.cmake
+#   ./check/check_for_compiler_bugs_*.cmake
+#   ./check/check_for_cxx_features.cmake
 #
 
 
index fd9796aab5c791e3f7b73942b422b49400582404..96ffea7bb715a42ba30578cc69f9a3187aa31f50 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # General setup for GCC and compilers sufficiently close to GCC
 #
index ce5208a53bbb3aabe52cf8bf3e78546a030ee94d..91f5a7303180ef963816ace28d3dfdf3da51b1de 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
 # *Yeah*
index ed33d63399dc797f604a34c3bab370afbc1b0877..8bea7bc71d82aff824424cd452b74d1e43a105ee 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
 # Setup some convenience custom targets for the build system, i.e.
@@ -22,7 +35,7 @@ IF(DEAL_II_COMPONENT_DOCUMENTATION)
   ADD_DEPENDENCIES(documentation doxygen)
 ENDIF()
 
-IF(DEAL_II_COMPONENT_COMPAT_FILES) 
+IF(DEAL_II_COMPONENT_COMPAT_FILES)
   ADD_CUSTOM_TARGET(compat_files)
   ADD_DEPENDENCIES(compat_files
     expand_instantiations
@@ -31,7 +44,7 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
     )
 ENDIF()
 
-IF(DEAL_II_COMPONENT_CONTRIB) 
+IF(DEAL_II_COMPONENT_CONTRIB)
   ADD_CUSTOM_TARGET(contrib)
   ADD_DEPENDENCIES(contrib
     mesh_conversion
index 6a5d2bed347f515a7be67819f82108f1bdedc0be..8c6dc04c86336a8fcebb1a02007d8fa12ac09999 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Set up deal.II specific definitions and look for available components
 #
@@ -20,7 +34,6 @@
 #     DEAL_II_PACKAGE_VERSION
 #     DEAL_II_PACKAGE_STRING
 #     DEAL_II_PACKAGE_BUGREPORT       *)
-#     DEAL_II_PACKAGE_TARNAME         *)
 #     DEAL_II_PACKAGE_URL             *)
 #     DEAL_II_VERSION_MAJOR
 #     DEAL_II_VERSION_MINOR
@@ -138,8 +151,7 @@ SET(DEAL_II_PACKAGE_STRING
   )
 
 SET_IF_EMPTY(DEAL_II_PACKAGE_BUGREPORT "dealii@dealii.org")
-SET_IF_EMPTY(DEAL_II_PACKAGE_TARNAME ${DEAL_II_PACKAGE_NAME}) #TODO
-SET_IF_EMPTY(DEAL_II_PACKAGE_URL "http://www.dealii.org") #TODO
+SET_IF_EMPTY(DEAL_II_PACKAGE_URL "http://www.dealii.org/")
 
 STRING(REGEX REPLACE
   "^([0-9]+)\\..*" "\\1" DEAL_II_VERSION_MAJOR "${VERSION}"
@@ -231,7 +243,6 @@ IF(CMAKE_BUILD_TYPE MATCHES "Release")
 ENDIF()
 
 
-
 #
 # Cleanup some files used for storing the names of alle object targets that
 # will be bundled to the deal.II library. (Right now, i.e. cmake 2.8.8,
index a5e11f4b32a057dce79e311e7f60399fe0544958..a169480934dc3415e4b54dfe2fe99fe91708c94d 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Include all external (cmake) macros that we will use:
 #
@@ -8,3 +22,4 @@ INCLUDE(CheckCXXSourceRuns)
 INCLUDE(CheckFunctionExists)
 INCLUDE(CheckIncludeFile)
 INCLUDE(CheckIncludeFileCXX)
+
index 4b421a25b0317049a03e4ecd5346d3cae329087e..2c1d3ee5787a38ee9519eed51eeebff7d1a338ce 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
 # Finalize the configuration:
@@ -134,7 +147,6 @@ FOREACH(var ${res})
   ENDIF()
 ENDFOREACH()
 
-
 MESSAGE("
 Component configuration:")
 FOREACH(var ${res})
@@ -147,6 +159,5 @@ FOREACH(var ${res})
   ENDIF()
 ENDFOREACH()
 
-
 MESSAGE("\n")
 
index d991eb604c08531c112a7922e658b72ba42ac2b0..c0edebc0ba603b51775f7b964bca6343cc5da033 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 CONFIGURE_FILE(
   ${CMAKE_CURRENT_SOURCE_DIR}/template-arguments.in
   ${CMAKE_CURRENT_BINARY_DIR}/template-arguments
index f76af167924f4a4dff9053daadb15d183af944b9..9fff825610c02e89ba0741d806e570adc14041a2 100644 (file)
@@ -1,6 +1,23 @@
-#
-# The deal.II project configuration file
-#
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
+
+##########################################################################
+##                                                                      ##
+##                The deal.II project configuration file                ##
+##                                                                      ##
+##########################################################################
 
 SET(DEAL_II_PROJECT_CONFIG_INCLUDE TRUE)
 
@@ -18,7 +35,6 @@ SET(DEAL_II_VERSION_MAJOR "${DEAL_II_VERSION_MAJOR}")
 SET(DEAL_II_VERSION_MINOR "${DEAL_II_VERSION_MINOR}")
 
 SET(DEAL_II_PACKAGE_BUGREPORT "${DEAL_II_PACKAGE_BUGREPORT}")
-SET(DEAL_II_PACKAGE_TARNAME "${DEAL_II_PACKAGE_TARNAME}")
 SET(DEAL_II_PACKAGE_URL "${DEAL_II_PACKAGE_URL}")
 
 SET(DEAL_II_PROJECT_CONFIG_NAME "${DEAL_II_PROJECT_CONFIG_NAME}")
index fe91b602a181e1604bea89299e284fc87e51c191..60dc9e9c68b1fe1160db4e422d0c6e5674defa32 100644 (file)
@@ -1,4 +1,19 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 IF(DEAL_II_COMPONENT_CONTRIB)
   ADD_SUBDIRECTORY(mesh_conversion)
   ADD_SUBDIRECTorY(parameter_gui)
 ENDIF()
+
index ae162cb40cd493c38fd3dc6aed2b4a65cc204f5e..429976f687b32312ec78d7ce9fd73e35fc3bca50 100644 (file)
@@ -1,3 +1,18 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is multi licensed under
+##   - QPL 1.0,
+##   - GPL 2.0 or any later version,
+##   - LGL 2.1 or any later version.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 #PROJECT(parameter_gui)
index 63436083ce5153f6f3b4f349b7da6b8b7612c1ed..1d711b0651e0fedad8d6ad85d8845a5446db21b3 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 #PROJECT(parameter_gui)
diff --git a/deal.II/contrib/utilities/Makefile.in b/deal.II/contrib/utilities/Makefile.in
deleted file mode 100644 (file)
index f093f9c..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-############################################################
-# $Id$
-# Copyright (C) 2000, 2001, 2002, 2003, 2005 by the deal.II authors
-############################################################
-
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
-D = @prefix@
-include $D/common/Make.global_options
-debug-mode = off
-
-o = g.o
-l = g
-libraries = $(lib-deal2-1d.$l) \
-            $(lib-deal2-2d.$l) \
-            $(lib-deal2-3d.$l) \
-            $(lib-lac.$l)  \
-            $(lib-base.$l)
-
-############################################################
-# First how to create executables, including all necessary
-# flags:
-############################################################
-
-flags     = $(CXXFLAGS.$l)
-
-ifeq ($(findstring gcc,$(GXX_VERSION)),gcc)
-flags += -Wno-missing-noreturn
-endif
-
-%.g.o : %.cc Makefile
-       @echo =====debug========= $<
-       @$(CXX) $(CXXFLAGS.g) -c $< -o $@
-%.o : %.cc Makefile
-       @echo =====optimized===== $<
-       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
-%.exe : %.$o
-       @echo =====linking======= $@
-       @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
-
-
-default: gridio.exe embedding.exe interpolation.exe
-
-############################################################
-
-embedding.exe    : embedding.$o  $(libraries)
-interpolation.exe: interpolation.$o $(libraries)
-gridio.exe    : gridio.$o  $(libraries)
-
-############################################################
-# Automatic generation of dependencies
-############################################################
-
-Makefile.depend: $(shell echo *.cc)
-       @echo =====Dependencies== $@
-       @$(CXX) $(CXXFLAGS.g) $^ -M > $@
-       @$(PERL) -pi -e 's/(^[^.]+)\.o:/\1.o \1.g.o:/;' $@
-
-include Makefile.depend
index 7a5c6309162ec46e4653752f1a06854b3bcf5cba..c5c107f15b684e9995fde746e07b96704538a536 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 #
 # Set up all necessary bits for the documentation
index a1841ee4483c9e2ee13ff7496c9ef9b492efac45..1d56a55886ad7cb6f67c3aeb93c1be6072609ef6 100644 (file)
@@ -1,3 +1,16 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 IF(DEAL_II_COMPONENT_EXAMPLES)
   #
index 303e97f6718befdea9d9400ef545456efc8729be..83622e89008488f159a12df3712343cddeb0d75e 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Configure config.h
 #
index ce780750d6b9fee4a3e1f41c2bd437954e0b8ed3..4a265d045a3662e50d98692e04f36c3c52329d4f 100644 (file)
@@ -1,9 +1,21 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
 
 ADD_EXECUTABLE(expand_instantiations expand_instantiations.cc)
 
 
 IF(DEAL_II_COMPONENT_COMPAT_FILES)
-
   #
   # Build and install the old dependency_resolution and report_features
   # executables:
@@ -24,6 +36,5 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES)
     DESTINATION common/scripts
     COMPONENT compat_files
     )
-
 ENDIF()
 
index 9fe97ee25f00bc96828cc1b574bd2ca934f5775a..053c2083049c296118bc812efa241055e7229dde 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 #
 # Compile the deal.II library
 #
index 1d7938c776e7a530c1b379e7194a33585b77ab2c..64a524f9f9b82a78d6549011f456fe22ba30935d 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src_base
   auto_derivative_function.cc
   conditional_ostream.cc
index 4ee29c53e50aba4eab24ba8ff47f2816cc502488..6cb80561b3dcf7827d00598ca9e71cc047909cb2 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   grid_refinement.cc
   solution_transfer.cc
index cd0f7ad46a63b86d1481178add4c7f0b52d2f5c8..348c43def2cec55a6996e0bc4505ed1b9b7bd05c 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   block_info.cc
   dof_accessor.cc
index 1bab61bfa6e11a503bfda75f792a49e096d4b97c..77bf7931c627831c0ac78f942560643744c07994 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   block_mask.cc
   component_mask.cc
index bb10b6009b73b37a9a9c7d9d9f3346289bd4cd28..51e8bb9f2de35fc8f14399fe988b97f41aed00b0 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   grid_generator.cc
   grid_in.cc
index eedca531d41b39844b78bcd7b8514c5244a01ea5..350bd14a7f61ae4a08c314c704a2a1f3042615f3 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   dof_faces.cc
   dof_handler.cc
index a04188586399396d3d60ad3aaf2ec0e4de77564c..e07a5876a4aad27872aacc832d2b5250de377e25 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   block_matrix_array.cc
   block_sparse_matrix.cc
@@ -85,3 +99,4 @@ EXPAND_INSTANTIATIONS(obj_lac "${inst_in_files}")
 # TODO: Remove this dependency when lapack_templates is removed
 #
 ADD_DEPENDENCIES(obj_lac.inst lapack_templates)
+
index 9cb5a3865062672b4a2aeea99a8c78702de00f79..56ff1463d6d9c81a5c1a0e83d9fe8208e8fc9602 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   mg_base.cc
   mg_dof_accessor.cc
index 63bcf9faa0dad23817a898d6d615c2e237fd5d48..97a4d8ca8bc73ee4c787516c4c5b52cdc3e58663 100644 (file)
@@ -1,3 +1,17 @@
+#####
+##
+## Copyright (C) 2012 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## <TODO: Full License information>
+## This file is dual licensed under QPL 1.0 and LGPL 2.1 or any later
+## version of the LGPL license.
+##
+## Author: Matthias Maier <matthias.maier@iwr.uni-heidelberg.de>
+##
+#####
+
 SET(src
   data_out.cc
   data_out_faces.cc

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.