]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoMerge pull request #12886 from gfcas/typo
Wolfgang Bangerth [Tue, 26 Oct 2021 11:40:23 +0000 (05:40 -0600)]
Merge pull request #12886 from gfcas/typo

Fix typos in hp::FECollection doc

2 years agoFix typos in hp::FECollection doc 12886/head
Fabian Castelli [Tue, 26 Oct 2021 11:06:09 +0000 (13:06 +0200)]
Fix typos in hp::FECollection doc

2 years agoMerge pull request #12884 from marcfehling/rnpratoori
Marc Fehling [Tue, 26 Oct 2021 03:38:34 +0000 (21:38 -0600)]
Merge pull request #12884 from marcfehling/rnpratoori

Corrections in Step-45

2 years agoMerge pull request #12883 from dianeguignard/DOI-step-82
Wolfgang Bangerth [Tue, 26 Oct 2021 02:58:50 +0000 (20:58 -0600)]
Merge pull request #12883 from dianeguignard/DOI-step-82

Added DOI for the tutorial program step-82

2 years agoCorrections in Step-45 12884/head
Raghunandan Pratoori [Sat, 9 Oct 2021 13:33:54 +0000 (08:33 -0500)]
Corrections in Step-45

Removed duplicate occurrence of VectorTools::interpolate_boundary_values in setup_dofs()

2 years agoAdded DOI for the tutorial program step-82 12883/head
Diane Guignard [Mon, 25 Oct 2021 21:32:46 +0000 (17:32 -0400)]
Added DOI for the tutorial program step-82

2 years agoMerge pull request #12879 from peterrum/mg_transfer_global_coarsening_fix_compilation
Peter Munch [Mon, 25 Oct 2021 13:56:16 +0000 (15:56 +0200)]
Merge pull request #12879 from peterrum/mg_transfer_global_coarsening_fix_compilation

Fix compilation of MGTransferGlobalCoarsening::interpolate_to_mg()

2 years agoMerge pull request #12880 from peterrum/MGTransferGlobalCoarsening_rename_n_dofs
Martin Kronbichler [Mon, 25 Oct 2021 13:17:54 +0000 (15:17 +0200)]
Merge pull request #12880 from peterrum/MGTransferGlobalCoarsening_rename_n_dofs

Rename some variables in MGTransferGlobalCoarsening

2 years agoFix compilation of MGTransferGlobalCoarsening::interpolate_to_mg() 12879/head
Peter Munch [Mon, 25 Oct 2021 11:26:38 +0000 (13:26 +0200)]
Fix compilation of MGTransferGlobalCoarsening::interpolate_to_mg()

2 years agoRename some variables in MGTransferGlobalCoarsening 12880/head
Peter Munch [Mon, 25 Oct 2021 11:20:16 +0000 (13:20 +0200)]
Rename some variables in MGTransferGlobalCoarsening

2 years agoMerge pull request #12838 from peterrum/FE_Q_iso_Q1_varying_subdivisions
Martin Kronbichler [Mon, 25 Oct 2021 07:47:20 +0000 (09:47 +0200)]
Merge pull request #12838 from peterrum/FE_Q_iso_Q1_varying_subdivisions

FE_Q_iso_Q1: varying subdivisions

2 years agoMerge pull request #12869 from peterrum/PreconditionChebyshev_docu
Martin Kronbichler [Mon, 25 Oct 2021 07:40:23 +0000 (09:40 +0200)]
Merge pull request #12869 from peterrum/PreconditionChebyshev_docu

Fix docu of PreconditionChebyshev

2 years agoMerge pull request #12876 from bangerth/refce-2
Martin Kronbichler [Mon, 25 Oct 2021 07:39:28 +0000 (09:39 +0200)]
Merge pull request #12876 from bangerth/refce-2

Fix Patch member functions.

2 years agoFix Patch member functions. 12876/head
Wolfgang Bangerth [Mon, 25 Oct 2021 01:56:20 +0000 (19:56 -0600)]
Fix Patch member functions.

2 years agoMerge pull request #12863 from peterrum/sparse_matrix_reinit
Wolfgang Bangerth [Mon, 25 Oct 2021 01:20:33 +0000 (19:20 -0600)]
Merge pull request #12863 from peterrum/sparse_matrix_reinit

SparseMatrix::reinit(): accept other sparse matrix

2 years agoFix docu of PreconditionChebyshev 12869/head
Peter Munch [Sat, 23 Oct 2021 13:18:03 +0000 (15:18 +0200)]
Fix docu of PreconditionChebyshev

2 years agoSparseMatrix::reinit(): accept other sparse matrix 12863/head
Peter Munch [Fri, 22 Oct 2021 16:54:46 +0000 (18:54 +0200)]
SparseMatrix::reinit(): accept other sparse matrix

2 years agoMerge pull request #12855 from tjhei/fix-step49-geo
Marc Fehling [Sat, 23 Oct 2021 19:19:02 +0000 (13:19 -0600)]
Merge pull request #12855 from tjhei/fix-step49-geo

fix step-49 geo file

2 years agoMerge pull request #12872 from drwells/fix-doc-typos-10
Peter Munch [Sat, 23 Oct 2021 18:45:47 +0000 (20:45 +0200)]
Merge pull request #12872 from drwells/fix-doc-typos-10

Fix a typo.

2 years agoMerge pull request #12871 from tjhei/avoid_unused_var_warning
Daniel Arndt [Sat, 23 Oct 2021 17:16:11 +0000 (13:16 -0400)]
Merge pull request #12871 from tjhei/avoid_unused_var_warning

2 years agoFix a typo. 12872/head
David Wells [Sat, 23 Oct 2021 16:31:08 +0000 (12:31 -0400)]
Fix a typo.

2 years agofix step-49 geo file 12855/head
Timo Heister [Wed, 20 Oct 2021 22:00:19 +0000 (18:00 -0400)]
fix step-49 geo file

- do not use opencascade circle command
- reassign a few of the ids
- update documentation.

fixes #12826

2 years agoavoid unused variable warning 12871/head
Timo Heister [Sat, 23 Oct 2021 14:44:14 +0000 (10:44 -0400)]
avoid unused variable warning

in release mode

2 years agoMerge pull request #12866 from bangerth/q
David Wells [Sat, 23 Oct 2021 13:53:43 +0000 (09:53 -0400)]
Merge pull request #12866 from bangerth/q

Update class Quadrature in a couple of ways

2 years agoMerge pull request #12867 from bangerth/read-1
Peter Munch [Sat, 23 Oct 2021 09:49:24 +0000 (11:49 +0200)]
Merge pull request #12867 from bangerth/read-1

Make code a bit more readable.

2 years agoMerge pull request #12868 from bangerth/read-2
Martin Kronbichler [Sat, 23 Oct 2021 08:05:16 +0000 (10:05 +0200)]
Merge pull request #12868 from bangerth/read-2

Make code a bit more readable.

2 years agoMerge pull request #12865 from bangerth/dif-5
Peter Munch [Sat, 23 Oct 2021 04:28:30 +0000 (06:28 +0200)]
Merge pull request #12865 from bangerth/dif-5

Avoid generation of expensive FE objects.

2 years agoMerge pull request #12864 from peterrum/petsc_vector_reinit
David Wells [Sat, 23 Oct 2021 01:01:56 +0000 (21:01 -0400)]
Merge pull request #12864 from peterrum/petsc_vector_reinit

PETScWrappers::MPI::Vector: add new reinit()

2 years agoMake code a bit more readable. 12868/head
Wolfgang Bangerth [Fri, 22 Oct 2021 23:27:13 +0000 (17:27 -0600)]
Make code a bit more readable.

2 years agoMake code a bit more readable. 12867/head
Wolfgang Bangerth [Fri, 22 Oct 2021 23:26:51 +0000 (17:26 -0600)]
Make code a bit more readable.

2 years agoUpdate documentation of class Quadrature. 12866/head
Wolfgang Bangerth [Fri, 22 Oct 2021 23:11:39 +0000 (17:11 -0600)]
Update documentation of class Quadrature.

2 years agoRename a function.
Wolfgang Bangerth [Fri, 22 Oct 2021 23:10:23 +0000 (17:10 -0600)]
Rename a function.

2 years agoAvoid generation of expensive FE objects. 12865/head
Wolfgang Bangerth [Fri, 22 Oct 2021 17:37:27 +0000 (11:37 -0600)]
Avoid generation of expensive FE objects.

2 years agoMerge pull request #12861 from vachan-potluri/changelog
Marc Fehling [Fri, 22 Oct 2021 21:50:12 +0000 (15:50 -0600)]
Merge pull request #12861 from vachan-potluri/changelog

Add a changelog entry for pr12787

2 years agoFE_Q_iso_Q1: varying subdivisions 12838/head
Peter Munch [Sat, 16 Oct 2021 14:45:14 +0000 (16:45 +0200)]
FE_Q_iso_Q1: varying subdivisions

2 years agoPETScWrappers::MPI::Vector: add new reinit() 12864/head
Peter Munch [Fri, 22 Oct 2021 17:16:45 +0000 (19:16 +0200)]
PETScWrappers::MPI::Vector: add new reinit()

2 years agoMerge pull request #12825 from marcfehling/pd-debug
Bruno Turcksin [Fri, 22 Oct 2021 15:23:14 +0000 (11:23 -0400)]
Merge pull request #12825 from marcfehling/pd-debug

2 years agoAdd a changelog entry for pr12787 12861/head
Vachan Potluri [Fri, 22 Oct 2021 10:50:48 +0000 (16:20 +0530)]
Add a changelog entry for pr12787

2 years agoMerge pull request #12858 from peterrum/interpolate_to_mg_without_dofhandler
Peter Munch [Fri, 22 Oct 2021 06:28:27 +0000 (08:28 +0200)]
Merge pull request #12858 from peterrum/interpolate_to_mg_without_dofhandler

Add MGTransferGlobalCoarsening::interpolate_to_mg() that does not take DoFHandler

2 years agoMerge pull request #12847 from peterrum/data_out_pyramids
Wolfgang Bangerth [Thu, 21 Oct 2021 23:29:01 +0000 (17:29 -0600)]
Merge pull request #12847 from peterrum/data_out_pyramids

DataOut for pyramids: reorder at the end

2 years agoAdd MGTransferGlobalCoarsening::interpolate_to_mg() that does not take DoFHandler 12858/head
Peter Munch [Thu, 21 Oct 2021 17:33:46 +0000 (19:33 +0200)]
Add MGTransferGlobalCoarsening::interpolate_to_mg() that does not take DoFHandler

2 years agoDataOut for pyramids: reorder at the end 12847/head
Peter Munch [Tue, 19 Oct 2021 07:52:11 +0000 (09:52 +0200)]
DataOut for pyramids: reorder at the end

2 years agoMerge pull request #12857 from gfcas/doc_dof_tools
Wolfgang Bangerth [Thu, 21 Oct 2021 17:22:17 +0000 (11:22 -0600)]
Merge pull request #12857 from gfcas/doc_dof_tools

Update doc make_flux_sparsity_pattern

2 years agoMerge pull request #12856 from gfcas/typo
Wolfgang Bangerth [Thu, 21 Oct 2021 17:21:03 +0000 (11:21 -0600)]
Merge pull request #12856 from gfcas/typo

Fix typo

2 years agoMerge pull request #12851 from peterrum/wedge_pyramid_test
Wolfgang Bangerth [Thu, 21 Oct 2021 17:16:57 +0000 (11:16 -0600)]
Merge pull request #12851 from peterrum/wedge_pyramid_test

DataOut: add wedge/pyramid test

2 years agoUpdate doc make_flux_sparsity_pattern 12857/head
Fabian Castelli [Thu, 21 Oct 2021 16:25:31 +0000 (18:25 +0200)]
Update doc make_flux_sparsity_pattern

2 years agoFix typo 12856/head
Fabian Castelli [Thu, 21 Oct 2021 13:08:47 +0000 (15:08 +0200)]
Fix typo

2 years agoMerge pull request #12849 from bangerth/duplication
Martin Kronbichler [Thu, 21 Oct 2021 08:18:26 +0000 (10:18 +0200)]
Merge pull request #12849 from bangerth/duplication

Reduce duplication of information.

2 years agoMerge pull request #12787 from vachan-potluri/read_unv
Marc Fehling [Thu, 21 Oct 2021 06:52:49 +0000 (00:52 -0600)]
Merge pull request #12787 from vachan-potluri/read_unv

Ignore any sections before 2411 in `GridIn::read_unv()`

2 years agoIgnore any sections before 2411 in `GridIn::read_unv()` 12787/head
Vachan Potluri [Thu, 21 Oct 2021 05:02:30 +0000 (10:32 +0530)]
Ignore any sections before 2411 in `GridIn::read_unv()`

2 years agoMerge pull request #12822 from bangerth/49
Timo Heister [Wed, 20 Oct 2021 22:00:07 +0000 (18:00 -0400)]
Merge pull request #12822 from bangerth/49

Minor text updates to the step-49 gmsh discussion.

2 years agoDataOut: add wedge/pyramid test 12851/head
Peter Munch [Tue, 19 Oct 2021 21:40:20 +0000 (23:40 +0200)]
DataOut: add wedge/pyramid test

2 years agoMerge pull request #12853 from peterrum/convert_generalized_support_point_values_to_d...
Wolfgang Bangerth [Wed, 20 Oct 2021 19:23:39 +0000 (13:23 -0600)]
Merge pull request #12853 from peterrum/convert_generalized_support_point_values_to_dof_values_wedges_pyramids

Implement convert_generalized_support_point_values_to_dof_values for wedges/pyramids

2 years agoReduce duplication of information. 12849/head
Wolfgang Bangerth [Tue, 19 Oct 2021 16:10:09 +0000 (10:10 -0600)]
Reduce duplication of information.

Instead, use ReferenceCell as the one normative place to draw vertex orders from.

2 years agoImplement convert_generalized_support_point_values_to_dof_values for wedges/pyramids 12853/head
Peter Munch [Wed, 20 Oct 2021 08:34:37 +0000 (10:34 +0200)]
Implement convert_generalized_support_point_values_to_dof_values for wedges/pyramids

2 years agoMerge pull request #12850 from kronbichler/followup-chebyshev
Peter Munch [Wed, 20 Oct 2021 07:44:48 +0000 (09:44 +0200)]
Merge pull request #12850 from kronbichler/followup-chebyshev

PreconditionChebyshev: Update documentation

2 years agoMerge pull request #12816 from marcfehling/rotate
Daniel Arndt [Wed, 20 Oct 2021 02:56:53 +0000 (22:56 -0400)]
Merge pull request #12816 from marcfehling/rotate

2 years agoMerge pull request #12852 from marcfehling/magic-pi
Daniel Arndt [Wed, 20 Oct 2021 02:52:22 +0000 (22:52 -0400)]
Merge pull request #12852 from marcfehling/magic-pi

2 years agoNo more magic number Pi. 12852/head
Marc Fehling [Tue, 19 Oct 2021 23:44:02 +0000 (17:44 -0600)]
No more magic number Pi.

2 years agoMerge pull request #12846 from peterrum/distance_function
Peter Munch [Tue, 19 Oct 2021 20:09:50 +0000 (22:09 +0200)]
Merge pull request #12846 from peterrum/distance_function

Rename Functions::LevelSet -> Functions::SignedDistance

2 years agoMerge pull request #12848 from bangerth/refcell-3
Bruno Turcksin [Tue, 19 Oct 2021 19:29:23 +0000 (15:29 -0400)]
Merge pull request #12848 from bangerth/refcell-3

2 years agoPreconditionChebyshev: Update documentation 12850/head
Martin Kronbichler [Tue, 19 Oct 2021 18:25:44 +0000 (20:25 +0200)]
PreconditionChebyshev: Update documentation

2 years agoMerge pull request #12844 from bangerth/refcell-2
Martin Kronbichler [Tue, 19 Oct 2021 18:10:31 +0000 (20:10 +0200)]
Merge pull request #12844 from bangerth/refcell-2

Replace uses of GeometryInfo.

2 years agoMerge pull request #12819 from kronbichler/chebyshev_locality
Peter Munch [Tue, 19 Oct 2021 17:23:05 +0000 (19:23 +0200)]
Merge pull request #12819 from kronbichler/chebyshev_locality

Enable PreconditionChebyshev to update a sub-range of vector entries

2 years agoSystematize construction of vertices for wedges. 12848/head
Wolfgang Bangerth [Tue, 19 Oct 2021 15:59:52 +0000 (09:59 -0600)]
Systematize construction of vertices for wedges.

2 years agoUpdate and unify interface for `Physics` and `GridTools` rotations. 12816/head
Marc Fehling [Tue, 12 Oct 2021 20:10:40 +0000 (14:10 -0600)]
Update and unify interface for `Physics` and `GridTools` rotations.

2 years agoGeneralize `GridTools::rotate` for arbitrary rotation axes.
Marc Fehling [Tue, 12 Oct 2021 02:06:19 +0000 (20:06 -0600)]
Generalize `GridTools::rotate` for arbitrary rotation axes.

2 years agoMerge pull request #12845 from peterrum/wedge_fix_order_vertices
Wolfgang Bangerth [Tue, 19 Oct 2021 15:55:29 +0000 (09:55 -0600)]
Merge pull request #12845 from peterrum/wedge_fix_order_vertices

Fix order of vertices of wedges in ReferenceCell::vertex

2 years agoReplace uses of GeometryInfo. 12844/head
Wolfgang Bangerth [Tue, 19 Oct 2021 03:33:31 +0000 (21:33 -0600)]
Replace uses of GeometryInfo.

2 years agoExtend documentation 12819/head
Martin Kronbichler [Tue, 19 Oct 2021 13:11:23 +0000 (15:11 +0200)]
Extend documentation

2 years agoChangelog entry
Martin Kronbichler [Tue, 12 Oct 2021 13:10:08 +0000 (15:10 +0200)]
Changelog entry

2 years agoNew test case
Martin Kronbichler [Tue, 12 Oct 2021 13:09:53 +0000 (15:09 +0200)]
New test case

2 years agoEnable PreconditionChebyshev to update a sub-range of vector entries
Martin Kronbichler [Tue, 12 Oct 2021 13:09:40 +0000 (15:09 +0200)]
Enable PreconditionChebyshev to update a sub-range of vector entries

2 years agoRename Functions::LevelSet -> Functions::SignedDistance 12846/head
Peter Munch [Tue, 19 Oct 2021 07:34:47 +0000 (09:34 +0200)]
Rename Functions::LevelSet -> Functions::SignedDistance

2 years agoFix order of vertices of wedges in ReferenceCell::vertex 12845/head
Peter Munch [Tue, 19 Oct 2021 06:39:49 +0000 (08:39 +0200)]
Fix order of vertices of wedges in ReferenceCell::vertex

2 years agoMerge pull request #12843 from bangerth/refcell
Peter Munch [Tue, 19 Oct 2021 06:00:42 +0000 (08:00 +0200)]
Merge pull request #12843 from bangerth/refcell

Systematize vertex construction.

2 years agoMerge pull request #12841 from bangerth/dif2
Peter Munch [Tue, 19 Oct 2021 05:59:35 +0000 (07:59 +0200)]
Merge pull request #12841 from bangerth/dif2

Simplify some code by using std::any_of().

2 years agoSystematize vertex construction. 12843/head
Wolfgang Bangerth [Tue, 19 Oct 2021 01:56:00 +0000 (19:56 -0600)]
Systematize vertex construction.

2 years agoMerge pull request #12811 from gfcas/doc_step_72
Wolfgang Bangerth [Mon, 18 Oct 2021 23:57:35 +0000 (17:57 -0600)]
Merge pull request #12811 from gfcas/doc_step_72

Correction of comments in step-72

2 years agoSimplify some code by using std::any_of(). 12841/head
Wolfgang Bangerth [Mon, 18 Oct 2021 23:51:06 +0000 (17:51 -0600)]
Simplify some code by using std::any_of().

Also move the variables so initialized out of the if-branch in this
function because I want to use them also in the else-branch in a follow-up.

2 years agoMerge pull request #12837 from peterrum/QIterated_varying_subdivisions
David Wells [Mon, 18 Oct 2021 12:09:39 +0000 (08:09 -0400)]
Merge pull request #12837 from peterrum/QIterated_varying_subdivisions

QIterated: varying subdivisions

2 years agoQIterated: varying subdivisions 12837/head
Peter Munch [Sat, 16 Oct 2021 14:37:56 +0000 (16:37 +0200)]
QIterated: varying subdivisions

2 years agoMerge pull request #12840 from peterrum/hp_create_laplace_matrix
Peter Munch [Mon, 18 Oct 2021 04:49:49 +0000 (06:49 +0200)]
Merge pull request #12840 from peterrum/hp_create_laplace_matrix

Fix MatrixCreator::create_mass/laplace_matrix for hp

2 years agoFix MatrixCreator::create_mass/laplace_matrix for hp 12840/head
Peter Munch [Sun, 17 Oct 2021 19:37:51 +0000 (21:37 +0200)]
Fix MatrixCreator::create_mass/laplace_matrix for hp

2 years agoMerge pull request #12839 from drwells/use-more-std-array
Peter Munch [Sun, 17 Oct 2021 06:46:32 +0000 (08:46 +0200)]
Merge pull request #12839 from drwells/use-more-std-array

Use some more std::arrays.

2 years agoMerge pull request #12830 from tjhei/large-tria-checkpoint
David Wells [Sat, 16 Oct 2021 18:49:02 +0000 (14:49 -0400)]
Merge pull request #12830 from tjhei/large-tria-checkpoint

fix checkpointing for >4GB files

2 years agoUse some more std::arrays. 12839/head
David Wells [Sat, 16 Oct 2021 18:32:53 +0000 (14:32 -0400)]
Use some more std::arrays.

Incredibly, on my machine with max optimizations, valgrind complains about
unknown instructions with std::vector but does not with std::array.

2 years agoMerge pull request #12836 from peterrum/mg_transfer_global_coarsening_identity
Peter Munch [Sat, 16 Oct 2021 14:07:33 +0000 (16:07 +0200)]
Merge pull request #12836 from peterrum/mg_transfer_global_coarsening_identity

Fix determination of identity in MGTwoLevelTransfer

2 years agoFix determination of identity in MGTwoLevelTransfer 12836/head
Peter Munch [Fri, 15 Oct 2021 19:47:35 +0000 (21:47 +0200)]
Fix determination of identity in MGTwoLevelTransfer

2 years agoMerge pull request #12829 from peterrum/celldata_assert
Martin Kronbichler [Sat, 16 Oct 2021 10:51:50 +0000 (12:51 +0200)]
Merge pull request #12829 from peterrum/celldata_assert

Add assert to check the definition of CellData

2 years agoMerge pull request #12833 from bangerth/simplify
Martin Kronbichler [Sat, 16 Oct 2021 10:51:11 +0000 (12:51 +0200)]
Merge pull request #12833 from bangerth/simplify

Simplify a piece of code.

2 years agoMerge pull request #12834 from bangerth/assert
Martin Kronbichler [Sat, 16 Oct 2021 10:49:59 +0000 (12:49 +0200)]
Merge pull request #12834 from bangerth/assert

Add one, fix another assertion.

2 years agoMerge pull request #12835 from peterrum/mg_transfer_global_coarsening_include
Peter Munch [Fri, 15 Oct 2021 22:11:23 +0000 (00:11 +0200)]
Merge pull request #12835 from peterrum/mg_transfer_global_coarsening_include

Add include to mg_transfer_global_coarsening.h

2 years agoAdd include to mg_transfer_global_coarsening.h 12835/head
Peter Munch [Fri, 15 Oct 2021 19:15:11 +0000 (21:15 +0200)]
Add include to mg_transfer_global_coarsening.h

2 years agoAdd one, fix another assertion. 12834/head
Wolfgang Bangerth [Fri, 15 Oct 2021 17:28:37 +0000 (11:28 -0600)]
Add one, fix another assertion.

2 years agoSimplify a piece of code. 12833/head
Wolfgang Bangerth [Fri, 15 Oct 2021 17:28:04 +0000 (11:28 -0600)]
Simplify a piece of code.

2 years agoAdd assert to check the definition of CellData 12829/head
Peter Munch [Thu, 14 Oct 2021 17:13:48 +0000 (19:13 +0200)]
Add assert to check the definition of CellData

2 years agoMinor text updates to the step-49 gmsh discussion. 12822/head
Wolfgang Bangerth [Wed, 13 Oct 2021 17:42:22 +0000 (11:42 -0600)]
Minor text updates to the step-49 gmsh discussion.

2 years agoadjust variable name 12830/head
Timo Heister [Fri, 15 Oct 2021 14:52:35 +0000 (10:52 -0400)]
adjust variable name

2 years agoFix tests. 12825/head
Marc Fehling [Wed, 13 Oct 2021 20:55:53 +0000 (14:55 -0600)]
Fix tests.


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.