]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Renamed dof_tools_fake.inst.in, added changelog entry
authorMathias Anselmann <mathias.anselmann@posteo.de>
Fri, 7 Jun 2019 05:49:28 +0000 (07:49 +0200)
committerMathias Anselmann <mathias.anselmann@posteo.de>
Fri, 7 Jun 2019 05:49:28 +0000 (07:49 +0200)
49 files changed:
doc/news/changes/minor/20190607ArndtAnselmann [new file with mode: 0644]
tests/dofs/dof_tools_00a.cc
tests/dofs/dof_tools_01a.cc
tests/dofs/dof_tools_01a_constraints_false.cc
tests/dofs/dof_tools_01a_constraints_true.cc
tests/dofs/dof_tools_01a_subdomain.cc
tests/dofs/dof_tools_01b.cc
tests/dofs/dof_tools_01c.cc
tests/dofs/dof_tools_01d.cc
tests/dofs/dof_tools_02a.cc
tests/dofs/dof_tools_02a_constraints_false.cc
tests/dofs/dof_tools_02a_constraints_true.cc
tests/dofs/dof_tools_02a_subdomain.cc
tests/dofs/dof_tools_02b.cc
tests/dofs/dof_tools_02c.cc
tests/dofs/dof_tools_02d.cc
tests/dofs/dof_tools_03.cc
tests/dofs/dof_tools_04.cc
tests/dofs/dof_tools_05.cc
tests/dofs/dof_tools_06.cc
tests/dofs/dof_tools_07.cc
tests/dofs/dof_tools_08.cc
tests/dofs/dof_tools_09.cc
tests/dofs/dof_tools_10.cc
tests/dofs/dof_tools_12.cc
tests/dofs/dof_tools_13.cc
tests/dofs/dof_tools_13a.cc
tests/dofs/dof_tools_14.cc
tests/dofs/dof_tools_15a.cc
tests/dofs/dof_tools_15b.cc
tests/dofs/dof_tools_15c.cc
tests/dofs/dof_tools_15d.cc
tests/dofs/dof_tools_16a.cc
tests/dofs/dof_tools_16b.cc
tests/dofs/dof_tools_16c.cc
tests/dofs/dof_tools_16d.cc
tests/dofs/dof_tools_17a.cc
tests/dofs/dof_tools_17b.cc
tests/dofs/dof_tools_17c.cc
tests/dofs/dof_tools_17d.cc
tests/dofs/dof_tools_18a.cc
tests/dofs/dof_tools_18b.cc
tests/dofs/dof_tools_18c.cc
tests/dofs/dof_tools_18d.cc
tests/dofs/dof_tools_19.cc
tests/dofs/dof_tools_20.cc
tests/dofs/dof_tools_fake_hp.inst.in [deleted file]
tests/dofs/hp_constraints_are_implemented.cc
tests/dofs/n_dofs_per_object.cc

diff --git a/doc/news/changes/minor/20190607ArndtAnselmann b/doc/news/changes/minor/20190607ArndtAnselmann
new file mode 100644 (file)
index 0000000..3ce03c6
--- /dev/null
@@ -0,0 +1,3 @@
+Unified DoFTools::extract_dofs() for DoFHandler and hp::DoFHandler.
+<br>
+(Daniel Arndt, Mathias Anselmann, 2019/06/07)
index 51f41bfc7c102621694d4affd3eb9bfa184ff969..0033f5ddb8172b26762199ec8088021fa0029c7b 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 68cdde951bd25042c7eb772cdf3b5d3d8c6929bc..ab009d5c28fafe69d1bac48ff2263fdabd1949c5 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 898f8572e1589c1b8d696037cb470c3909f53faa..9ed5b312f85548fc055ba527135b41b2807eeae9 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 537011bd6a58a1d8e33d5cec9e78b33bd185c1f4..6804e31e9db9803bd3f2c2f5ecfc1c51fe359f8b 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index fa3ac5d8148f63dda67e0d19e8164a9938d6d818..500d7d9218c50a797ea8846566d2439865070029 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 25b7643e054151afe8efd6db99ecd4d3ef823757..22e9b07ab1911dbf3fe1a23de81679a50a1737fb 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 7fb71c48ae72c6fdd58e700455642c3979bc17e5..7eac4108946c3cf7e92d123737123005228899c6 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 3751e47b950a7572fa64d3e38cfa815b87383d67..94d067ed6808a4ba6ddae05a6bcb9f738f4c1b0f 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index ae83f70a34b3b9ff84135ba0bcd6178b784f0e5f..f9262439eff7e12cba537d72f09919ff6d30977b 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index fb072a99e1d3ed33442cf0477966519135596eb9..2e8caa6a14915c0440c4243bb39a568fe6767757 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index ac8344f1e424c5e7daefbd4c8d9d94239d969a93..731810dc46acb33571e6ec884075d5d5aa7530ff 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index fd9424a37ef6c1c697832346915240286300e4d6..17eb6826f150a7b229151836b8cad2238e6c7341 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 11451a7ae7f7e9abca07cf680d2c736faeadafb8..a8d0efea618a058b07a54ebf9cbb1e4ec1cce8e8 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 25fee868fa5b3d4eeccb7291e2b38f746191cd16..40268cac5a0016cbb3eaa8ea7aaf7e1f136c1985 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 00a862ee7050d40abcf2daf58d473b6aa2bf17c4..954316825b6f2c1b70015a2d3331f94242135234 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index b5adb37e0607043c39901511e2e14755faf2b8f6..e027376e88988aa1126da993d85cc8108b550e91 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 521fcf87dfef9e74803e6097af83512f01b89b4a..85ce2da32ac291379125e1d68e32e731b806ae73 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::extract_hanging_node_constraints
index 3bcd8cd1c027ec28896a4193513f4cec04cea080..da89551f0d510f4774576bce882df6958c743a4c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::extract_boundary_dofs
index 55a2b8dd1d1a68d56b2f84c6b57e2a9a8d382aed..1fde52bd9d8fd8b0b9c9a2fe33266dbab09b5c46 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::extract_subdomain_dofs
index 3640446125722be7f46ff1b13450af9226d7f8db..0128961d87e658f1658f0034950566222efda8d2 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::count_dofs_per_component
index 5ba5e6cf2b3f22ad12a3f54a5407a71e89d93387..41edebca9bc6109511faa71bea295552f4498db7 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::map_dof_to_boundary_indices(const DoFHandler<int>     &,
index 679433b0d34e275420c8b9b39ada668f2916312c..540b840088d9c339a0aad9105c3d5c464aca736f 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::map_dof_to_boundary_indices(const DoFHandler<int>     &,
index 2546540474ec13bba09b12d3b1da2ebf0213fc60..b4c2381dfca4061b90859503612a62e8b0401fba 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::map_dofs_to_support_points (const Mapping<dim> &,
index a00c23268b5b567d947557215b117c26ad6da6fc..5fb0bc9b78d24593d0b6a16a73b83f6d966bfc75 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-//#include "dof_tools_fake_hp.inst.in"
+//#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::extract_dofs
index a7dd90d96c954e28bb1e8c0ddc02e111282bce69..93c2aef8e951fbc5d4691da1718d924ad8f7aed7 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::distribute_cell_to_dof_vector
index 816094bfc9a580933ab8baca9f73a3d07250998a..7f74e9f14afe9bbc4f2bce98aad600cd93365aa6 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::distribute_cell_to_dof_vector
index b377c73728a76d116fbf3cc8f1f5e0986041ba56..2eca18e29b7b3271f4e09d6b14f8b75743cc464a 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::count_boundary_dofs
index 8f0b45ba35627844ccdb076ae8edfc01747697b4..125b0e8c5b0af35a0728801a126a72e441bbf425 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index baa17d59f262000bf0728c7d4591db126dd38cd2..64fc62839cd353e813ce4f09874e7112b3f0a5e8 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index ad23a41684432c3bad7d20f444c0d8863f73abcb..3dbbd4fb18945fcfa36982298a12c38e72fbc1b0 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index cfbc953fd17b5da830d058d0d68184d47f994582..6ee8411c1ece2fac331fc6bed8e01a4c0b0107d6 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 5c60c89d4e41ff96c61facb99504115886c85e9f..536b96ff0f2ec197f88f507f7b08699261092b00 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 5754407f95b7a4974502d9548fb4e6cfce0fce7f..23430841a3586c61a51b1421283788dbcb1eab6c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 8ed21c303c028c889bae7623800e71c8c29aa985..ffa270301824ed805107344434a5a8fed2e90370 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index ea2da713adf76f8fd14cc5c57c60b003101a11a8..104e2c32ac5e68e1bf2c26e06eb6cd6256cd62b9 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index c84f43bd388e118926446030690f021df54165dc..d44ab485422bb28e38022f9553398b3eb9c46bbc 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 96c26b2a8ae619ed7b72ea25e920f3218b0c9969..d0c4feb61f6fa14b0965d1103ed8efada816c54c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 44aad8bfa4a9dc5c3cfdc727b9c0e9f9b0a77a25..4b53b9aa51701f1689599ace5386df4c247908ce 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index e45a217cff20d3b85ab3bc2cdf8f0ddb618e3d7d..682017f94446cffc1fde5c48d277d19a1558c68c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 465116c4fbf9d35ae5e550be15e3d1474ccc6b62..ed30d5e9b71ea604a23fb762cd4efed416ea238f 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 7dbf492e5284ffbe3ad53857034e6d55f80c19c9..dcca8bb7aa0716bb12dd2e9c0b872e2c25e213ce 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 0a54719a0c492353cd00205549cf7193a06ff056..19f4ce600ca7a4397faeecdbf57eb2747aa06738 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 18a91d96333f116cf55af4c4238209c4fa98d54a..98680f0bbaffd9ab8a82bb7513e31e7122d18155 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index bca851c6f21f2012d23fe00d250a6ad404c89342..664077c070a99312074d3b1136245c085cb38052 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::
index 8c48348f91b9e83624d19f8d20669569b20f6343..03b395de5763f6dce0eda731ebe7ebe673c2df29 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   DoFTools::extract_dofs_with_support_on_boundary
diff --git a/tests/dofs/dof_tools_fake_hp.inst.in b/tests/dofs/dof_tools_fake_hp.inst.in
deleted file mode 100644 (file)
index 9ef870d..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2004 - 2019 by the deal.II authors
-//
-// This file is part of the deal.II library.
-//
-// The deal.II library is free software; you can use it, redistribute
-// it, and/or modify it under the terms of the GNU Lesser General
-// Public License as published by the Free Software Foundation; either
-// version 2.1 of the License, or (at your option) any later version.
-// The full text of the license can be found in the file LICENSE.md at
-// the top level directory of deal.II.
-//
-// ---------------------------------------------------------------------
-
-#ifndef dealii_dof_tools_fake_hp_h
-#define dealii_dof_tools_fake_hp_h
-// fake hp check_this function that does nothing
-
-template<>
-void
-check_this(const hp::DoFHandler<1, 1> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<1, 2> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<1, 3> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<2, 1> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<2, 2> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<2, 3> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<3, 1> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<3, 2> &dof_handler)
-{
-    // nothing to do here
-}
-
-template<>
-void
-check_this(const hp::DoFHandler<3, 3> &dof_handler)
-{
-    // nothing to do here
-}
-
-#endif // dealii_dof_tools_fake_hp_h
index 5812c8e087949f0d60415cf8829ad15084aedda4..30e725d54d6402ee4e1aed9f9540292acaa1084f 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   FE::hp_constraints_are_implemented
index 30c4e02641173e1ac8ec9d2402a3ec3d792b1cf9..080692eefa2e918198d9cd1df32ae1d07cb07493 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "../tests.h"
 #include "dof_tools_common.h"
-#include "dof_tools_fake_hp.inst.in"
+#include "dof_tools_common_fake_hp.h"
 
 // check
 //   FiniteElement::n_dofs_per_object

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.