]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoMove PointWrapper to its own files.
Bruno Turcksin [Fri, 3 Jun 2016 15:16:50 +0000 (11:16 -0400)]
Move PointWrapper to its own files.

8 years agoImprove Point interface.
Bruno Turcksin [Thu, 2 Jun 2016 18:53:47 +0000 (14:53 -0400)]
Improve Point interface.

8 years agoUse templated functions.
Bruno Turcksin [Wed, 1 Jun 2016 15:40:05 +0000 (11:40 -0400)]
Use templated functions.

8 years agoAdd more GridGenerator.
Bruno Turcksin [Wed, 1 Jun 2016 13:40:50 +0000 (09:40 -0400)]
Add more GridGenerator.

8 years agoAdd default arguments for GridGenerator::hyper_cube.
Bruno Turcksin [Tue, 31 May 2016 18:34:12 +0000 (14:34 -0400)]
Add default arguments for GridGenerator::hyper_cube.

8 years agoImprove documentation in python and add save/load functions.
Bruno Turcksin [Fri, 27 May 2016 18:32:41 +0000 (14:32 -0400)]
Improve documentation in python and add save/load functions.

8 years agoAdd python wrapper for Triangulation.
Bruno Turcksin [Tue, 17 May 2016 20:53:11 +0000 (16:53 -0400)]
Add python wrapper for Triangulation.

8 years agoMerge pull request #2910 from drwells/remove-const-cast-3
David Wells [Wed, 3 Aug 2016 17:14:13 +0000 (13:14 -0400)]
Merge pull request #2910 from drwells/remove-const-cast-3

Remove const cast 3

8 years agoMerge pull request #2911 from bangerth/improve-control-flow-readability
Denis Davydov [Wed, 3 Aug 2016 14:38:08 +0000 (16:38 +0200)]
Merge pull request #2911 from bangerth/improve-control-flow-readability

Make control flow easier to read.

8 years agoRemove unused const casts. 2910/head
David Wells [Wed, 3 Aug 2016 02:43:15 +0000 (22:43 -0400)]
Remove unused const casts.

make_flux_sparsity_pattern no longer uses on user flags so we do not
need to load and save them.

8 years agoRedo the hp make_flux_sparsity_pattern logic.
David Wells [Wed, 3 Aug 2016 02:39:17 +0000 (22:39 -0400)]
Redo the hp make_flux_sparsity_pattern logic.

This now the same as the non-hp version, which was changed in
9b037871bb. In brief: this function uses the total ordering of cells
instead of user flags to figure out when a face may be skipped.

8 years agoMake control flow easier to read. 2911/head
Wolfgang Bangerth [Wed, 3 Aug 2016 13:16:02 +0000 (07:16 -0600)]
Make control flow easier to read.

8 years agoMerge pull request #2907 from guidokanschat/locally_owned_cell_patches
Wolfgang Bangerth [Wed, 3 Aug 2016 02:11:20 +0000 (21:11 -0500)]
Merge pull request #2907 from guidokanschat/locally_owned_cell_patches

restrict cell patches to locally owned cells

8 years agochange DoFHandler template 2907/head
Guido Kanschat [Tue, 2 Aug 2016 19:10:28 +0000 (21:10 +0200)]
change DoFHandler template

8 years agoadd entries to changelog
Guido Kanschat [Tue, 2 Aug 2016 15:41:44 +0000 (17:41 +0200)]
add entries to changelog

8 years agochange from locally_owned to localy_owned_on_level and test on lower levels as well
Guido Kanschat [Tue, 2 Aug 2016 14:12:08 +0000 (16:12 +0200)]
change from locally_owned to localy_owned_on_level and test on lower levels as well

8 years agomake DoFTools::make_cell_patches work with parallel::distributed::Triangulation
Guido Kanschat [Tue, 2 Aug 2016 12:59:22 +0000 (14:59 +0200)]
make DoFTools::make_cell_patches work with parallel::distributed::Triangulation

8 years agoMerge pull request #2885 from tamiko/cmake_improve_gsl_interface
Matthias Maier [Tue, 2 Aug 2016 00:01:19 +0000 (19:01 -0500)]
Merge pull request #2885 from tamiko/cmake_improve_gsl_interface

CMake: Bugfix: Also pick up cblas for the gsl link interface

8 years agoadd a news/changes.h entry 2885/head
Matthias Maier [Fri, 29 Jul 2016 01:48:37 +0000 (20:48 -0500)]
add a news/changes.h entry

8 years agoCMake: Also detect gsl version and export GSL_VERSION
Matthias Maier [Fri, 29 Jul 2016 01:38:59 +0000 (20:38 -0500)]
CMake: Also detect gsl version and export GSL_VERSION

8 years agoCMake: Bugfix: Also pick up cblas for the gsl link interface
Matthias Maier [Fri, 29 Jul 2016 01:27:47 +0000 (20:27 -0500)]
CMake: Bugfix: Also pick up cblas for the gsl link interface

8 years agoMerge pull request #2906 from masterleinad/references_step35
Wolfgang Bangerth [Mon, 1 Aug 2016 19:47:04 +0000 (14:47 -0500)]
Merge pull request #2906 from masterleinad/references_step35

Add literature to step-35

8 years agoAdd literature to step-35 2906/head
Daniel Arndt [Mon, 1 Aug 2016 17:40:35 +0000 (19:40 +0200)]
Add literature to step-35

8 years agoMerge pull request #2905 from tamiko/cmake_2.8.8_compatibility
Wolfgang Bangerth [Mon, 1 Aug 2016 18:39:50 +0000 (13:39 -0500)]
Merge pull request #2905 from tamiko/cmake_2.8.8_compatibility

CMake: Bugfix: Strip input variables for CHECK_COMPILER_SETUP

8 years agoCMake: Bugfix: Strip input variables for CHECK_COMPILER_SETUP 2905/head
Matthias Maier [Mon, 1 Aug 2016 16:38:01 +0000 (11:38 -0500)]
CMake: Bugfix: Strip input variables for CHECK_COMPILER_SETUP

CMake 2.8.8 (and possibly till 2.8.11) do not normalize
CMAKE_REQUIRED_FLAGS and CMAKE_REQUIRED_LIBRARIES correctly leading to
stray "-l " in the linker command line.

Fix this by normalizing the input of CHECK_COMPILER_SETUP by stripping
leading and trailing whitespace

8 years agoMerge pull request #2901 from class4kayaker/elim_rand_shuffle
Wolfgang Bangerth [Mon, 1 Aug 2016 14:13:30 +0000 (09:13 -0500)]
Merge pull request #2901 from class4kayaker/elim_rand_shuffle

Eliminate random_shuffle

8 years agoAdjust reference to random_shuffle in comment 2901/head
Jonathan Robey [Mon, 1 Aug 2016 06:38:03 +0000 (23:38 -0700)]
Adjust reference to random_shuffle in comment

8 years agoMerge pull request #2894 from tjhei/step-17-dsp
Wolfgang Bangerth [Mon, 1 Aug 2016 13:39:30 +0000 (08:39 -0500)]
Merge pull request #2894 from tjhei/step-17-dsp

use DynamicSparsityPattern in step-17

8 years agoMerge pull request #2893 from tjhei/fix_locally_owned_dofs_per_subdomain
Wolfgang Bangerth [Mon, 1 Aug 2016 13:39:10 +0000 (08:39 -0500)]
Merge pull request #2893 from tjhei/fix_locally_owned_dofs_per_subdomain

Fix locally_owned_dofs_per_subdomain

8 years agoMerge pull request #2892 from tjhei/dsp_documentation
David Wells [Mon, 1 Aug 2016 13:34:25 +0000 (09:34 -0400)]
Merge pull request #2892 from tjhei/dsp_documentation

add some documentation

8 years agoMerge pull request #2903 from jgedicke/fix_clang_error
Martin Kronbichler [Mon, 1 Aug 2016 12:39:26 +0000 (14:39 +0200)]
Merge pull request #2903 from jgedicke/fix_clang_error

fix clang error

8 years agoaddress comments 2894/head
Timo Heister [Mon, 1 Aug 2016 09:44:24 +0000 (11:44 +0200)]
address comments

8 years agoadd some documentation 2892/head
Timo Heister [Sun, 31 Jul 2016 13:51:17 +0000 (15:51 +0200)]
add some documentation

8 years agocomment, add Assert 2893/head
Timo Heister [Mon, 1 Aug 2016 09:32:20 +0000 (11:32 +0200)]
comment, add Assert

8 years agofix clang error 2903/head
Joscha Gedicke [Mon, 1 Aug 2016 08:45:38 +0000 (10:45 +0200)]
fix clang error

8 years agoFix locally_owned_dofs_per_subdomain
Timo Heister [Sun, 31 Jul 2016 13:27:21 +0000 (15:27 +0200)]
Fix locally_owned_dofs_per_subdomain

DoFTools::locally_owned_dofs_per_subdomain would wrongly trigger an Assertion if running with a dealii::Triangulation (not a shared one) and with more than one MPI rank. This is now fixed.

8 years agoMerge pull request #2871 from jgedicke/arpack
Denis Davydov [Mon, 1 Aug 2016 07:55:56 +0000 (09:55 +0200)]
Merge pull request #2871 from jgedicke/arpack

fix (p)arpack interface for non symmetric matrices

8 years agofix (P)ARPACK interface for non-symmetric matrices 2871/head
Joscha Gedicke [Thu, 21 Jul 2016 13:19:58 +0000 (15:19 +0200)]
fix (P)ARPACK interface for non-symmetric matrices

-> test for length n+1 of the eigenvectors in the non-symmetric case, which is related to the storage scheme of complex components
-> allow ARPACK to store n+1 eigenvalues in the work arrays in case the eigenvalues n and n+1 form a complex conjugate pair
-> copy nev eigenvectors from the work arrays as nev is increased by one by dneupd in some cases
-> add set_initial_vector function
-> add tests for advection-diffusion FE matrices with complex eigenvalues
-> improve description of the tests

8 years agoMerge pull request #2900 from class4kayaker/fix_compile_error
Wolfgang Bangerth [Mon, 1 Aug 2016 02:01:14 +0000 (21:01 -0500)]
Merge pull request #2900 from class4kayaker/fix_compile_error

Fix error generated in removing mem_fun

8 years agoFix error generated in removing mem_fun 2900/head
Jonathan Robey [Sun, 31 Jul 2016 23:58:25 +0000 (16:58 -0700)]
Fix error generated in removing mem_fun

8 years agoMerge pull request #2898 from class4kayaker/elim_mem_fun
Wolfgang Bangerth [Sun, 31 Jul 2016 23:12:40 +0000 (18:12 -0500)]
Merge pull request #2898 from class4kayaker/elim_mem_fun

Eliminate mem_fun, mem_fun_1

8 years agoMerge pull request #2899 from class4kayaker/elim_ptr_fun
Wolfgang Bangerth [Sun, 31 Jul 2016 23:11:26 +0000 (18:11 -0500)]
Merge pull request #2899 from class4kayaker/elim_ptr_fun

Eliminate ptr_fun from tests

8 years agoEliminate ptr_fun from tests 2899/head
Jonathan Robey [Sun, 31 Jul 2016 23:03:26 +0000 (16:03 -0700)]
Eliminate ptr_fun from tests

8 years agoEliminate mem_fun in include 2898/head
Jonathan Robey [Sun, 31 Jul 2016 22:40:50 +0000 (15:40 -0700)]
Eliminate mem_fun in include

Replace with std_cxx11::bind

8 years agoEliminate mem_fun in source
Jonathan Robey [Sun, 31 Jul 2016 22:37:11 +0000 (15:37 -0700)]
Eliminate mem_fun in source

Replace with std_cxx11::bind

8 years agoMerge pull request #2884 from class4kayaker/elim_bind2nd
Wolfgang Bangerth [Sun, 31 Jul 2016 21:45:12 +0000 (16:45 -0500)]
Merge pull request #2884 from class4kayaker/elim_bind2nd

Eliminate bind2nd

8 years agouse DynamicSparsityPattern in step-17
Timo Heister [Sun, 31 Jul 2016 13:47:14 +0000 (15:47 +0200)]
use DynamicSparsityPattern in step-17

8 years agoMerge pull request #2888 from kronbichler/master
Martin Kronbichler [Sun, 31 Jul 2016 07:35:52 +0000 (09:35 +0200)]
Merge pull request #2888 from kronbichler/master

Fix print functions of Trilinos sparsity pattern

8 years agoFix print functions of Trilinos sparsity pattern 2888/head
Martin Kronbichler [Sat, 30 Jul 2016 18:24:12 +0000 (20:24 +0200)]
Fix print functions of Trilinos sparsity pattern

8 years agoMerge pull request #2886 from tamiko/cmake_windows_setup
Timo Heister [Sun, 31 Jul 2016 06:34:23 +0000 (07:34 +0100)]
Merge pull request #2886 from tamiko/cmake_windows_setup

CMake: Minor configuration fixes for MSVC

8 years agoMerge pull request #2891 from tamiko/reformat
Denis Davydov [Sun, 31 Jul 2016 05:56:35 +0000 (07:56 +0200)]
Merge pull request #2891 from tamiko/reformat

Documentation: Reformat CONTRIBUTING.md

8 years agoDocumentation: Reformat CONTRIBUTING.md 2891/head
Matthias Maier [Sun, 31 Jul 2016 05:44:06 +0000 (00:44 -0500)]
Documentation: Reformat CONTRIBUTING.md

I love line breaks :-)

8 years agoMerge pull request #2890 from bangerth/doc-update-72
Matthias Maier [Sun, 31 Jul 2016 05:26:47 +0000 (00:26 -0500)]
Merge pull request #2890 from bangerth/doc-update-72

Annotate @param statements as in/out.

8 years agoCMake: Bugfix: Remove forgotten "compat_files" target 2886/head
Matthias Maier [Fri, 29 Jul 2016 04:58:35 +0000 (23:58 -0500)]
CMake: Bugfix: Remove forgotten "compat_files" target

8 years agoMerge pull request #2844 from drwells/remove-Function-use-in-early-steps
Wolfgang Bangerth [Sun, 31 Jul 2016 04:23:46 +0000 (23:23 -0500)]
Merge pull request #2844 from drwells/remove-Function-use-in-early-steps

Remove function use in early steps

8 years agoAnnotate @param statements as in/out. 2890/head
Wolfgang Bangerth [Sun, 31 Jul 2016 03:56:21 +0000 (21:56 -0600)]
Annotate @param statements as in/out.

8 years agoMerge pull request #2846 from spco/parallel_make_flux
Wolfgang Bangerth [Sun, 31 Jul 2016 03:13:03 +0000 (22:13 -0500)]
Merge pull request #2846 from spco/parallel_make_flux

DoFTools::make_flux_sparsity_pattern with masks, in parallel

8 years agoAdd DoFTools::make_flux_sparsity_pattern() with masks and subdomain_id. 2846/head
SAM COX [Fri, 29 Jul 2016 09:35:41 +0000 (10:35 +0100)]
Add DoFTools::make_flux_sparsity_pattern() with masks and subdomain_id.

8 years agoAdd include to grid_refinement.cc 2884/head
Jonathan Robey [Sat, 30 Jul 2016 02:57:09 +0000 (19:57 -0700)]
Add include to grid_refinement.cc

8 years agoAdjust comment
Jonathan Robey [Fri, 29 Jul 2016 17:14:28 +0000 (10:14 -0700)]
Adjust comment

8 years agoFix include comments
Jonathan Robey [Fri, 29 Jul 2016 16:46:53 +0000 (09:46 -0700)]
Fix include comments

8 years agoCMake: Override multi-configuration types locations for MSVC
Matthias Maier [Fri, 29 Jul 2016 04:23:22 +0000 (23:23 -0500)]
CMake: Override multi-configuration types locations for MSVC

8 years agoCMake: Override multi-configuration types locations for MSVC
Matthias Maier [Fri, 29 Jul 2016 04:21:29 +0000 (23:21 -0500)]
CMake: Override multi-configuration types locations for MSVC

8 years agoMention the updates to steps 5-8 in the changes.h. 2844/head
David Wells [Mon, 25 Jul 2016 17:17:10 +0000 (13:17 -0400)]
Mention the updates to steps 5-8 in the changes.h.

8 years agoUse a plain function, not a Function, in step-8.
David Wells [Sun, 17 Jul 2016 19:28:30 +0000 (15:28 -0400)]
Use a plain function, not a Function, in step-8.

8 years agoState why we need a default constructor in step-7.
David Wells [Fri, 29 Jul 2016 00:19:14 +0000 (20:19 -0400)]
State why we need a default constructor in step-7.

The older reason was not quite right, at least as of C++ 2003.

8 years agoAdd a note on the Tensor class to step-7.
David Wells [Sun, 17 Jul 2016 19:37:32 +0000 (15:37 -0400)]
Add a note on the Tensor class to step-7.

This is the first tutorial program where we explicitly use Tensor, so we
should say a bit about it.

8 years agoRemove an AIX workaround in step-7.
David Wells [Sun, 17 Jul 2016 18:17:39 +0000 (14:17 -0400)]
Remove an AIX workaround in step-7.

8 years agoRemove an unused header in step-7.
David Wells [Sun, 17 Jul 2016 18:12:47 +0000 (14:12 -0400)]
Remove an unused header in step-7.

Commit ef517a05e0 (March 2001) got rid of the typeid() operator in
step-7.

8 years agoUpdate the exception discussion in step-6.
David Wells [Sun, 17 Jul 2016 21:18:55 +0000 (17:18 -0400)]
Update the exception discussion in step-6.

8 years agoUpdate the output for step-6.
David Wells [Sun, 17 Jul 2016 20:58:55 +0000 (16:58 -0400)]
Update the output for step-6.

8 years agoUse a plain function, not a Function, in step-6.
David Wells [Sun, 17 Jul 2016 18:15:26 +0000 (14:15 -0400)]
Use a plain function, not a Function, in step-6.

8 years agoFix a typo in step-5.
David Wells [Mon, 18 Jul 2016 01:13:38 +0000 (21:13 -0400)]
Fix a typo in step-5.

8 years agoRemove discussion of the exception from step-5.
David Wells [Sun, 17 Jul 2016 20:58:18 +0000 (16:58 -0400)]
Remove discussion of the exception from step-5.

Since this exception is only raised if we use a Function this discussion
is no longer relevant.

8 years agoAdd the Assert discussion back in to step-5.
David Wells [Sun, 17 Jul 2016 19:19:39 +0000 (15:19 -0400)]
Add the Assert discussion back in to step-5.

Additionally, the library now has 9375 Asserts and AssertThrows, so
increase the number of exceptions from 4200.

8 years agoUse a plain function, not a Function, in step-5.
David Wells [Sun, 17 Jul 2016 17:48:42 +0000 (13:48 -0400)]
Use a plain function, not a Function, in step-5.

8 years agoIntroduce Function better in step-4.
David Wells [Fri, 29 Jul 2016 00:13:35 +0000 (20:13 -0400)]
Introduce Function better in step-4.

8 years agoRemove bind2nd in tests
Jonathan Robey [Thu, 28 Jul 2016 19:36:34 +0000 (12:36 -0700)]
Remove bind2nd in tests

8 years agoRemove bind2nd in include
Jonathan Robey [Thu, 28 Jul 2016 19:22:16 +0000 (12:22 -0700)]
Remove bind2nd in include

8 years agoRemove bind2nd calls in source
Jonathan Robey [Thu, 28 Jul 2016 17:46:49 +0000 (10:46 -0700)]
Remove bind2nd calls in source

8 years agoMerge pull request #2883 from tjhei/document_project
Matthias Maier [Thu, 28 Jul 2016 14:56:15 +0000 (09:56 -0500)]
Merge pull request #2883 from tjhei/document_project

extend documentation for ::project

8 years agoextend documentation for ::project 2883/head
Timo Heister [Thu, 28 Jul 2016 12:54:54 +0000 (14:54 +0200)]
extend documentation for ::project

8 years agoMerge pull request #2879 from masterleinad/delete_get_name_implementation
Wolfgang Bangerth [Wed, 27 Jul 2016 21:44:47 +0000 (15:44 -0600)]
Merge pull request #2879 from masterleinad/delete_get_name_implementation

Fix FETools::get_fe_by_name with one template argument

8 years agoDelete unnecessary implementation 2879/head
Daniel Arndt [Wed, 27 Jul 2016 09:11:39 +0000 (11:11 +0200)]
Delete unnecessary implementation

8 years agoMerge pull request #2880 from Rombur/typo
Wolfgang Bangerth [Wed, 27 Jul 2016 20:53:32 +0000 (14:53 -0600)]
Merge pull request #2880 from Rombur/typo

Fix a typo in the documentation FunctionParser.

8 years agoFix a typo in the documentation FunctionParser. 2880/head
Bruno Turcksin [Wed, 27 Jul 2016 20:32:14 +0000 (16:32 -0400)]
Fix a typo in the documentation FunctionParser.

8 years agoMerge pull request #2878 from bangerth/doc-update-71
Bruno Turcksin [Wed, 27 Jul 2016 17:32:30 +0000 (13:32 -0400)]
Merge pull request #2878 from bangerth/doc-update-71

Clarify that update_once/each is not part of a public interface.

8 years agoClarify that update_once/each is not part of a public interface. 2878/head
Wolfgang Bangerth [Wed, 27 Jul 2016 17:21:40 +0000 (11:21 -0600)]
Clarify that update_once/each is not part of a public interface.

8 years agoMerge pull request #2877 from kronbichler/master
Bruno Turcksin [Wed, 27 Jul 2016 12:28:53 +0000 (08:28 -0400)]
Merge pull request #2877 from kronbichler/master

Fix typo

8 years agoFix typo 2877/head
Martin Kronbichler [Wed, 27 Jul 2016 12:25:21 +0000 (14:25 +0200)]
Fix typo

8 years agoMerge pull request #2876 from kronbichler/master
Bruno Turcksin [Wed, 27 Jul 2016 12:04:51 +0000 (08:04 -0400)]
Merge pull request #2876 from kronbichler/master

Fix mg dof indices on objects not in standard orientation.

8 years agoFix mg dof indices on objects not in standard orientation. 2876/head
Martin Kronbichler [Wed, 27 Jul 2016 11:16:17 +0000 (13:16 +0200)]
Fix mg dof indices on objects not in standard orientation.

8 years agoMerge pull request #2874 from bangerth/mark-function-as-deprecated
Martin Kronbichler [Wed, 27 Jul 2016 05:59:33 +0000 (07:59 +0200)]
Merge pull request #2874 from bangerth/mark-function-as-deprecated

Mark a function that already has a doxygen @deprecated string as deprecated.

8 years agoMerge pull request #2872 from bangerth/correctly-derive-iterators
Martin Kronbichler [Wed, 27 Jul 2016 05:59:02 +0000 (07:59 +0200)]
Merge pull request #2872 from bangerth/correctly-derive-iterators

Derive IndexSet iterators from std::iterator with appropriate category.

8 years agoMark a function that already has a doxygen @deprecated string as deprecated. 2874/head
Wolfgang Bangerth [Wed, 27 Jul 2016 00:18:34 +0000 (18:18 -0600)]
Mark a function that already has a doxygen @deprecated string as deprecated.

Specifically, use the DEAL_II_DEPRECATED mark.

8 years agoDerive IndexSet iterators from std::iterator with appropriate category. 2872/head
Wolfgang Bangerth [Tue, 26 Jul 2016 23:10:13 +0000 (17:10 -0600)]
Derive IndexSet iterators from std::iterator with appropriate category.

This helps make some algorithms more efficient when called with such iterators. It is
apparently also necessary for Visual Studio when calling std::set::insert with a pair
of IndexSet iterators.

8 years agoMerge pull request #2858 from class4kayaker/interpolate_single
Wolfgang Bangerth [Tue, 26 Jul 2016 20:37:54 +0000 (15:37 -0500)]
Merge pull request #2858 from class4kayaker/interpolate_single

Allow use of VectorTools::interpolate for mixed interpolating and non-interpolating FEs

8 years agoMerge pull request #2849 from rrgrove6/include_pressure_boundary
Wolfgang Bangerth [Tue, 26 Jul 2016 20:37:13 +0000 (15:37 -0500)]
Merge pull request #2849 from rrgrove6/include_pressure_boundary

Including dofs for individual components on boundary in make_vertex_patches

8 years agoMerge pull request #2868 from bangerth/fix-visual-studio-error
Timo Heister [Tue, 26 Jul 2016 12:15:33 +0000 (13:15 +0100)]
Merge pull request #2868 from bangerth/fix-visual-studio-error

Work around a MS Visual Studio oddity.

8 years agoMerge pull request #2867 from bangerth/avoid-warning
Bruno Turcksin [Tue, 26 Jul 2016 12:01:30 +0000 (08:01 -0400)]
Merge pull request #2867 from bangerth/avoid-warning

Avoid a warning.


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.