]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
18 months agoAdd CI for Cuda+Clang
Daniel Arndt [Sat, 25 Feb 2023 15:41:09 +0000 (10:41 -0500)]
Add CI for Cuda+Clang

18 months agoFix host-device annotations
Daniel Arndt [Sat, 25 Feb 2023 15:40:48 +0000 (10:40 -0500)]
Fix host-device annotations

18 months agoFix errors in bundled packages
Daniel Arndt [Sat, 25 Feb 2023 15:37:55 +0000 (10:37 -0500)]
Fix errors in bundled packages

18 months agoMerge pull request #14826 from bangerth/glossary
Martin Kronbichler [Sat, 25 Feb 2023 10:52:10 +0000 (11:52 +0100)]
Merge pull request #14826 from bangerth/glossary

Define mass and stiffness matrix in the glossary.

18 months agoMerge pull request #14772 from masterleinad/fix_kokkos_abort_rdc
Martin Kronbichler [Sat, 25 Feb 2023 10:45:43 +0000 (11:45 +0100)]
Merge pull request #14772 from masterleinad/fix_kokkos_abort_rdc

Use Kokkos::abort directly

18 months agoMerge pull request #14825 from tjhei/step-30-rename-output
Daniel Arndt [Sat, 25 Feb 2023 00:06:46 +0000 (19:06 -0500)]
Merge pull request #14825 from tjhei/step-30-rename-output

18 months agoUse Kokkos::abort directly 14772/head
Daniel Arndt [Wed, 8 Feb 2023 22:13:50 +0000 (17:13 -0500)]
Use Kokkos::abort directly

18 months agostep-82: rename output filename 14825/head
Timo Heister [Fri, 24 Feb 2023 02:55:21 +0000 (21:55 -0500)]
step-82: rename output filename

like in #14816

18 months agoMerge pull request #14816 from bangerth/2.1
Timo Heister [Fri, 24 Feb 2023 02:48:54 +0000 (21:48 -0500)]
Merge pull request #14816 from bangerth/2.1

step-2: Separate number from main file name.

18 months agoLink to the glossary entry for 'stiffness matrix'. 14826/head
Wolfgang Bangerth [Fri, 24 Feb 2023 01:43:34 +0000 (18:43 -0700)]
Link to the glossary entry for 'stiffness matrix'.

18 months agoLink to the glossary entry for 'mass matrix'.
Wolfgang Bangerth [Fri, 24 Feb 2023 01:34:10 +0000 (18:34 -0700)]
Link to the glossary entry for 'mass matrix'.

18 months agoDefine mass and stiffness matrices.
Wolfgang Bangerth [Fri, 24 Feb 2023 01:05:31 +0000 (18:05 -0700)]
Define mass and stiffness matrices.

18 months agoMerge pull request #14822 from kronbichler/fix_mapping_q_cache_1
Wolfgang Bangerth [Thu, 23 Feb 2023 01:20:29 +0000 (18:20 -0700)]
Merge pull request #14822 from kronbichler/fix_mapping_q_cache_1

Fix bug in MappingQCache(1) with cell similarity

18 months agoAdd changelog 14822/head
Martin Kronbichler [Wed, 22 Feb 2023 14:46:33 +0000 (15:46 +0100)]
Add changelog

18 months agostep-2: Separate number from main file name. 14816/head
Wolfgang Bangerth [Tue, 21 Feb 2023 22:36:58 +0000 (15:36 -0700)]
step-2: Separate number from main file name.

18 months agoMerge pull request #14823 from mschreter/fix_typo
Peter Munch [Wed, 22 Feb 2023 12:57:03 +0000 (13:57 +0100)]
Merge pull request #14823 from mschreter/fix_typo

FEPointEvaluation: fix typo

18 months agoFix bug in MappingQCache(1) with cell similarity
Martin Kronbichler [Wed, 22 Feb 2023 08:26:10 +0000 (09:26 +0100)]
Fix bug in MappingQCache(1) with cell similarity

18 months agoMerge pull request #14821 from masterleinad/fix_nvcc_ci
Daniel Arndt [Wed, 22 Feb 2023 12:18:36 +0000 (07:18 -0500)]
Merge pull request #14821 from masterleinad/fix_nvcc_ci

Fix NVCC CI

18 months agofix typo 14823/head
Magdalena Schreter [Wed, 22 Feb 2023 10:43:14 +0000 (11:43 +0100)]
fix typo

18 months agoMerge pull request #14820 from tjhei/dox_simplex_2
Wolfgang Bangerth [Wed, 22 Feb 2023 05:01:03 +0000 (22:01 -0700)]
Merge pull request #14820 from tjhei/dox_simplex_2

simplex doxygen: more cleanup

18 months agoMerge pull request #14819 from tjhei/header_comment
Wolfgang Bangerth [Wed, 22 Feb 2023 04:58:56 +0000 (21:58 -0700)]
Merge pull request #14819 from tjhei/header_comment

fix comment location

18 months agoFix NVCC CI 14821/head
Daniel Arndt [Wed, 22 Feb 2023 04:15:02 +0000 (04:15 +0000)]
Fix NVCC CI

18 months agosimplex doxygen: more cleanup 14820/head
Timo Heister [Wed, 22 Feb 2023 02:41:49 +0000 (21:41 -0500)]
simplex doxygen: more cleanup

- @brief is somehow output twice, so let's get rid of the annotation
- use @section correctly
- fix another @relates

18 months agofix comment location 14819/head
Timo Heister [Wed, 22 Feb 2023 02:35:06 +0000 (21:35 -0500)]
fix comment location

18 months agoMerge pull request #14794 from tjhei/doxygen_simplex
Wolfgang Bangerth [Tue, 21 Feb 2023 20:43:25 +0000 (13:43 -0700)]
Merge pull request #14794 from tjhei/doxygen_simplex

doxygen: simplex relates

18 months agoMerge pull request #14783 from masterleinad/disable_warnings_nvcc
Wolfgang Bangerth [Tue, 21 Feb 2023 19:00:38 +0000 (12:00 -0700)]
Merge pull request #14783 from masterleinad/disable_warnings_nvcc

Suppress some nvcc warnings

18 months agoMerge pull request #14813 from tjhei/add_constant
Wolfgang Bangerth [Tue, 21 Feb 2023 18:56:40 +0000 (11:56 -0700)]
Merge pull request #14813 from tjhei/add_constant

implement VectorTools::add_constant

18 months agoMerge pull request #14803 from masterleinad/bundled_includes_system
Timo Heister [Tue, 21 Feb 2023 02:13:26 +0000 (21:13 -0500)]
Merge pull request #14803 from masterleinad/bundled_includes_system

Include bundled include directories as CMake SYSTEM paths

18 months agoRemove one more comment 14803/head
Daniel Arndt [Mon, 20 Feb 2023 21:02:06 +0000 (16:02 -0500)]
Remove one more comment

18 months agoMerge pull request #14811 from masterleinad/fix_tpetra
Timo Heister [Mon, 20 Feb 2023 20:25:16 +0000 (15:25 -0500)]
Merge pull request #14811 from masterleinad/fix_tpetra

Fix Tpetra detection and unit tests

18 months agoDon't use DEAL_II_DISABLE_EXTRA_DIAGNOSTICS for dependencies
Daniel Arndt [Wed, 15 Feb 2023 15:50:25 +0000 (10:50 -0500)]
Don't use DEAL_II_DISABLE_EXTRA_DIAGNOSTICS for dependencies

18 months agoInclude bundled include directories as CMake SYSTEM paths
Daniel Arndt [Wed, 15 Feb 2023 15:12:25 +0000 (10:12 -0500)]
Include bundled include directories as CMake SYSTEM paths

18 months agoIntroduce signed_global_dof_index 14811/head
Daniel Arndt [Sat, 18 Feb 2023 04:11:09 +0000 (23:11 -0500)]
Introduce signed_global_dof_index

18 months agoFix Tpetra detection and unit tests
Daniel Arndt [Fri, 17 Feb 2023 19:10:54 +0000 (14:10 -0500)]
Fix Tpetra detection and unit tests

19 months agoimplement VectorTools::add_constant 14813/head
Timo Heister [Fri, 17 Feb 2023 20:35:29 +0000 (15:35 -0500)]
implement VectorTools::add_constant

19 months agoMerge pull request #14810 from masterleinad/fix_mesh_loop_dg_pbc
Daniel Arndt [Fri, 17 Feb 2023 21:13:08 +0000 (16:13 -0500)]
Merge pull request #14810 from masterleinad/fix_mesh_loop_dg_pbc

19 months agoFix using mesh_loop with DG and periodic boundary conditions 14810/head
Daniel Arndt [Fri, 17 Feb 2023 15:15:19 +0000 (10:15 -0500)]
Fix using mesh_loop with DG and periodic boundary conditions

19 months agoMerge pull request #14805 from tjhei/manifold-warn
Daniel Arndt [Fri, 17 Feb 2023 13:19:57 +0000 (08:19 -0500)]
Merge pull request #14805 from tjhei/manifold-warn

19 months agoMerge pull request #14801 from bangerth/6
Daniel Arndt [Fri, 17 Feb 2023 13:18:17 +0000 (08:18 -0500)]
Merge pull request #14801 from bangerth/6

19 months agoFix description of assemble_system() in step-40. 14801/head
Wolfgang Bangerth [Wed, 15 Feb 2023 04:34:07 +0000 (21:34 -0700)]
Fix description of assemble_system() in step-40.

The discussion there references what step-6 used to do, but not what it does
today. While there, also update the text a bit for clarity.

19 months agoMerge pull request #14781 from marcfehling/hpsoltrans
Wolfgang Bangerth [Fri, 17 Feb 2023 04:19:40 +0000 (21:19 -0700)]
Merge pull request #14781 from marcfehling/hpsoltrans

Added test for SolutionTransfer with hp-refinement and manually set flags.

19 months agoMerge pull request #14808 from tjhei/jenkins_more_time
Daniel Arndt [Thu, 16 Feb 2023 23:17:45 +0000 (18:17 -0500)]
Merge pull request #14808 from tjhei/jenkins_more_time

19 months agoMerge pull request #14802 from sebproell/field-transfer-coarsening
Daniel Arndt [Thu, 16 Feb 2023 21:29:13 +0000 (16:29 -0500)]
Merge pull request #14802 from sebproell/field-transfer-coarsening

19 months agoCI: Jenkins increase timeout 14808/head
Timo Heister [Thu, 16 Feb 2023 14:35:27 +0000 (09:35 -0500)]
CI: Jenkins increase timeout

With all MPI tests we are now often close to the 2 hour mark (depends on
test ordering). Increase the timeout to avoid problems like in #14803.

19 months agofix unused variable warning 14805/head
Timo Heister [Wed, 15 Feb 2023 18:03:58 +0000 (13:03 -0500)]
fix unused variable warning

It turns out that ``iteration`` is never read from in release mode
because Assert() only triggers in debug mode.

I am not sure what behavior we would like to have in release mode here,
but this proposed change will get rid of the warning.

19 months agoFieldTransfer: enable coarsening 14802/head
Sebastian Proell [Tue, 14 Feb 2023 18:10:22 +0000 (19:10 +0100)]
FieldTransfer: enable coarsening

19 months agoMerge pull request #14800 from bangerth/grammar
David Wells [Wed, 15 Feb 2023 15:19:33 +0000 (10:19 -0500)]
Merge pull request #14800 from bangerth/grammar

Fix a grammar mistake.

19 months agoMerge pull request #14797 from tjhei/signed_char
Daniel Arndt [Wed, 15 Feb 2023 13:19:29 +0000 (08:19 -0500)]
Merge pull request #14797 from tjhei/signed_char

19 months agoFix a grammar mistake. 14800/head
Wolfgang Bangerth [Wed, 15 Feb 2023 04:23:21 +0000 (21:23 -0700)]
Fix a grammar mistake.

While there, also use mark-up that's a bit easier to read.

19 months agoMerge pull request #14796 from tjhei/remove_comment
Peter Munch [Tue, 14 Feb 2023 22:32:10 +0000 (23:32 +0100)]
Merge pull request #14796 from tjhei/remove_comment

remove useless comment

19 months agofix wrong sign of char in MF 14797/head
Timo Heister [Tue, 14 Feb 2023 22:03:23 +0000 (17:03 -0500)]
fix wrong sign of char in MF

On ARM char defaults to unsigned char, which will break the matrix free
face loop. Fix this by being explicit.

Fixes:
/home/ubuntu/dealii-9.4.2/include/deal.II/matrix_free/face_setup_internal.h:522:35:
warning: comparison is always false due to limited range of data type
[-Wtype-limits]

19 months agoremove useless comment 14796/head
Timo Heister [Tue, 14 Feb 2023 22:01:14 +0000 (17:01 -0500)]
remove useless comment

19 months agoMerge pull request #14771 from masterleinad/use_try_compile_check_compiler_setup
Matthias Maier [Tue, 14 Feb 2023 21:26:17 +0000 (21:26 +0000)]
Merge pull request #14771 from masterleinad/use_try_compile_check_compiler_setup

Use try_compile in macro_check_compiler_setup.cmake

19 months agoMerge pull request #14790 from tjhei/doc_grid_gen_simplex
David Wells [Tue, 14 Feb 2023 13:32:27 +0000 (08:32 -0500)]
Merge pull request #14790 from tjhei/doc_grid_gen_simplex

doc: fix GridGenerator::convert_hypercube_to_simplex_mesh

19 months agoMerge pull request #14792 from tjhei/doc_simplex2
David Wells [Tue, 14 Feb 2023 13:32:02 +0000 (08:32 -0500)]
Merge pull request #14792 from tjhei/doc_simplex2

doc: move simplex function from module

19 months agoMerge pull request #14793 from tjhei/doc_fe_dgrt
David Wells [Tue, 14 Feb 2023 13:29:52 +0000 (08:29 -0500)]
Merge pull request #14793 from tjhei/doc_fe_dgrt

doc: replace FE_DGRT with correct name

19 months agoUse try_compile in macro_check_compiler_setup.cmake 14771/head
Daniel Arndt [Wed, 8 Feb 2023 21:49:11 +0000 (16:49 -0500)]
Use try_compile in macro_check_compiler_setup.cmake

19 months agodoxygen: simplex relates 14794/head
Timo Heister [Mon, 13 Feb 2023 17:43:55 +0000 (12:43 -0500)]
doxygen: simplex relates

It turns out "@relates simplex" does not add the functionality (or link
to) the simplex group. Instead, it removes some functions completely
(GridGenerator functions are currently nowhere to be found).

Instead, I created a list inside simplex manually and just reference the
simplex group.

19 months agoMerge pull request #14770 from bangerth/undepr
Martin Kronbichler [Mon, 13 Feb 2023 16:55:04 +0000 (17:55 +0100)]
Merge pull request #14770 from bangerth/undepr

Replace a ReferenceCell function call by a non-deprecated one.

19 months agodoc: replace FE_DGRT with correct name 14793/head
Timo Heister [Mon, 13 Feb 2023 14:56:47 +0000 (09:56 -0500)]
doc: replace FE_DGRT with correct name

19 months agodoc: move simplex function from module 14792/head
Timo Heister [Mon, 13 Feb 2023 14:41:36 +0000 (09:41 -0500)]
doc: move simplex function from module

The function should be in GridGenerator...

19 months agodoc: fix GridGenerator::convert_hypercube_to_simplex_mesh 14790/head
Timo Heister [Mon, 13 Feb 2023 14:35:38 +0000 (09:35 -0500)]
doc: fix GridGenerator::convert_hypercube_to_simplex_mesh

19 months agoMerge pull request #14780 from drwells/simplex-volume
Daniel Arndt [Mon, 13 Feb 2023 13:12:34 +0000 (08:12 -0500)]
Merge pull request #14780 from drwells/simplex-volume

19 months agoMerge pull request #14789 from tjhei/mf_doc_mapping_update_flags
Martin Kronbichler [Sun, 12 Feb 2023 11:01:32 +0000 (12:01 +0100)]
Merge pull request #14789 from tjhei/mf_doc_mapping_update_flags

document MatrixFree mapping_update_flags

19 months agoMerge pull request #14788 from marcfehling/coarsen-bug
Timo Heister [Sat, 11 Feb 2023 23:23:37 +0000 (18:23 -0500)]
Merge pull request #14788 from marcfehling/coarsen-bug

Fix hp decision on coarse level cells.

19 months agodocument MatrixFree mapping_update_flags 14789/head
Timo Heister [Sat, 11 Feb 2023 21:14:38 +0000 (16:14 -0500)]
document MatrixFree mapping_update_flags

19 months agoMerge pull request #14786 from masterleinad/fix_check_for_always_inline
David Wells [Sat, 11 Feb 2023 20:26:12 +0000 (15:26 -0500)]
Merge pull request #14786 from masterleinad/fix_check_for_always_inline

Fix DEAL_II_COMPILER_HAS_ATTRIBUTE_ALWAYS_INLINE with -Werror

19 months agoMerge pull request #14716 from luca-heltai/stefanozampini/tests
David Wells [Sat, 11 Feb 2023 20:21:10 +0000 (15:21 -0500)]
Merge pull request #14716 from luca-heltai/stefanozampini/tests

Minor fixes for PETSc testing

19 months agoFix hp decision bug on coarse level cells. 14788/head
Marc Fehling [Sat, 11 Feb 2023 04:01:03 +0000 (21:01 -0700)]
Fix hp decision bug on coarse level cells.

19 months agoMerge pull request #14775 from bangerth/comment-2
Daniel Arndt [Sat, 11 Feb 2023 04:49:39 +0000 (23:49 -0500)]
Merge pull request #14775 from bangerth/comment-2

19 months agoAddress some more warnings 14783/head
Daniel Arndt [Thu, 9 Feb 2023 21:29:00 +0000 (21:29 +0000)]
Address some more warnings

19 months agoEnable relaxed constexpr in Kokkos+CUDA CI
Daniel Arndt [Thu, 9 Feb 2023 21:27:44 +0000 (21:27 +0000)]
Enable relaxed constexpr in Kokkos+CUDA CI

19 months agoSuppress some nvcc warnings
Daniel Arndt [Thu, 9 Feb 2023 21:25:53 +0000 (21:25 +0000)]
Suppress some nvcc warnings

19 months agoMerge pull request #14787 from dealii/tjhei-patch-1
Marc Fehling [Sat, 11 Feb 2023 02:42:57 +0000 (19:42 -0700)]
Merge pull request #14787 from dealii/tjhei-patch-1

update CI badges in README

19 months agoMerge pull request #14782 from bangerth/step-2
Marc Fehling [Sat, 11 Feb 2023 02:34:57 +0000 (19:34 -0700)]
Merge pull request #14782 from bangerth/step-2

Minor clarification in step-2.

19 months agoMerge pull request #14785 from masterleinad/cmake_version_update
Marc Fehling [Sat, 11 Feb 2023 02:34:29 +0000 (19:34 -0700)]
Merge pull request #14785 from masterleinad/cmake_version_update

Remove checks for CMake versions prior to 3.13.4

19 months agoupdate CI badges in README tjhei-patch-1 14787/head
Timo Heister [Fri, 10 Feb 2023 22:26:43 +0000 (17:26 -0500)]
update CI badges in README

19 months agoStandardize 2D/3D -> 2d/3d in documentation comments. 14775/head
Wolfgang Bangerth [Fri, 10 Feb 2023 18:01:54 +0000 (11:01 -0700)]
Standardize 2D/3D -> 2d/3d in documentation comments.

19 months agoMerge pull request #14776 from bangerth/comment-3
Daniel Arndt [Fri, 10 Feb 2023 19:05:18 +0000 (14:05 -0500)]
Merge pull request #14776 from bangerth/comment-3

19 months agoMerge pull request #14777 from bangerth/comment-4
Daniel Arndt [Fri, 10 Feb 2023 17:57:48 +0000 (12:57 -0500)]
Merge pull request #14777 from bangerth/comment-4

19 months agoTry -diag-disable=16219 14786/head
Daniel Arndt [Fri, 10 Feb 2023 14:18:05 +0000 (09:18 -0500)]
Try -diag-disable=16219

19 months agoMake GridTools::volume() work with simplices. 14780/head
David Wells [Thu, 9 Feb 2023 18:21:15 +0000 (13:21 -0500)]
Make GridTools::volume() work with simplices.

19 months agoMerge pull request #14774 from bangerth/comment
David Wells [Fri, 10 Feb 2023 14:23:18 +0000 (09:23 -0500)]
Merge pull request #14774 from bangerth/comment

Standardize 2D/3D -> 2d/3d in comments.

19 months agoFix DEAL_II_COMPILER_HAS_ATTRIBUTE_ALWAYS_INLINE with -Werror
Daniel Arndt [Fri, 10 Feb 2023 04:09:01 +0000 (23:09 -0500)]
Fix DEAL_II_COMPILER_HAS_ATTRIBUTE_ALWAYS_INLINE with -Werror

19 months agoRemove checks for CMake versions prior to 3.13.4 14785/head
Daniel Arndt [Fri, 10 Feb 2023 03:52:38 +0000 (22:52 -0500)]
Remove checks for CMake versions prior to 3.13.4

19 months agoAdded test for SolutionTransfer with hp-refinement and manually set flags. 14781/head
Marc Fehling [Thu, 9 Feb 2023 20:23:30 +0000 (13:23 -0700)]
Added test for SolutionTransfer with hp-refinement and manually set flags.

19 months agoMerge pull request #14754 from bangerth/DerivativeForm
Daniel Arndt [Thu, 9 Feb 2023 22:22:18 +0000 (17:22 -0500)]
Merge pull request #14754 from bangerth/DerivativeForm

Fixes https://github.com/dealii/dealii/issues/14748

19 months agoAdjust a test output. 14777/head
Wolfgang Bangerth [Thu, 9 Feb 2023 22:20:10 +0000 (15:20 -0700)]
Adjust a test output.

19 months agoMerge pull request #14779 from singima/more_kinsol_edits
Daniel Arndt [Thu, 9 Feb 2023 21:57:18 +0000 (16:57 -0500)]
Merge pull request #14779 from singima/more_kinsol_edits

19 months agoMerge pull request #14773 from masterleinad/fix_clang_15_cuda_warnings
Wolfgang Bangerth [Thu, 9 Feb 2023 21:55:42 +0000 (14:55 -0700)]
Merge pull request #14773 from masterleinad/fix_clang_15_cuda_warnings

Fix warnings with Clang-15+Cuda

19 months agoMinor clarification. 14782/head
Wolfgang Bangerth [Thu, 9 Feb 2023 21:16:48 +0000 (14:16 -0700)]
Minor clarification.

19 months agoMerge pull request #14769 from bangerth/fixed-power
Timo Heister [Thu, 9 Feb 2023 16:41:19 +0000 (11:41 -0500)]
Merge pull request #14769 from bangerth/fixed-power

Fix an assertion.

19 months agodoc edits for KINSol 14779/head
Sean Ingimarson [Thu, 9 Feb 2023 13:31:20 +0000 (08:31 -0500)]
doc edits for KINSol

19 months agoUse Utilities::fixed_power in one place. 14773/head
Daniel Arndt [Thu, 9 Feb 2023 12:42:07 +0000 (07:42 -0500)]
Use Utilities::fixed_power in one place.

Co-authored-by: Wolfgang Bangerth <bangerth@colostate.edu>
19 months agoMerge pull request #14778 from bangerth/types
David Wells [Thu, 9 Feb 2023 12:39:30 +0000 (07:39 -0500)]
Merge pull request #14778 from bangerth/types

Fix a comment for types::boundary_id.

19 months agoMerge pull request #14766 from mschreter/find_all_active_cells_around_point_2
Peter Munch [Thu, 9 Feb 2023 10:13:46 +0000 (11:13 +0100)]
Merge pull request #14766 from mschreter/find_all_active_cells_around_point_2

Extend test `find_all_active_cells_around_point_04`

19 months agoFix a comment for types::boundary_id. 14778/head
Wolfgang Bangerth [Thu, 9 Feb 2023 03:46:08 +0000 (20:46 -0700)]
Fix a comment for types::boundary_id.

19 months agoStandardize 2D/3D -> 2d/3d in a few strings.
Wolfgang Bangerth [Thu, 9 Feb 2023 03:23:17 +0000 (20:23 -0700)]
Standardize 2D/3D -> 2d/3d in a few strings.

19 months agoStandardize 2D/3D -> 2d/3d in the tutorials. 14776/head
Wolfgang Bangerth [Thu, 9 Feb 2023 03:19:36 +0000 (20:19 -0700)]
Standardize 2D/3D -> 2d/3d in the tutorials.

19 months agoStandardize 2D/3D -> 2d/3d in comments. 14774/head
Wolfgang Bangerth [Thu, 9 Feb 2023 03:08:07 +0000 (20:08 -0700)]
Standardize 2D/3D -> 2d/3d in comments.


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.