]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 weeks agoChange a variable name in Assert(). 17519/head
David Wells [Tue, 13 Aug 2024 22:51:42 +0000 (16:51 -0600)]
Change a variable name in Assert().

This should fix the typo check failure.

5 weeks agoMerge pull request #17482 from gassmoeller/add_typo_check
Matthias Maier [Tue, 13 Aug 2024 22:04:20 +0000 (22:04 +0000)]
Merge pull request #17482 from gassmoeller/add_typo_check

Add typo check to CI

5 weeks agoMerge pull request #17509 from jerett-cc/remove_void_cast_function_lib
Timo Heister [Tue, 13 Aug 2024 21:25:32 +0000 (17:25 -0400)]
Merge pull request #17509 from jerett-cc/remove_void_cast_function_lib

Remove void cast function lib replace with [[maybe_unused]] attribute

5 weeks agoMerge pull request #17486 from marcfehling/test-examples
Matthias Maier [Tue, 13 Aug 2024 21:12:10 +0000 (21:12 +0000)]
Merge pull request #17486 from marcfehling/test-examples

Test all examples.

5 weeks agoMerge pull request #17485 from tjhei/disable-std-lib-checks
David Wells [Tue, 13 Aug 2024 20:56:22 +0000 (14:56 -0600)]
Merge pull request #17485 from tjhei/disable-std-lib-checks

enable c++ standard library debug checks

5 weeks agoMerge pull request #17495 from eterrell11/remove_void_cast_manifold
Timo Heister [Tue, 13 Aug 2024 20:00:08 +0000 (16:00 -0400)]
Merge pull request #17495 from eterrell11/remove_void_cast_manifold

Replaced void casts with maybe unused

5 weeks agoMerge pull request #17492 from tjhei/portable-mf-evaluation-flags
Daniel Arndt [Tue, 13 Aug 2024 19:53:21 +0000 (13:53 -0600)]
Merge pull request #17492 from tjhei/portable-mf-evaluation-flags

portable::FEEvaluation documentation fixes

5 weeks agoMerge pull request #17502 from magmaxt/remove_void_cast_grid_tools_cc
Timo Heister [Tue, 13 Aug 2024 19:47:58 +0000 (15:47 -0400)]
Merge pull request #17502 from magmaxt/remove_void_cast_grid_tools_cc

Use `[[maybe_unused]]` instead of void cast

5 weeks agoMerge pull request #17490 from landinjm/maybe_unused_cpp17
Timo Heister [Tue, 13 Aug 2024 19:44:26 +0000 (15:44 -0400)]
Merge pull request #17490 from landinjm/maybe_unused_cpp17

Removed first four void casts in `source/distributed/tria.cc` and replaced them with `[[maybe_unused]]`

5 weeks agoMerge pull request #17489 from mkghadban/fix_something_funcion_lib
Timo Heister [Tue, 13 Aug 2024 19:43:03 +0000 (15:43 -0400)]
Merge pull request #17489 from mkghadban/fix_something_funcion_lib

Use `[[maybe_unused]]` instead of `(void)` cast

5 weeks agoMerge pull request #17510 from tamiko/minimize_unused_parameter_warnings
Timo Heister [Tue, 13 Aug 2024 19:23:52 +0000 (15:23 -0400)]
Merge pull request #17510 from tamiko/minimize_unused_parameter_warnings

Assert Macro: avoid unused parameters (etc.) warnings by always using macro arguments

5 weeks agoMerge pull request #17508 from tjhei/fix-warn
Matthias Maier [Tue, 13 Aug 2024 19:22:29 +0000 (19:22 +0000)]
Merge pull request #17508 from tjhei/fix-warn

remove [[maybe_unused]] in fe.cc

5 weeks agoMerge pull request #17507 from drwells/fix-petsc-matrix-base-set-add
Matthias Maier [Tue, 13 Aug 2024 17:28:50 +0000 (17:28 +0000)]
Merge pull request #17507 from drwells/fix-petsc-matrix-base-set-add

Fix PETScWrappers::MatrixBase::add()

5 weeks agoAssert Macro: avoid unused parameters (etc.) warnings by always using macro arguments 17510/head
Matthias Maier [Tue, 13 Aug 2024 15:50:44 +0000 (10:50 -0500)]
Assert Macro: avoid unused parameters (etc.) warnings by always using macro arguments

5 weeks agoCheck that diff file exists for every example. 17486/head
Marc Fehling [Mon, 12 Aug 2024 20:24:26 +0000 (14:24 -0600)]
Check that diff file exists for every example.

5 weeks agoAdd remaining examples to tests as run_only.
Marc Fehling [Mon, 12 Aug 2024 17:39:35 +0000 (11:39 -0600)]
Add remaining examples to tests as run_only.

5 weeks agoAdded default parameter file for step-71.
Marc Fehling [Tue, 13 Aug 2024 15:11:35 +0000 (09:11 -0600)]
Added default parameter file for step-71.

5 weeks agoExclude test output from check 17482/head
Rene Gassmoeller [Tue, 13 Aug 2024 15:08:38 +0000 (09:08 -0600)]
Exclude test output from check

5 weeks agoindent and add [[maybe_unused]] to parameter list 17509/head
Jerett Cherry [Tue, 13 Aug 2024 15:06:19 +0000 (09:06 -0600)]
indent and add [[maybe_unused]] to parameter list

5 weeks agoremove [[maybe_unused]] in fe.cc 17508/head
Timo Heister [Tue, 13 Aug 2024 15:02:53 +0000 (11:02 -0400)]
remove [[maybe_unused]] in fe.cc

This fixes the serial jenkins (gcc 9.4+unity build)

5 weeks agoMerge pull request #17499 from Sam0h51/remove_void_cast_init_finalize
Wolfgang Bangerth [Tue, 13 Aug 2024 15:00:29 +0000 (09:00 -0600)]
Merge pull request #17499 from Sam0h51/remove_void_cast_init_finalize

Replaced void cast with [[maybe_unused]] in init_finalize.cc

5 weeks agoportable::FEEvaluation documentation fixes 17492/head
Timo Heister [Mon, 12 Aug 2024 21:14:23 +0000 (17:14 -0400)]
portable::FEEvaluation documentation fixes

5 weeks agofix test: invalid memory access 17485/head
Timo Heister [Tue, 13 Aug 2024 03:45:59 +0000 (23:45 -0400)]
fix test: invalid memory access

5 weeks agoMGTransferMF: fix nullptr access
Timo Heister [Tue, 13 Aug 2024 03:14:02 +0000 (23:14 -0400)]
MGTransferMF: fix nullptr access

transfer[min_level] is never used and okay to be null

5 weeks agoReplaced (void) cast with maybe unused | Modernize void cast 17502/head
Xiaochuan Tian [Mon, 12 Aug 2024 21:38:50 +0000 (15:38 -0600)]
Replaced (void) cast with maybe unused | Modernize void cast

5 weeks agoMerge pull request #17498 from jordanhoffart/remove_void_cast_fe
Matthias Maier [Tue, 13 Aug 2024 03:19:05 +0000 (03:19 +0000)]
Merge pull request #17498 from jordanhoffart/remove_void_cast_fe

Remove first 6/13 void casts in fe.cc

5 weeks agoindent 17495/head
Matthias Maier [Tue, 13 Aug 2024 03:16:57 +0000 (22:16 -0500)]
indent

5 weeks agoMerge pull request #17494 from gassmoeller/remove_void_cast_mapping_q_eulerian
Matthias Maier [Tue, 13 Aug 2024 03:16:03 +0000 (03:16 +0000)]
Merge pull request #17494 from gassmoeller/remove_void_cast_mapping_q_eulerian

Modernize void cast

5 weeks agoMerge pull request #17493 from lpsaavedra/remove_void_cast
Matthias Maier [Tue, 13 Aug 2024 03:15:21 +0000 (03:15 +0000)]
Merge pull request #17493 from lpsaavedra/remove_void_cast

Replace void cast with `[[maybe_unused]]` in FESystem source file

5 weeks agoreplace (void) casts with [[maybe_unused]] 17489/head
Mohamad Ghadban [Mon, 12 Aug 2024 20:51:08 +0000 (14:51 -0600)]
replace (void) casts with [[maybe_unused]]

5 weeks agoMerge pull request #17416 from bangerth/smart-pointer
David Wells [Tue, 13 Aug 2024 02:56:51 +0000 (20:56 -0600)]
Merge pull request #17416 from bangerth/smart-pointer

Add move operations to SmartPointer.

5 weeks agoPETScWrappers::MatrixBase: use small_vector to avoid an allocation. 17507/head
David Wells [Tue, 13 Aug 2024 02:13:39 +0000 (20:13 -0600)]
PETScWrappers::MatrixBase: use small_vector to avoid an allocation.

Make it big enough to support a common Stokes element.

5 weeks agoMerge pull request #17481 from tamiko/relax_64bit_constraints
Wolfgang Bangerth [Tue, 13 Aug 2024 02:20:20 +0000 (20:20 -0600)]
Merge pull request #17481 from tamiko/relax_64bit_constraints

CMake: allow PETSc to be configured with differing ordinals

5 weeks agoTypo configuration
Rene Gassmoeller [Mon, 12 Aug 2024 19:00:56 +0000 (13:00 -0600)]
Typo configuration

5 weeks agoPETScWrappers::MatrixBase: consolidate the add and set functions.
David Wells [Mon, 12 Aug 2024 22:24:45 +0000 (16:24 -0600)]
PETScWrappers::MatrixBase: consolidate the add and set functions.

The only difference is the VectorOperation.

5 weeks agorun indent 17490/head
Matthias Maier [Mon, 12 Aug 2024 22:30:45 +0000 (17:30 -0500)]
run indent

5 weeks agoMake indent 17494/head
Rene Gassmoeller [Mon, 12 Aug 2024 22:15:44 +0000 (16:15 -0600)]
Make indent

5 weeks agoRemoved void casts with maybe unused
Edward Terrell [Mon, 12 Aug 2024 21:11:20 +0000 (17:11 -0400)]
Removed void casts with maybe unused

5 weeks agoPETScWrappers::MatrixBase: remove some mutable variables.
David Wells [Mon, 12 Aug 2024 21:57:00 +0000 (15:57 -0600)]
PETScWrappers::MatrixBase: remove some mutable variables.

5 weeks agoMerge pull request #17476 from tjhei/move-changelog-entry
Marc Fehling [Mon, 12 Aug 2024 21:37:14 +0000 (15:37 -0600)]
Merge pull request #17476 from tjhei/move-changelog-entry

put a changelog entry into the right place

5 weeks agoMerge pull request #17478 from peterrum/static_cast_remove
Matthias Maier [Mon, 12 Aug 2024 21:12:36 +0000 (21:12 +0000)]
Merge pull request #17478 from peterrum/static_cast_remove

Remove `static_cast`

5 weeks agoRemove void casts in FESystem source file 17493/head
Laura Prieto Saavedra [Mon, 12 Aug 2024 21:12:35 +0000 (17:12 -0400)]
Remove void casts in FESystem source file

5 weeks agoReplaced void cast with [[maybe_unused]] in init_finalize.cc 17499/head
Sam Scheuerman [Mon, 12 Aug 2024 21:12:22 +0000 (15:12 -0600)]
Replaced void cast with [[maybe_unused]] in init_finalize.cc

5 weeks agoModernize void cast
Rene Gassmoeller [Mon, 12 Aug 2024 21:12:08 +0000 (15:12 -0600)]
Modernize void cast

5 weeks agomarked potentially unused with [[maybe_unused]]
Jason Landini [Mon, 12 Aug 2024 20:52:42 +0000 (16:52 -0400)]
marked potentially unused with [[maybe_unused]]

5 weeks agofix void pointer issue
Jerett Cherry [Mon, 12 Aug 2024 20:52:11 +0000 (14:52 -0600)]
fix void pointer issue

5 weeks agoRemove first 6/13 void casts in fe.cc 17498/head
Jordan Hoffart [Mon, 12 Aug 2024 20:51:50 +0000 (14:51 -0600)]
Remove first 6/13 void casts in fe.cc

5 weeks agoMerge pull request #17480 from tjhei/fix-some-changelog-dates
Matthias Maier [Mon, 12 Aug 2024 20:34:29 +0000 (20:34 +0000)]
Merge pull request #17480 from tjhei/fix-some-changelog-dates

fix some very old changelog dates

5 weeks agoenable c++ standard library debug checks
Timo Heister [Mon, 12 Aug 2024 20:26:25 +0000 (16:26 -0400)]
enable c++ standard library debug checks

5 weeks agoone more 17480/head
Timo Heister [Mon, 12 Aug 2024 17:23:25 +0000 (13:23 -0400)]
one more

5 weeks agoMerge pull request #17471 from tjhei/really-disable-complex-int
Matthias Maier [Mon, 12 Aug 2024 16:53:23 +0000 (16:53 +0000)]
Merge pull request #17471 from tjhei/really-disable-complex-int

change DEAL_II_WITH_COMPLEX_VALUES default to OFF

5 weeks agofix some very old changelog dates
Timo Heister [Mon, 12 Aug 2024 15:48:23 +0000 (11:48 -0400)]
fix some very old changelog dates

5 weeks agoput a changelog entry into the right place 17476/head
Timo Heister [Mon, 12 Aug 2024 13:32:17 +0000 (09:32 -0400)]
put a changelog entry into the right place

5 weeks agoDisallow copying SmartPointers pointing to dead objects. 17416/head
Wolfgang Bangerth [Mon, 12 Aug 2024 14:27:21 +0000 (08:27 -0600)]
Disallow copying SmartPointers pointing to dead objects.

5 weeks agodisable two tests 17471/head
Timo Heister [Mon, 12 Aug 2024 13:29:57 +0000 (09:29 -0400)]
disable two tests

5 weeks agoMerge pull request #17469 from drwells/petsc-communication-pattern-assertions
David Wells [Mon, 12 Aug 2024 13:06:07 +0000 (07:06 -0600)]
Merge pull request #17469 from drwells/petsc-communication-pattern-assertions

Check all PETSc index conversions.

5 weeks agoMerge pull request #17475 from tjhei/step-81-print-output
David Wells [Mon, 12 Aug 2024 04:37:43 +0000 (22:37 -0600)]
Merge pull request #17475 from tjhei/step-81-print-output

step-81: print something more to the screen

5 weeks agoPETScWrappers::VectorBase: use a better assertion. 17469/head
David Wells [Mon, 12 Aug 2024 02:43:54 +0000 (20:43 -0600)]
PETScWrappers::VectorBase: use a better assertion.

5 weeks agoPETScWrappers::MatrixBase: fix an assertion.
David Wells [Sun, 11 Aug 2024 21:24:31 +0000 (15:24 -0600)]
PETScWrappers::MatrixBase: fix an assertion.

5 weeks agoPETScWrappers::MPI::Vector: add index conversion checks.
David Wells [Sun, 11 Aug 2024 21:11:44 +0000 (15:11 -0600)]
PETScWrappers::MPI::Vector: add index conversion checks.

5 weeks agoPETScWrappers::VectorBase: add index conversion checks.
David Wells [Sun, 11 Aug 2024 21:11:15 +0000 (15:11 -0600)]
PETScWrappers::VectorBase: add index conversion checks.

5 weeks agoPETScWrappers::SparseMatrix: add index conversion checks.
David Wells [Sun, 11 Aug 2024 20:12:04 +0000 (14:12 -0600)]
PETScWrappers::SparseMatrix: add index conversion checks.

5 weeks agoPETScWrappers::MPI::SparseMatrix: add index conversion checks.
David Wells [Sun, 11 Aug 2024 20:08:48 +0000 (14:08 -0600)]
PETScWrappers::MPI::SparseMatrix: add index conversion checks.

5 weeks agoPetscWrappers::MatrixBase: add index conversion checks.
David Wells [Sun, 11 Aug 2024 20:08:11 +0000 (14:08 -0600)]
PetscWrappers::MatrixBase: add index conversion checks.

5 weeks agoIndexSet::make_petsc_is(): assert indices are in range.
David Wells [Sun, 11 Aug 2024 19:13:35 +0000 (13:13 -0600)]
IndexSet::make_petsc_is(): assert indices are in range.

5 weeks agoPETScWrappers::MatrixBase::add(): assert indices are in range.
David Wells [Sun, 11 Aug 2024 19:12:16 +0000 (13:12 -0600)]
PETScWrappers::MatrixBase::add(): assert indices are in range.

5 weeks agoPETScWrappers::MatrixBase::set(): assert indices are in range.
David Wells [Sun, 11 Aug 2024 18:49:08 +0000 (12:49 -0600)]
PETScWrappers::MatrixBase::set(): assert indices are in range.

5 weeks agoPETScWrappers::CommunicationPattern: assert indices are in range.
David Wells [Sun, 11 Aug 2024 18:19:14 +0000 (12:19 -0600)]
PETScWrappers::CommunicationPattern: assert indices are in range.

5 weeks agoAdd assertions for integer conversions.
David Wells [Sun, 11 Aug 2024 18:18:19 +0000 (12:18 -0600)]
Add assertions for integer conversions.

These are the same as AssertDimension() but for integer conversions.

5 weeks agoMerge pull request #17468 from drwells/fix-petsc-extract-subvector
David Wells [Mon, 12 Aug 2024 02:26:42 +0000 (20:26 -0600)]
Merge pull request #17468 from drwells/fix-petsc-extract-subvector

PETScWrappers::VectorBase: avoid hard-coding unsigned int indices.

5 weeks agostep-81: print something more to the screen 17475/head
Timo Heister [Sun, 11 Aug 2024 19:05:49 +0000 (15:05 -0400)]
step-81: print something more to the screen

5 weeks agoMerge pull request #17467 from tjhei/disable-complex-inst
Matthias Maier [Mon, 12 Aug 2024 00:21:54 +0000 (00:21 +0000)]
Merge pull request #17467 from tjhei/disable-complex-inst

step-81: do not require WITH_COMPLEX_VALUES

5 weeks agoMerge pull request #17470 from tamiko/strict_aliasing
Matthias Maier [Sun, 11 Aug 2024 23:38:27 +0000 (23:38 +0000)]
Merge pull request #17470 from tamiko/strict_aliasing

CMake: do not set -fstrict-aliasing explicitly

5 weeks agochangelog
Timo Heister [Sun, 11 Aug 2024 22:59:39 +0000 (18:59 -0400)]
changelog

5 weeks agochange DEAL_II_WITH_COMPLEX_VALUES default to OFF
Timo Heister [Sun, 11 Aug 2024 22:15:33 +0000 (18:15 -0400)]
change DEAL_II_WITH_COMPLEX_VALUES default to OFF

5 weeks agoMerge pull request #17465 from tjhei/kokkos-cuda-warn-return
Daniel Arndt [Sun, 11 Aug 2024 20:09:11 +0000 (14:09 -0600)]
Merge pull request #17465 from tjhei/kokkos-cuda-warn-return

Kokkos+CUDA: disable warning

5 weeks agoalso enable test 17467/head
Timo Heister [Sun, 11 Aug 2024 19:05:01 +0000 (15:05 -0400)]
also enable test

5 weeks agoCMake: do not set -fstrict-aliasing explicitly 17470/head
Matthias Maier [Sun, 11 Aug 2024 18:59:19 +0000 (13:59 -0500)]
CMake: do not set -fstrict-aliasing explicitly

This flag is part of the -O2 optimization set already. So let's not set
it manually.

5 weeks agoCMake: allow PETSc to be configured with differing ordinals 17481/head
Matthias Maier [Sun, 11 Aug 2024 17:50:26 +0000 (12:50 -0500)]
CMake: allow PETSc to be configured with differing ordinals

5 weeks agoPETScWrappers::VectorBase: avoid hard-coding unsigned int indices. 17468/head
David Wells [Sun, 11 Aug 2024 17:50:05 +0000 (11:50 -0600)]
PETScWrappers::VectorBase: avoid hard-coding unsigned int indices.

Part of #16528.

5 weeks agostep-81: do not require WITH_COMPLEX_VALUES
Timo Heister [Sun, 11 Aug 2024 17:31:09 +0000 (13:31 -0400)]
step-81: do not require WITH_COMPLEX_VALUES

We are not using any of the SP/Matrices with complex

5 weeks agoKokkos+CUDA: disable warning 17465/head
Timo Heister [Sun, 11 Aug 2024 17:21:58 +0000 (13:21 -0400)]
Kokkos+CUDA: disable warning

nvcc decides that it should produce a warning about a missing return in
a situation like this:
```
{
  if (check)
    return true;
  else
    return false;
}
```
Disable this warning.

5 weeks agoRemove static_cast 17478/head
Peter Munch [Sat, 10 Aug 2024 16:38:33 +0000 (18:38 +0200)]
Remove static_cast

5 weeks agoMerge pull request #17449 from bangerth/assertion-text
Rene Gassmoeller [Sat, 10 Aug 2024 15:46:14 +0000 (08:46 -0700)]
Merge pull request #17449 from bangerth/assertion-text

Improve an error message.

5 weeks agoMake sure noexcept functions are indeed noexcept.
Wolfgang Bangerth [Tue, 6 Aug 2024 17:17:18 +0000 (11:17 -0600)]
Make sure noexcept functions are indeed noexcept.

5 weeks agoMake code easier to read by moving a condition outward.
Wolfgang Bangerth [Tue, 6 Aug 2024 16:27:40 +0000 (10:27 -0600)]
Make code easier to read by moving a condition outward.

5 weeks agoAdd a forgotten std::move(...) use.
Wolfgang Bangerth [Thu, 1 Aug 2024 16:28:37 +0000 (10:28 -0600)]
Add a forgotten std::move(...) use.

5 weeks agoAdd move operations to SmartPointer.
Wolfgang Bangerth [Thu, 25 Jul 2024 23:51:33 +0000 (17:51 -0600)]
Add move operations to SmartPointer.

5 weeks agoMerge pull request #17463 from marcfehling/ref-nedelec
Martin Kronbichler [Fri, 9 Aug 2024 08:42:45 +0000 (10:42 +0200)]
Merge pull request #17463 from marcfehling/ref-nedelec

Move some references out of the NedelecSZ class.

5 weeks agoMove some references out of the NedelecSZ class. 17463/head
Marc Fehling [Fri, 9 Aug 2024 06:34:56 +0000 (08:34 +0200)]
Move some references out of the NedelecSZ class.

6 weeks agoMerge pull request #17460 from masterleinad/fix_nedelecsz
Wolfgang Bangerth [Thu, 8 Aug 2024 21:34:36 +0000 (15:34 -0600)]
Merge pull request #17460 from masterleinad/fix_nedelecsz

Fix documentation for FE_NedelecSZ

6 weeks agoMerge pull request #17430 from masterleinad/tpetra_on_device_new
Timo Heister [Thu, 8 Aug 2024 21:14:08 +0000 (17:14 -0400)]
Merge pull request #17430 from masterleinad/tpetra_on_device_new

Fix Tpetra with MemorySpace::Default

6 weeks agoMerge pull request #17457 from masterleinad/fix_depreacted_errors
Daniel Arndt [Thu, 8 Aug 2024 20:58:17 +0000 (16:58 -0400)]
Merge pull request #17457 from masterleinad/fix_depreacted_errors

Fix tests after removing deprecated code

6 weeks agoMerge pull request #17452 from marcfehling/step-86
Wolfgang Bangerth [Thu, 8 Aug 2024 16:56:01 +0000 (10:56 -0600)]
Merge pull request #17452 from marcfehling/step-86

step-86: Fix mathjax error.

6 weeks agoFix documentatioj for FE_NedelecSZ 17460/head
Daniel Arndt [Thu, 8 Aug 2024 16:31:37 +0000 (12:31 -0400)]
Fix documentatioj for FE_NedelecSZ

6 weeks agoFix tests after reoving deprecated code 17457/head
Daniel Arndt [Thu, 8 Aug 2024 16:02:10 +0000 (12:02 -0400)]
Fix tests after reoving deprecated code

6 weeks agoMerge pull request #17454 from bergbauer/fix_tpetra
Matthias Maier [Thu, 8 Aug 2024 16:02:13 +0000 (16:02 +0000)]
Merge pull request #17454 from bergbauer/fix_tpetra

Fix Tpetra for 13.0

6 weeks agoMerge pull request #17447 from eterrell11/fix_step_86_dependencies
Matthias Maier [Thu, 8 Aug 2024 15:22:47 +0000 (15:22 +0000)]
Merge pull request #17447 from eterrell11/fix_step_86_dependencies

Edit step-86 CMakeLists.txt such that it recognizes dependency on P4EST

6 weeks agoFix Tpetra for 13.0 17454/head
Maximilian Bergbauer [Thu, 8 Aug 2024 10:24:51 +0000 (12:24 +0200)]
Fix Tpetra for 13.0

6 weeks agostep-86: Fix mathjax error. 17452/head
Marc Fehling [Thu, 8 Aug 2024 08:22:35 +0000 (10:22 +0200)]
step-86: Fix mathjax error.


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.