]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
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 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.

8 years agochanges.h 2849/head
Ryan Grove [Thu, 21 Jul 2016 15:29:53 +0000 (11:29 -0400)]
changes.h

8 years agoAdded functionality for including pressure dofs on boundary
Ryan Grove [Thu, 21 Jul 2016 10:47:09 +0000 (06:47 -0400)]
Added functionality for including pressure dofs on boundary

8 years agoWork around a MS Visual Studio oddity. 2868/head
Wolfgang Bangerth [Tue, 26 Jul 2016 03:33:55 +0000 (21:33 -0600)]
Work around a MS Visual Studio oddity.

The compiler should just choose between two overloaded template functions. But, MS Visual
Studio once again gets all bent out of shape over it. Fix this by just using a plain
'if' statement, rather than relying on template specializations and overloads. This
works now because we made faces of 1d cells look very much the same as faces of
regular cells, and so the dim-dimensional code actually compiles also in 1d these
days.

8 years agoAvoid a warning. 2867/head
Wolfgang Bangerth [Tue, 26 Jul 2016 03:30:23 +0000 (21:30 -0600)]
Avoid a warning.

8 years agoAdd update to changes.h 2858/head
Jonathan Robey [Sun, 24 Jul 2016 17:54:17 +0000 (10:54 -0700)]
Add update to changes.h

8 years agoAdd test of functionality
Jonathan Robey [Sun, 24 Jul 2016 17:41:40 +0000 (10:41 -0700)]
Add test of functionality

8 years agoMerge pull request #2863 from bangerth/doc-update-70
Bruno Turcksin [Mon, 25 Jul 2016 21:58:36 +0000 (17:58 -0400)]
Merge pull request #2863 from bangerth/doc-update-70

Also update the documentation of hp::MappingCollection::push_back().

8 years agoMerge pull request #2864 from bangerth/fix-template-argument
Bruno Turcksin [Mon, 25 Jul 2016 21:56:40 +0000 (17:56 -0400)]
Merge pull request #2864 from bangerth/fix-template-argument

Use the same type for a non-type template argument in declaration/definition.

8 years agoMerge pull request #2865 from masterleinad/outdated_doc
Wolfgang Bangerth [Mon, 25 Jul 2016 21:16:08 +0000 (16:16 -0500)]
Merge pull request #2865 from masterleinad/outdated_doc

Update information on dealing with ghost values

8 years agoGet rid off outdated information 2865/head
Daniel Arndt [Thu, 21 Jul 2016 17:08:12 +0000 (19:08 +0200)]
Get rid off outdated information

8 years agoUse the same type for a non-type template argument in declaration/definition. 2864/head
Wolfgang Bangerth [Mon, 25 Jul 2016 20:47:08 +0000 (15:47 -0500)]
Use the same type for a non-type template argument in declaration/definition.

We previously had used 'int' in the declaration but 'std::size_t' in the definition of the
MemoryConsumption::memory_consumption(std_cxx::array) function. The latter is the type
the C++ standard says 'std::array' should take for its size, so be consistent about this.

8 years agoAlso update the documentation of hp::MappingCollection::push_back(). 2863/head
Wolfgang Bangerth [Mon, 25 Jul 2016 19:09:54 +0000 (14:09 -0500)]
Also update the documentation of hp::MappingCollection::push_back().

8 years agoMerge pull request #2862 from bangerth/use-portable-erfc
Bruno Turcksin [Mon, 25 Jul 2016 18:25:17 +0000 (14:25 -0400)]
Merge pull request #2862 from bangerth/use-portable-erfc

Use portable version of erfc().

8 years agoUse portable version of erfc(). 2862/head
Wolfgang Bangerth [Mon, 25 Jul 2016 17:57:07 +0000 (12:57 -0500)]
Use portable version of erfc().

erfc is only part of C99, and thus not in C++98. It did make it into C++ via the TR1
addition, which I think is in C++03 and consequently in C++11, but be that as it may,
let's just use the BOOST version of it to be on the safe side.

8 years agoMerge pull request #2861 from bangerth/remove-erroneous-typename
David Wells [Mon, 25 Jul 2016 17:29:17 +0000 (13:29 -0400)]
Merge pull request #2861 from bangerth/remove-erroneous-typename

Remove erroneous 'typename'.

8 years agoRemove erroneous 'typename'. 2861/head
Wolfgang Bangerth [Mon, 25 Jul 2016 17:18:26 +0000 (12:18 -0500)]
Remove erroneous 'typename'.

The 'typename' is not necessary (nor allowed, in C++98) here because it is not inside
a template.

8 years agoAdd logic to only require interpolated components interpolate
Jonathan Robey [Sun, 24 Jul 2016 16:54:03 +0000 (09:54 -0700)]
Add logic to only require interpolated components interpolate

8 years agoMerge pull request #2838 from class4kayaker/mask_interpolate
Wolfgang Bangerth [Mon, 25 Jul 2016 16:25:43 +0000 (11:25 -0500)]
Merge pull request #2838 from class4kayaker/mask_interpolate

Mask interpolate

8 years agoMerge pull request #2860 from kronbichler/master
Matthias Maier [Mon, 25 Jul 2016 14:17:45 +0000 (09:17 -0500)]
Merge pull request #2860 from kronbichler/master

Fix problem detected by address sanitizer

8 years agoFix problem detected by address sanitizer 2860/head
Martin Kronbichler [Mon, 25 Jul 2016 14:12:00 +0000 (16:12 +0200)]
Fix problem detected by address sanitizer

8 years agoFix changes.h entry formatting 2838/head
Jonathan Robey [Sun, 24 Jul 2016 17:55:50 +0000 (10:55 -0700)]
Fix changes.h entry formatting

8 years agoMerge pull request #2856 from masterleinad/add_missing_instantiation
Martin Kronbichler [Sun, 24 Jul 2016 13:20:17 +0000 (15:20 +0200)]
Merge pull request #2856 from masterleinad/add_missing_instantiation

Add missing definition and instantiation for FETools::get_fe_from_name

8 years agoAdjust empty lines between functions in fe_tools.cc 2856/head
Daniel Arndt [Sun, 24 Jul 2016 13:10:54 +0000 (15:10 +0200)]
Adjust empty lines between functions in fe_tools.cc

8 years agoAdd missing definition and instantiation
Daniel Arndt [Sun, 24 Jul 2016 10:25:50 +0000 (12:25 +0200)]
Add missing definition and instantiation

8 years agoMerge pull request #2854 from bangerth/doc-update-69
Martin Kronbichler [Sun, 24 Jul 2016 11:12:01 +0000 (13:12 +0200)]
Merge pull request #2854 from bangerth/doc-update-69

Update documentation of QCollection::push_back().

8 years agoMerge pull request #2853 from bangerth/add-missing-function
Martin Kronbichler [Sun, 24 Jul 2016 09:21:00 +0000 (11:21 +0200)]
Merge pull request #2853 from bangerth/add-missing-function

Add DoFAccessor<0,...>::get_mg_dof_indices.

8 years agoUpdate documentation of QCollection::push_back(). 2854/head
Wolfgang Bangerth [Sun, 24 Jul 2016 03:37:24 +0000 (22:37 -0500)]
Update documentation of QCollection::push_back().

This clarifies that FECollection and QCollection do not have to have
matching/corresponding elements.

8 years agoRemove a specialization of a function. 2853/head
Wolfgang Bangerth [Sun, 24 Jul 2016 02:30:04 +0000 (21:30 -0500)]
Remove a specialization of a function.

This is possible now that the general template apparently compiles.

8 years agoAdd DoFAccessor<0,...>::get_mg_dof_indices.
Wolfgang Bangerth [Sat, 23 Jul 2016 14:45:50 +0000 (09:45 -0500)]
Add DoFAccessor<0,...>::get_mg_dof_indices.

This function was previously missing. The patch really only adds the declaration
and a dummy definition throwing ExcNotImplemented(), but it at least enables some
generic programming that would otherwise lead to compiler errors.

8 years agoCreate VectorTools:interpolate with mask
Jonathan Robey [Fri, 15 Jul 2016 18:31:41 +0000 (11:31 -0700)]
Create VectorTools:interpolate with mask

8 years agoMerge pull request #2848 from class4kayaker/parameter_pattern_desc
Wolfgang Bangerth [Sat, 23 Jul 2016 22:35:30 +0000 (17:35 -0500)]
Merge pull request #2848 from class4kayaker/parameter_pattern_desc

Prettier output for LaTeX and Description ParameterHandler output

8 years agoMerge pull request #2847 from masterleinad/clarify_mg_constrained_dofs
Wolfgang Bangerth [Sat, 23 Jul 2016 22:14:40 +0000 (17:14 -0500)]
Merge pull request #2847 from masterleinad/clarify_mg_constrained_dofs

Remove FunctionMap from MGConstrainedDoFs

8 years agoUse std::set for boundary_indicators and rename set_zero_boundary_dofs 2847/head
Daniel Arndt [Wed, 20 Jul 2016 09:07:17 +0000 (11:07 +0200)]
Use std::set for boundary_indicators and rename set_zero_boundary_dofs

8 years agoMerge pull request #2852 from bangerth/improve-error-message
Denis Davydov [Sat, 23 Jul 2016 09:33:59 +0000 (11:33 +0200)]
Merge pull request #2852 from bangerth/improve-error-message

Improve an error message.

8 years agoImprove an error message. 2852/head
Wolfgang Bangerth [Fri, 22 Jul 2016 04:15:09 +0000 (23:15 -0500)]
Improve an error message.

Specifically, say early that using ::SolutionTransfer with
parallel::distributed::Triangulation is likely going to lead to
heartache.

8 years agoUpdate changes.h 2848/head
Jonathan Robey [Thu, 21 Jul 2016 21:42:32 +0000 (14:42 -0700)]
Update changes.h

8 years agoUpdate output for LaTeX and Description OutputStyle
Jonathan Robey [Thu, 21 Jul 2016 21:36:35 +0000 (14:36 -0700)]
Update output for LaTeX and Description OutputStyle

8 years agoAllow varying description output for patterns
Jonathan Robey [Wed, 20 Jul 2016 19:13:51 +0000 (12:13 -0700)]
Allow varying description output for patterns

8 years agoMerge pull request #2845 from masterleinad/quarter_hyper_ball
Bruno Turcksin [Wed, 20 Jul 2016 12:15:53 +0000 (08:15 -0400)]
Merge pull request #2845 from masterleinad/quarter_hyper_ball

Add GridGenerator::quarter_hyper_ball

8 years agoEntry in changes.h
Daniel Arndt [Wed, 20 Jul 2016 00:29:03 +0000 (02:29 +0200)]
Entry in changes.h

8 years agoTest for MGConstrainedDofs
Daniel Arndt [Wed, 20 Jul 2016 00:08:18 +0000 (02:08 +0200)]
Test for MGConstrainedDofs

8 years agoAllow for non-primitive FiniteElements in MGTools::make_boundary_list
Daniel Arndt [Tue, 19 Jul 2016 12:38:46 +0000 (14:38 +0200)]
Allow for non-primitive FiniteElements in MGTools::make_boundary_list

8 years agoSimplify MGConstrainedDoFs
Daniel Arndt [Mon, 18 Jul 2016 15:37:12 +0000 (17:37 +0200)]
Simplify MGConstrainedDoFs

8 years agoEntry in changes.h 2845/head
Daniel Arndt [Mon, 18 Jul 2016 22:27:23 +0000 (00:27 +0200)]
Entry in changes.h


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.