]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoNew feature class TensorFunctionParser. The class inherits directly from TensorFuntion
Konrad Simon [Mon, 16 Sep 2019 21:15:01 +0000 (23:15 +0200)]
New feature class TensorFunctionParser. The class inherits directly from TensorFuntion
and has an interface similar to FunctionParser. Some stuff to iterface muParser was
moved to different files mu_parser_internal.h and *.cc. The documentation provided
is self contained apart from some places where we refer to the documentation of
FuntionParser. Changelog file provided. (All commits are squashed into this one.)

4 years agoMerge pull request #9173 from masterleinad/fixparticles_extract_index_set_01
Daniel Arndt [Sun, 15 Dec 2019 05:36:45 +0000 (00:36 -0500)]
Merge pull request #9173 from masterleinad/fixparticles_extract_index_set_01

Fix particles/extract_index_set_01

4 years agoFix particles/extract_index_set_01 9173/head
Daniel Arndt [Sun, 15 Dec 2019 03:08:07 +0000 (22:08 -0500)]
Fix particles/extract_index_set_01

4 years agoMerge pull request #9074 from luca-heltai/extract-index-sets-particle-handler
Luca Heltai [Sat, 14 Dec 2019 10:51:43 +0000 (11:51 +0100)]
Merge pull request #9074 from luca-heltai/extract-index-sets-particle-handler

Extract index sets from particle handlers

4 years agoMerge pull request #9168 from luca-heltai/index-set-tensor-product-and-compress
Daniel Arndt [Sat, 14 Dec 2019 03:56:55 +0000 (22:56 -0500)]
Merge pull request #9168 from luca-heltai/index-set-tensor-product-and-compress

Contiguous tensor product IndexSet.

4 years agoContiguous tensor product IndexSet. 9168/head
Luca Heltai [Fri, 13 Dec 2019 12:24:19 +0000 (13:24 +0100)]
Contiguous tensor product IndexSet.

4 years agoExtract index sets from particle handlers 9074/head
Luca Heltai [Thu, 21 Nov 2019 19:04:36 +0000 (20:04 +0100)]
Extract index sets from particle handlers

Extract an IndexSet with global dimensions equal to
`n_comps*particles.get_next_free_particle_index()`, containing for each
particle index, a set of `n_comps*` consecutive indices associated to
the particles that are locally owned.

The indices associated to a particle with global index `n` will be the
half open range `[n_comps*n`, n_comps*(n+1))`.

Co-authored-by: Bruno Blais <blais.bruno@gmail.com>
4 years agoMerge pull request #9170 from bangerth/60
Daniel Arndt [Fri, 13 Dec 2019 17:06:14 +0000 (12:06 -0500)]
Merge pull request #9170 from bangerth/60

Fix formatting.

4 years agoFix formatting. 9170/head
Wolfgang Bangerth [Fri, 13 Dec 2019 16:43:51 +0000 (09:43 -0700)]
Fix formatting.

When collating the introduction of step-60 to the commented program
section, the lack of an extra newline means that the heading
'The commented program' is treated like an entry in the enumerated
list that's at the end of the introduction. Fix this by providing
an additional newline.

4 years agoMerge pull request #9167 from rezarastak/patch-1
Daniel Arndt [Fri, 13 Dec 2019 14:31:41 +0000 (09:31 -0500)]
Merge pull request #9167 from rezarastak/patch-1

small documentation fix

4 years agosmall documentation fix 9167/head
Reza Rastak [Fri, 13 Dec 2019 08:17:48 +0000 (00:17 -0800)]
small documentation fix

4 years agoMerge pull request #9166 from masterleinad/avoid_narrowing_conversions
Daniel Arndt [Fri, 13 Dec 2019 03:34:12 +0000 (22:34 -0500)]
Merge pull request #9166 from masterleinad/avoid_narrowing_conversions

Fix narrowing conversions in tests

4 years agoMerge pull request #9165 from masterleinad/restrict_complex_tests
Wolfgang Bangerth [Thu, 12 Dec 2019 23:26:12 +0000 (16:26 -0700)]
Merge pull request #9165 from masterleinad/restrict_complex_tests

Restrict a few more tests requiring complex values

4 years agoFix narrowing conversions in tests 9166/head
Daniel Arndt [Thu, 12 Dec 2019 20:15:55 +0000 (15:15 -0500)]
Fix narrowing conversions in tests

4 years agoRestrict a few more tests requiring complex values 9165/head
Daniel Arndt [Thu, 12 Dec 2019 19:17:34 +0000 (14:17 -0500)]
Restrict a few more tests requiring complex values

4 years agoMerge pull request #9144 from bangerth/fe-interface
Daniel Arndt [Thu, 12 Dec 2019 18:14:56 +0000 (13:14 -0500)]
Merge pull request #9144 from bangerth/fe-interface

Add to FEInterfaceValues what we already have in FEValues.

4 years agoMerge pull request #9159 from bangerth/46
Daniel Arndt [Thu, 12 Dec 2019 16:51:28 +0000 (11:51 -0500)]
Merge pull request #9159 from bangerth/46

Update the results section of step-46.

4 years agoAlso update the 3d picture section. 9159/head
Wolfgang Bangerth [Wed, 11 Dec 2019 22:23:44 +0000 (15:23 -0700)]
Also update the 3d picture section.

4 years agoMerge pull request #9137 from masterleinad/export_artifact_appveyor
Luca Heltai [Wed, 11 Dec 2019 19:59:36 +0000 (20:59 +0100)]
Merge pull request #9137 from masterleinad/export_artifact_appveyor

Export the built library as artifact in appveyor

4 years agoMerge pull request #9070 from luca-heltai/extract-dofs-per-component
Luca Heltai [Wed, 11 Dec 2019 19:58:50 +0000 (20:58 +0100)]
Merge pull request #9070 from luca-heltai/extract-dofs-per-component

Extract dofs per component

4 years agoMerge pull request #9162 from masterleinad/fix_some_to_some
Luca Heltai [Wed, 11 Dec 2019 12:58:03 +0000 (13:58 +0100)]
Merge pull request #9162 from masterleinad/fix_some_to_some

Fix MPI::Utilities::some_to_some

4 years agoExtract dofs per component 9070/head
Luca Heltai [Thu, 21 Nov 2019 18:38:41 +0000 (19:38 +0100)]
Extract dofs per component

Extract the set of local, active or relevant DoF indices for each

components within the mask that are owned by the current  processor. For
components disabled by the mask, an empty IndexSet is returned.

For regular DoFHandler objects, this set is the complete set with all
DoF indices. In either case, it equals what
DoFHandler::locally_owned_dofs() returns. The ownership type is fixed by
a small enum that controls which type of ownership is asked off.

Co-authored-by: Bruno Blais <blais.bruno@gmail.com>
4 years agoMerge pull request #9161 from masterleinad/fix_complex_test
Daniel Arndt [Wed, 11 Dec 2019 04:09:16 +0000 (23:09 -0500)]
Merge pull request #9161 from masterleinad/fix_complex_test

Fix mpi/collective_mean_std

4 years agoFix MPI::Utilities::some_to_some 9162/head
Daniel Arndt [Tue, 10 Dec 2019 23:41:38 +0000 (18:41 -0500)]
Fix MPI::Utilities::some_to_some

4 years agoFix mpi/collective_mean_std 9161/head
Daniel Arndt [Tue, 10 Dec 2019 18:50:02 +0000 (13:50 -0500)]
Fix mpi/collective_mean_std

4 years agoMerge pull request #9045 from eliasstudiert/airfoil_generator
Wolfgang Bangerth [Tue, 10 Dec 2019 18:26:22 +0000 (11:26 -0700)]
Merge pull request #9045 from eliasstudiert/airfoil_generator

Add airfoil grid generator

4 years agoUpdate the results section of step-46.
Wolfgang Bangerth [Tue, 10 Dec 2019 15:49:37 +0000 (08:49 -0700)]
Update the results section of step-46.

4 years agoAdd airfoil grid generator. 9045/head
Elias Dejene [Tue, 5 Nov 2019 17:34:13 +0000 (18:34 +0100)]
Add airfoil grid generator.

4 years agoMerge pull request #9124 from luca-heltai/particle-set-id
Wolfgang Bangerth [Tue, 10 Dec 2019 14:50:51 +0000 (07:50 -0700)]
Merge pull request #9124 from luca-heltai/particle-set-id

New set id method in particle.

4 years agoMerge pull request #8187 from starki0815/fix_step_46
Luca Heltai [Tue, 10 Dec 2019 11:11:02 +0000 (12:11 +0100)]
Merge pull request #8187 from starki0815/fix_step_46

Fix bug in tutorial step-46

4 years agoMerge pull request #9069 from luca-heltai/insert-global-particles
Wolfgang Bangerth [Tue, 10 Dec 2019 04:30:56 +0000 (21:30 -0700)]
Merge pull request #9069 from luca-heltai/insert-global-particles

Insert particles globally.

4 years agoMerge pull request #9071 from luca-heltai/map-dofs-to-support-points-mask
Wolfgang Bangerth [Tue, 10 Dec 2019 04:21:53 +0000 (21:21 -0700)]
Merge pull request #9071 from luca-heltai/map-dofs-to-support-points-mask

Map dofs to support points

4 years agoMerge pull request #9143 from drwells/cleanup-function-parser
Daniel Arndt [Tue, 10 Dec 2019 00:13:20 +0000 (19:13 -0500)]
Merge pull request #9143 from drwells/cleanup-function-parser

Cleanup function parser

4 years agoMerge pull request #9158 from bangerth/doc-88
David Wells [Mon, 9 Dec 2019 21:12:34 +0000 (16:12 -0500)]
Merge pull request #9158 from bangerth/doc-88

Better document WorkStream and mesh_loop().

4 years agoClarify the destructor for FunctionParser. 9143/head
David Wells [Thu, 5 Dec 2019 16:44:50 +0000 (11:44 -0500)]
Clarify the destructor for FunctionParser.

4 years agoDelete some used code.
David Wells [Thu, 5 Dec 2019 16:43:17 +0000 (11:43 -0500)]
Delete some used code.

4 years agoRemove an unused using declaration.
David Wells [Thu, 5 Dec 2019 16:25:32 +0000 (11:25 -0500)]
Remove an unused using declaration.

4 years agoUse a ranged-for loop.
David Wells [Thu, 5 Dec 2019 16:10:23 +0000 (11:10 -0500)]
Use a ranged-for loop.

4 years agoMerge pull request #9154 from peterrum/ecl-access-neighbors
Daniel Arndt [Mon, 9 Dec 2019 19:02:17 +0000 (14:02 -0500)]
Merge pull request #9154 from peterrum/ecl-access-neighbors

ECL: access neighboring cells

4 years agoMerge pull request #9053 from luca-heltai/compute_mesh_predicate_bounding_box_bug
Wolfgang Bangerth [Mon, 9 Dec 2019 18:50:17 +0000 (11:50 -0700)]
Merge pull request #9053 from luca-heltai/compute_mesh_predicate_bounding_box_bug

Bug in grid_tools compute_mesh_predicate_bounding_box for dim!=spacedim triangulations

4 years agoAdd to FEInterfaceValues what we already have in FEValues. 9144/head
Wolfgang Bangerth [Thu, 5 Dec 2019 20:05:15 +0000 (13:05 -0700)]
Add to FEInterfaceValues what we already have in FEValues.

4 years agoBetter document WorkStream and mesh_loop(). 9158/head
Wolfgang Bangerth [Mon, 9 Dec 2019 17:51:58 +0000 (10:51 -0700)]
Better document WorkStream and mesh_loop().

4 years agoAccess neighbors during ECL 9154/head
Peter Munch [Sun, 8 Dec 2019 13:59:54 +0000 (14:59 +0100)]
Access neighbors during ECL

4 years agoMerge pull request #9152 from masterleinad/typsest_lame
David Wells [Sun, 8 Dec 2019 03:13:35 +0000 (22:13 -0500)]
Merge pull request #9152 from masterleinad/typsest_lame

Spell Lamé correctly

4 years agoMerge pull request #9150 from masterleinad/fix_warnings_python_bindings
Daniel Arndt [Sat, 7 Dec 2019 23:28:51 +0000 (18:28 -0500)]
Merge pull request #9150 from masterleinad/fix_warnings_python_bindings

Avoid some warnings in python-bindings

4 years agoTypeset Lame correctly 9152/head
Daniel Arndt [Sat, 7 Dec 2019 16:39:08 +0000 (11:39 -0500)]
Typeset Lame correctly

4 years agoAvoid some warnings in python-bindings 9150/head
Daniel Arndt [Fri, 6 Dec 2019 23:16:59 +0000 (18:16 -0500)]
Avoid some warnings in python-bindings

4 years agoMerge pull request #9140 from marcfehling/fixed-number-threshold
Wolfgang Bangerth [Fri, 6 Dec 2019 22:24:27 +0000 (15:24 -0700)]
Merge pull request #9140 from marcfehling/fixed-number-threshold

Adjusted thresholds for 'refine_and_coarsen_fixed_number'.

4 years agoMerge pull request #9083 from bangerth/includes
David Wells [Fri, 6 Dec 2019 15:50:57 +0000 (10:50 -0500)]
Merge pull request #9083 from bangerth/includes

Make sure all .h files include config.h.

4 years agoMerge pull request #9142 from blaisb/colorize_subdivided_hyper_cube
Daniel Arndt [Fri, 6 Dec 2019 13:52:42 +0000 (08:52 -0500)]
Merge pull request #9142 from blaisb/colorize_subdivided_hyper_cube

Added the colorize option to subdivided_hyper_cube grid generator

4 years agoMerge pull request #9146 from masterleinad/compile_lapack_separately
Daniel Arndt [Fri, 6 Dec 2019 13:51:47 +0000 (08:51 -0500)]
Merge pull request #9146 from masterleinad/compile_lapack_separately

Compile files using the LAPACK wrappers separately

4 years agoMerge pull request #9145 from bangerth/direct
Martin Kronbichler [Fri, 6 Dec 2019 07:16:11 +0000 (08:16 +0100)]
Merge pull request #9145 from bangerth/direct

Simplify references to tutorial programs.

4 years agoAdjusted test output after changes to GridRefinement and parallel::distributed::GridR... 9140/head
marcfehling [Thu, 5 Dec 2019 20:55:06 +0000 (21:55 +0100)]
Adjusted test output after changes to GridRefinement and parallel::distributed::GridRefinement.

4 years agoMerge pull request #9109 from agrayver/add_manifold_python_support
Daniel Arndt [Thu, 5 Dec 2019 23:44:28 +0000 (18:44 -0500)]
Merge pull request #9109 from agrayver/add_manifold_python_support

Add python wrappers for manifolds and extend tria wrappers

4 years agoMerge pull request #9093 from tcclevenger/solver_idr
Daniel Arndt [Thu, 5 Dec 2019 23:41:36 +0000 (18:41 -0500)]
Merge pull request #9093 from tcclevenger/solver_idr

add idr(s) solver

4 years agoAdded the colorize option to subdivided_hyper_cube grid generator 9142/head
Bruno Blais [Thu, 5 Dec 2019 14:45:58 +0000 (09:45 -0500)]
Added the colorize option to subdivided_hyper_cube grid generator

The subdivided_hyper_cube is the one of the only grid generator which
does not allow the boundaries to be colorized. This is a non-standard
behavior, because all of the other generators (hyper_cube,
hyper_rectangle, subdivided_hyper_rectangle) allow one to colorize the
boundaries. This small pull request addresses this by adding the
colorize option to the subdivided_hyper_cube grid. It also fixes the
grid_generator_from_name to make it coherent with the new
implementaiton.

4 years agoCompile files using the LAPACK wrappers separately 9146/head
Daniel Arndt [Thu, 5 Dec 2019 23:25:58 +0000 (18:25 -0500)]
Compile files using the LAPACK wrappers separately

4 years agoAdjusted ranges for GridRefinement::refine_and_coarsen_fixed_fraction().
marcfehling [Thu, 5 Dec 2019 20:54:25 +0000 (21:54 +0100)]
Adjusted ranges for GridRefinement::refine_and_coarsen_fixed_fraction().

4 years agoAdjusted thresholds for refine_and_coarsen_fixed_number() for both GridRefinement...
marcfehling [Thu, 5 Dec 2019 20:53:58 +0000 (21:53 +0100)]
Adjusted thresholds for refine_and_coarsen_fixed_number() for both GridRefinement and parallel::distributed::GridRefinement.

4 years agoAdd more methods to work with manifolds. Add python tests 9109/head
Alexander Grayver [Mon, 2 Dec 2019 14:47:22 +0000 (15:47 +0100)]
Add more methods to work with manifolds. Add python tests

4 years agoSimplify references to tutorial programs. 9145/head
Wolfgang Bangerth [Thu, 5 Dec 2019 20:07:23 +0000 (13:07 -0700)]
Simplify references to tutorial programs.

4 years agoClean up FunctionParser's documentation a bit.
David Wells [Thu, 5 Dec 2019 16:08:27 +0000 (11:08 -0500)]
Clean up FunctionParser's documentation a bit.

Reflow comments, use doxygen commands, improve some formatting.

4 years agochangelog 9093/head
tcclevenger [Thu, 5 Dec 2019 15:59:30 +0000 (10:59 -0500)]
changelog

4 years agoadd idr(s) solver
tcclevenger [Mon, 30 Sep 2019 07:08:26 +0000 (03:08 -0400)]
add idr(s) solver

4 years ago- Fixed indentation 9071/head
Bruno Blais [Thu, 5 Dec 2019 13:24:30 +0000 (08:24 -0500)]
- Fixed indentation
- Fixed documentation of dof_tools
- Added the const modified for the dof_comp

4 years agoMerge pull request #9141 from marcfehling/hp-threshold
David Wells [Thu, 5 Dec 2019 04:06:18 +0000 (23:06 -0500)]
Merge pull request #9141 from marcfehling/hp-threshold

hp::Refinement: Adjusted comparator defaults to be in accordance with GridRefinement equivalents

4 years agoMerge pull request #9139 from bangerth/grammar
David Wells [Thu, 5 Dec 2019 04:05:48 +0000 (23:05 -0500)]
Merge pull request #9139 from bangerth/grammar

Be consistent in capitalizing text. Other minor updates.

4 years agohp::Refinement: Adjusted comparator defaults to be in accordance with GridRefinement... 9141/head
Marc Fehling [Wed, 4 Dec 2019 22:10:32 +0000 (23:10 +0100)]
hp::Refinement: Adjusted comparator defaults to be in accordance with GridRefinement equivalents.

4 years agoMerge pull request #9067 from marcfehling/hpref-assert
David Wells [Wed, 4 Dec 2019 19:20:32 +0000 (14:20 -0500)]
Merge pull request #9067 from marcfehling/hpref-assert

hp::Refinement::predict_error: Detangle assertions.

4 years agoMerge pull request #9126 from bangerth/doc
Martin Kronbichler [Wed, 4 Dec 2019 13:48:05 +0000 (14:48 +0100)]
Merge pull request #9126 from bangerth/doc

Add some documentation.

4 years agoMerge pull request #9138 from bangerth/doc-87
Martin Kronbichler [Wed, 4 Dec 2019 08:10:11 +0000 (09:10 +0100)]
Merge pull request #9138 from bangerth/doc-87

Minor grammar updates.

4 years agoMerge pull request #9136 from bangerth/61-5
Martin Kronbichler [Wed, 4 Dec 2019 08:09:04 +0000 (09:09 +0100)]
Merge pull request #9136 from bangerth/61-5

Link to a paper that describes step-61.

4 years agoMerge pull request #9128 from bangerth/61-2
Martin Kronbichler [Wed, 4 Dec 2019 08:07:53 +0000 (09:07 +0100)]
Merge pull request #9128 from bangerth/61-2

Break postprocessing the velocity out of the function that computes errors

4 years agoBe consistent in capitalizing test. Other minor updates. 9139/head
Wolfgang Bangerth [Wed, 4 Dec 2019 06:08:09 +0000 (23:08 -0700)]
Be consistent in capitalizing test. Other minor updates.

In the first column, all but one entry were capitalized. This greatly irks me. While there,
also capitalize all other places where text starts. Finally, there is no need to
abbreviate 'info' -- we have plenty of space in the table heading to use proper
words in their full glory.

4 years agoMinor grammar updates. 9138/head
Wolfgang Bangerth [Wed, 4 Dec 2019 06:01:34 +0000 (23:01 -0700)]
Minor grammar updates.

4 years agoMerge pull request #9130 from bangerth/61-4
Daniel Arndt [Tue, 3 Dec 2019 22:29:14 +0000 (17:29 -0500)]
Merge pull request #9130 from bangerth/61-4

Use a better way to create graphical output in step-61.

4 years agoMerge pull request #9133 from bangerth/std_cxx11
Daniel Arndt [Tue, 3 Dec 2019 22:27:41 +0000 (17:27 -0500)]
Merge pull request #9133 from bangerth/std_cxx11

Deprecate the files in base/std_cxx11 -- we no longer need them.

4 years agoExport the built library as artifact in appveyor 9137/head
Daniel Arndt [Mon, 2 Dec 2019 22:16:39 +0000 (17:16 -0500)]
Export the built library as artifact in appveyor

4 years agoLink to a paper that describes step-61. 9136/head
Wolfgang Bangerth [Tue, 3 Dec 2019 18:36:07 +0000 (11:36 -0700)]
Link to a paper that describes step-61.

4 years agoUse DEAL_II_WARNING instead. 9133/head
Wolfgang Bangerth [Tue, 3 Dec 2019 18:20:33 +0000 (11:20 -0700)]
Use DEAL_II_WARNING instead.

4 years agoAdd changelog entry.
Wolfgang Bangerth [Tue, 3 Dec 2019 01:54:41 +0000 (18:54 -0700)]
Add changelog entry.

4 years agoDeprecate the files in base/std_cxx11 -- we no longer need them.
Wolfgang Bangerth [Tue, 3 Dec 2019 01:53:21 +0000 (18:53 -0700)]
Deprecate the files in base/std_cxx11 -- we no longer need them.

4 years agoAdd a changelog entry. 9130/head
Wolfgang Bangerth [Tue, 3 Dec 2019 00:31:28 +0000 (17:31 -0700)]
Add a changelog entry.

4 years agoUse a better way to create graphical output in step-61.
Wolfgang Bangerth [Tue, 3 Dec 2019 00:29:55 +0000 (17:29 -0700)]
Use a better way to create graphical output in step-61.

Specifically, rather than creating two output files for the cell pressures
and the Darcy velocities, put them all into a single file using a method
that @kronbichler introduced a while ago.

4 years agoAddressed last comments by WB. 9069/head
Luca Heltai [Tue, 3 Dec 2019 17:29:11 +0000 (18:29 +0100)]
Addressed last comments by WB.

4 years agoAdded missing headers in tests.
Luca Heltai [Tue, 3 Dec 2019 16:48:21 +0000 (17:48 +0100)]
Added missing headers in tests.

4 years agoRestructured with fix of some_to_some.
Luca Heltai [Tue, 3 Dec 2019 12:56:32 +0000 (13:56 +0100)]
Restructured with fix of some_to_some.

4 years agoMerge pull request #9127 from bangerth/61-1
David Wells [Tue, 3 Dec 2019 16:21:12 +0000 (11:21 -0500)]
Merge pull request #9127 from bangerth/61-1

Augment step-61 documentation.

4 years agoMerge pull request #9117 from marcfehling/fix-pthread
Matthias Maier [Tue, 3 Dec 2019 15:59:53 +0000 (09:59 -0600)]
Merge pull request #9117 from marcfehling/fix-pthread

Fixed cmake 3.16.0 incompatibility.

4 years agoMerge pull request #9132 from bangerth/std_cxx1x
Daniel Arndt [Tue, 3 Dec 2019 13:18:46 +0000 (08:18 -0500)]
Merge pull request #9132 from bangerth/std_cxx1x

Remove long deprecated headers for C++1x.

4 years agoMerge pull request #9131 from bangerth/mpi
Martin Kronbichler [Tue, 3 Dec 2019 10:25:41 +0000 (11:25 +0100)]
Merge pull request #9131 from bangerth/mpi

Clarify Utilities::MPI::some_to_some().

4 years agoApplied suggestions.
Luca Heltai [Tue, 3 Dec 2019 07:38:36 +0000 (08:38 +0100)]
Applied suggestions.

4 years agoNew set id method in particle. 9124/head
Luca Heltai [Mon, 2 Dec 2019 17:00:31 +0000 (18:00 +0100)]
New set id method in particle.

4 years agoMerge pull request #9129 from bangerth/61-3
Martin Kronbichler [Tue, 3 Dec 2019 07:25:18 +0000 (08:25 +0100)]
Merge pull request #9129 from bangerth/61-3

Use 5 refinements in step-61 as default.

4 years agoAdded comments in tests.
Luca Heltai [Thu, 28 Nov 2019 18:47:38 +0000 (19:47 +0100)]
Added comments in tests.

4 years agoCode review.
Luca Heltai [Thu, 28 Nov 2019 18:38:12 +0000 (19:38 +0100)]
Code review.

4 years agoApply suggestions from code review
Luca Heltai [Thu, 28 Nov 2019 18:07:25 +0000 (19:07 +0100)]
Apply suggestions from code review

Co-Authored-By: Rene Gassmoeller <rene.gassmoeller@mailbox.org>
4 years agoRemoved unused variable.
Luca Heltai [Mon, 25 Nov 2019 10:12:34 +0000 (11:12 +0100)]
Removed unused variable.

4 years agoChangeLog.
Luca Heltai [Mon, 25 Nov 2019 09:41:14 +0000 (10:41 +0100)]
ChangeLog.

4 years agoMoved implementation to .cc file.
Luca Heltai [Mon, 25 Nov 2019 09:41:07 +0000 (10:41 +0100)]
Moved implementation to .cc file.


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.