]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
4 years agoNo more restriction on isotropic refinement for hp::Refinement::predict_error().
Marc Fehling [Tue, 12 May 2020 13:49:09 +0000 (15:49 +0200)]
No more restriction on isotropic refinement for hp::Refinement::predict_error().

4 years agoUpdated doc for hp::Refinement::predict_error().
Marc Fehling [Tue, 12 May 2020 13:47:01 +0000 (15:47 +0200)]
Updated doc for hp::Refinement::predict_error().

4 years agoMerge pull request #8603 from tjhei/add_p4est_fail_test
Martin Kronbichler [Tue, 12 May 2020 10:34:02 +0000 (12:34 +0200)]
Merge pull request #8603 from tjhei/add_p4est_fail_test

add failing p4est test

4 years agoMerge pull request #9954 from marcfehling/prediction-extension
Martin Kronbichler [Tue, 12 May 2020 09:10:57 +0000 (11:10 +0200)]
Merge pull request #9954 from marcfehling/prediction-extension

Reworked error prediction algorithm.

4 years agoMerge pull request #10148 from tjhei/github-actions-windows
Martin Kronbichler [Tue, 12 May 2020 08:15:28 +0000 (10:15 +0200)]
Merge pull request #10148 from tjhei/github-actions-windows

github actions: split windows build

4 years agoMerge pull request #10149 from tamiko/fix_compilation_gcc_4.9.4
Martin Kronbichler [Tue, 12 May 2020 05:56:23 +0000 (07:56 +0200)]
Merge pull request #10149 from tamiko/fix_compilation_gcc_4.9.4

Fix compilation with gcc-4.9.4

4 years agoMerge pull request #10147 from tjhei/doxy_grid_gen
Martin Kronbichler [Tue, 12 May 2020 05:13:40 +0000 (07:13 +0200)]
Merge pull request #10147 from tjhei/doxy_grid_gen

doxygen: disable stuff in grid_generator.cc

4 years agoMerge pull request #9807 from kronbichler/improved_shell
Matthias Maier [Tue, 12 May 2020 04:45:42 +0000 (23:45 -0500)]
Merge pull request #9807 from kronbichler/improved_shell

Add additional cell options for 3D hyper shell

4 years agoUse 64bit toolset variant 10148/head
Daniel Arndt [Tue, 12 May 2020 03:19:28 +0000 (23:19 -0400)]
Use 64bit toolset variant

4 years agoMerge pull request #10150 from tamiko/fix_a_test_22
Daniel Arndt [Tue, 12 May 2020 01:31:12 +0000 (21:31 -0400)]
Merge pull request #10150 from tamiko/fix_a_test_22

4 years agoMerge pull request #10151 from tamiko/fix_a_test_23
David Wells [Tue, 12 May 2020 00:27:25 +0000 (20:27 -0400)]
Merge pull request #10151 from tamiko/fix_a_test_23

Test mpi/hp_step-4 disable test for 64bit indices

4 years agoTest petsc/reinit_preconditioner_0*: disable for 64bit indices 10150/head
Matthias Maier [Mon, 11 May 2020 21:44:09 +0000 (16:44 -0500)]
Test petsc/reinit_preconditioner_0*: disable for 64bit indices

4 years agoTest mpi/hp_step-4 disable test for 64bit indices 10151/head
Matthias Maier [Mon, 11 May 2020 22:08:29 +0000 (17:08 -0500)]
Test mpi/hp_step-4 disable test for 64bit indices

4 years agoadd failing p4est test 8603/head
Timo Heister [Mon, 19 Aug 2019 17:17:46 +0000 (13:17 -0400)]
add failing p4est test

This is a simple way to trigger
https://github.com/dealii/dealii/issues/7428

4 years agoFix compilation with gcc-4.9.4 10149/head
Matthias Maier [Mon, 11 May 2020 21:19:08 +0000 (16:19 -0500)]
Fix compilation with gcc-4.9.4

Closes: https://github.com/dealii/dealii/issues/10146
4 years agogithub actions: split windows build
Timo Heister [Mon, 11 May 2020 20:34:43 +0000 (16:34 -0400)]
github actions: split windows build

- move windows build out of main.yml
- test VS 2017 and VS 2019

4 years agodoxygen: disable stuff in grid_generator.cc 10147/head
Timo Heister [Mon, 11 May 2020 20:54:08 +0000 (16:54 -0400)]
doxygen: disable stuff in grid_generator.cc

see  #9914

4 years agoMerge pull request #10144 from tjhei/step-50-future
Martin Kronbichler [Mon, 11 May 2020 20:48:38 +0000 (22:48 +0200)]
Merge pull request #10144 from tjhei/step-50-future

step-50: Possible extensions

4 years agoMerge pull request #10145 from tamiko/fix_a_test_21
Martin Kronbichler [Mon, 11 May 2020 20:36:52 +0000 (22:36 +0200)]
Merge pull request #10145 from tamiko/fix_a_test_21

Test boost/extract_representative_set_02: add output variant, rename test

4 years agoAddress review comments (typos) 9954/head
Matthias Maier [Mon, 11 May 2020 19:56:00 +0000 (14:56 -0500)]
Address review comments (typos)

Update include/deal.II/hp/refinement.h
Update include/deal.II/numerics/adaptation_strategies.h
Update include/deal.II/numerics/adaptation_strategies.h

Co-authored-by: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
4 years agoFormula for hp-refinement: Adjusted doc to what we are actually doing in the code.
Marc Fehling [Sat, 2 May 2020 22:29:42 +0000 (00:29 +0200)]
Formula for hp-refinement: Adjusted doc to what we are actually doing in the code.

4 years agoReworked error prediction algorithm.
Marc Fehling [Fri, 24 Apr 2020 21:24:10 +0000 (23:24 +0200)]
Reworked error prediction algorithm.

4 years agoRefactored AdaptationStrategies namespace.
Marc Fehling [Fri, 24 Apr 2020 21:23:08 +0000 (23:23 +0200)]
Refactored AdaptationStrategies namespace.

4 years agoTest boost/extract_representative_set_02: add output variant 10145/head
Matthias Maier [Mon, 11 May 2020 18:52:44 +0000 (13:52 -0500)]
Test boost/extract_representative_set_02: add output variant

The actual final set of bounding boxes computed with boost depends on
the standard library being used. Funny enough the difference is only one
cell on one processor when switching from libc++ to libstc++. The output
seems to be stable with respect to standard library. I have not
investigated further, but I would bet that it boils down to an
(unstable) sort algorithm being used in the boost implementation.

For now, just provide an output variant. If this test fails again, we
might have to think about another alternative.

4 years agoTests: boost/extract_*: reorganize code and rename test (fix typo)
Matthias Maier [Mon, 11 May 2020 18:37:19 +0000 (13:37 -0500)]
Tests: boost/extract_*: reorganize code and rename test (fix typo)

4 years agostep-50: Possible extensions 10144/head
Timo Heister [Mon, 11 May 2020 18:35:12 +0000 (14:35 -0400)]
step-50: Possible extensions

4 years agoMerge pull request #10143 from tamiko/fix_a_test_20
Daniel Arndt [Mon, 11 May 2020 16:52:17 +0000 (12:52 -0400)]
Merge pull request #10143 from tamiko/fix_a_test_20

4 years agoMerge pull request #10136 from drwells/step-44-doc
Daniel Arndt [Mon, 11 May 2020 16:50:50 +0000 (12:50 -0400)]
Merge pull request #10136 from drwells/step-44-doc

4 years agoMerge pull request #10138 from drwells/remove-commented-code
Daniel Arndt [Mon, 11 May 2020 16:50:24 +0000 (12:50 -0400)]
Merge pull request #10138 from drwells/remove-commented-code

4 years agoMerge pull request #10142 from resetius/new-change-record
David Wells [Mon, 11 May 2020 16:36:15 +0000 (12:36 -0400)]
Merge pull request #10142 from resetius/new-change-record

Changelog

4 years agoTests opencasacde/*: Add three output variants 10143/head
Matthias Maier [Mon, 11 May 2020 16:16:47 +0000 (11:16 -0500)]
Tests opencasacde/*: Add three output variants

All tests produce a visually correct output. The test fails due to

 - a different mesh generator used in opencascade 7.4.0 placing vertices
   slightly differently

 - a slightly different refinement behavior when linking against libc++
   versus libstdc++

For now, just be pragmatic and add an output variant for each. We might
have to find a smarter solution in the future

In reference to #10073
Closes #10086
See also: https://cdash.43-1.org/testSummary.php?project=1&name=opencascade%2Fstl_creation_single_patch.debug&date=2020-05-11
See also: https://cdash.43-1.org/testSummary.php?project=1&name=opencascade%2Fstl_creation_watertight.debug&date=2020-05-11
See also: https://cdash.43-1.org/testSummary.php?project=1&name=opencascade%2Fstl_refinement.debug&date=2020-05-11

4 years agoChangelog 10142/head
Alexey Ozeritskiy [Mon, 11 May 2020 16:05:21 +0000 (19:05 +0300)]
Changelog

4 years agoMerge pull request #10141 from tamiko/update_external_library_versions
David Wells [Mon, 11 May 2020 15:49:34 +0000 (11:49 -0400)]
Merge pull request #10141 from tamiko/update_external_library_versions

doc: update supported version numbers of trilinos and petsc

4 years agoMerge pull request #10140 from tamiko/update_mailmap
David Wells [Mon, 11 May 2020 15:40:44 +0000 (11:40 -0400)]
Merge pull request #10140 from tamiko/update_mailmap

add a mailmap entry

4 years agodoc: update supported version numbers of trilinos and petsc 10141/head
Matthias Maier [Mon, 11 May 2020 15:39:25 +0000 (10:39 -0500)]
doc: update supported version numbers of trilinos and petsc

4 years agoadd a mailmap entry 10140/head
Matthias Maier [Mon, 11 May 2020 15:31:25 +0000 (10:31 -0500)]
add a mailmap entry

4 years agoadd a mailmap entry
Matthias Maier [Mon, 11 May 2020 15:25:12 +0000 (10:25 -0500)]
add a mailmap entry

4 years agoMerge pull request #10134 from kronbichler/fix_images
Timo Heister [Mon, 11 May 2020 15:06:41 +0000 (11:06 -0400)]
Merge pull request #10134 from kronbichler/fix_images

Make new GridGenerator images appear in the online documentation

4 years agoMerge pull request #10135 from drwells/remove-namespacing
Daniel Arndt [Mon, 11 May 2020 14:54:18 +0000 (10:54 -0400)]
Merge pull request #10135 from drwells/remove-namespacing

4 years agoFix some small things in step-44's introduction. 10136/head
David Wells [Mon, 11 May 2020 14:17:28 +0000 (10:17 -0400)]
Fix some small things in step-44's introduction.

4 years agoRemove some commented code. 10138/head
David Wells [Mon, 11 May 2020 14:27:33 +0000 (10:27 -0400)]
Remove some commented code.

This is rendered in a weird way since its in an example.

4 years agoRemove some "dealii::"s from code examples. 10135/head
David Wells [Mon, 11 May 2020 14:12:57 +0000 (10:12 -0400)]
Remove some "dealii::"s from code examples.

These are converted to "::" by our doxygen preprocessing script, which looks weird.

4 years agoMake new GridGenerator images appear in the online documentation 10134/head
Martin Kronbichler [Mon, 11 May 2020 13:18:55 +0000 (15:18 +0200)]
Make new GridGenerator images appear in the online documentation

4 years agoMerge pull request #10133 from tamiko/fix_a_test_19
Martin Kronbichler [Mon, 11 May 2020 10:45:36 +0000 (12:45 +0200)]
Merge pull request #10133 from tamiko/fix_a_test_19

Test lac/gmres_reorthogonalize_04: Only output iteration count

4 years agoMerge pull request #10132 from tamiko/fix_a_test_18
Martin Kronbichler [Mon, 11 May 2020 10:45:23 +0000 (12:45 +0200)]
Merge pull request #10132 from tamiko/fix_a_test_18

Test vector_tools/integrate_difference_04_hp_02: Make test less expensive

4 years agoMerge pull request #10131 from tamiko/fix_a_test_17
Martin Kronbichler [Mon, 11 May 2020 10:44:56 +0000 (12:44 +0200)]
Merge pull request #10131 from tamiko/fix_a_test_17

Tests: grid/refine_boundary_domain - avoid roundoff errros

4 years agoMerge pull request #9558 from sophy1029/step-47
Martin Kronbichler [Mon, 11 May 2020 06:17:34 +0000 (08:17 +0200)]
Merge pull request #9558 from sophy1029/step-47

step-47: Add derivation for the simply supported plates to result section.

4 years agoUpdate examples/step-47/doc/results.dox 9558/head
Zhuoran Wang [Mon, 11 May 2020 06:05:32 +0000 (00:05 -0600)]
Update examples/step-47/doc/results.dox

Co-authored-by: Martin Kronbichler <kronbichler@lnm.mw.tum.de>
4 years agoIntroduce face notations to introduction.
Zhuoran Wang [Tue, 24 Mar 2020 05:46:22 +0000 (23:46 -0600)]
Introduce face notations to introduction.

4 years agoAdd more details to simply supported plates case.
Zhuoran Wang [Sat, 21 Mar 2020 17:15:05 +0000 (11:15 -0600)]
Add more details to simply supported plates case.

4 years agoAdd derivation for the simply supported plates to result section.
Zhuoran Wang [Sun, 23 Feb 2020 22:01:12 +0000 (15:01 -0700)]
Add derivation for the simply supported plates to result section.

4 years agoTest lac/gmres_reorthogonalize_04: Only output iteration count 10133/head
Matthias Maier [Mon, 11 May 2020 02:01:07 +0000 (21:01 -0500)]
Test lac/gmres_reorthogonalize_04: Only output iteration count

In reference to #10073
See also: https://cdash.43-1.org/testDetails.php?test=43916417&build=6239

4 years agoTest vector_tools/integrate_difference_04_hp_02: Make test less expensive 10132/head
Matthias Maier [Mon, 11 May 2020 01:51:29 +0000 (20:51 -0500)]
Test vector_tools/integrate_difference_04_hp_02: Make test less expensive

The test runs in 3D in debug mode on a 3 times globally refined mesh.
Depending on workload of the machine this test is running on this might
imply to hit the 10 minute timeout. Make the test 8 times less expensive
by reducing the number of global refinement steps

In reference to #10073
See also: https://cdash.43-1.org/viewTest.php?onlydelta&buildid=6260

4 years agoTests: grid/refine_boundary_domain - avoid roundoff errros 10131/head
Matthias Maier [Mon, 11 May 2020 01:04:57 +0000 (20:04 -0500)]
Tests: grid/refine_boundary_domain - avoid roundoff errros

Converting from double to float is unfortunately not a stable strategy
for avoiding roundoff errors. Fix this by using std::set with a custom
comparator

See also: https://cdash.43-1.org/testDetails.php?test=43923513&build=6239
In reference to #10073

4 years agoMerge pull request #10128 from tamiko/fix_a_test_14
Daniel Arndt [Mon, 11 May 2020 00:22:04 +0000 (20:22 -0400)]
Merge pull request #10128 from tamiko/fix_a_test_14

4 years agoMerge pull request #10129 from tamiko/fix_a_test_15
Daniel Arndt [Mon, 11 May 2020 00:21:33 +0000 (20:21 -0400)]
Merge pull request #10129 from tamiko/fix_a_test_15

4 years agoMerge pull request #10127 from tamiko/fix_compilation
Daniel Arndt [Mon, 11 May 2020 00:20:56 +0000 (20:20 -0400)]
Merge pull request #10127 from tamiko/fix_compilation

4 years agoMerge pull request #10130 from tamiko/fix_a_test_16
Daniel Arndt [Mon, 11 May 2020 00:10:16 +0000 (20:10 -0400)]
Merge pull request #10130 from tamiko/fix_a_test_16

4 years agoMerge pull request #10126 from tamiko/fix_a_test_13
Daniel Arndt [Mon, 11 May 2020 00:08:32 +0000 (20:08 -0400)]
Merge pull request #10126 from tamiko/fix_a_test_13

4 years agoTests: avoid a race condition in grid/build_global_description_tree 10130/head
Matthias Maier [Sun, 10 May 2020 23:56:51 +0000 (18:56 -0500)]
Tests: avoid a race condition in grid/build_global_description_tree

In reference to #10073

4 years agoTests arpack/step-36_ar* - use solver_within_range macro 10129/head
Matthias Maier [Sun, 10 May 2020 23:50:32 +0000 (18:50 -0500)]
Tests arpack/step-36_ar* - use solver_within_range macro

4 years agoTest adolc/helper_scalar_coupled_3_components_01* - fix race condition 10128/head
Matthias Maier [Sun, 10 May 2020 23:25:44 +0000 (18:25 -0500)]
Test adolc/helper_scalar_coupled_3_components_01* - fix race condition

All tests of a test variant have to be annotated by
"with_mpi=true.mpirun=" otherwise we risk the chance of the executable
being temporarily deleted and recompiled.

See also: https://cdash.43-1.org/testDetails.php?test=43888682&build=6235

4 years agopython_bindings: Also update order of compute_aspect_ratio 10127/head
Matthias Maier [Sun, 10 May 2020 23:12:02 +0000 (18:12 -0500)]
python_bindings: Also update order of compute_aspect_ratio

In reference to #10124

4 years agoMerge pull request #10123 from tjhei/step-67-noreturn-warn
Matthias Maier [Sun, 10 May 2020 21:59:31 +0000 (16:59 -0500)]
Merge pull request #10123 from tjhei/step-67-noreturn-warn

fix no-return warning in step-67

4 years agoMerge pull request #10124 from kronbichler/reverse_order_aspect_ratio
Matthias Maier [Sun, 10 May 2020 21:59:07 +0000 (16:59 -0500)]
Merge pull request #10124 from kronbichler/reverse_order_aspect_ratio

Reverse order of mapping and triangulation in compute_aspect_ratio

4 years agoMerge pull request #10125 from kronbichler/fix_gcc10_warning
Matthias Maier [Sun, 10 May 2020 21:58:55 +0000 (16:58 -0500)]
Merge pull request #10125 from kronbichler/fix_gcc10_warning

Fix dim<spacedim case in create_triangulation with TriaDescription

4 years agoMerge pull request #9802 from kronbichler/hyper_ball_variant
Matthias Maier [Sun, 10 May 2020 21:17:20 +0000 (16:17 -0500)]
Merge pull request #9802 from kronbichler/hyper_ball_variant

Add alternative GridGenerator::hyper_ball with better balance of cells

4 years agoMerge pull request #10122 from tjhei/missing_matrix_free_trask_info_braces
Timo Heister [Sun, 10 May 2020 20:58:40 +0000 (16:58 -0400)]
Merge pull request #10122 from tjhei/missing_matrix_free_trask_info_braces

fix warning about braces

4 years agofix test conditions for binary p4est output 10126/head
Matthias Maier [Sun, 10 May 2020 20:49:46 +0000 (15:49 -0500)]
fix test conditions for binary p4est output

4 years agofix test conditions for binary p4est output
Matthias Maier [Sun, 10 May 2020 20:43:16 +0000 (15:43 -0500)]
fix test conditions for binary p4est output

4 years agocmake: query p4est configuration for binary output
Matthias Maier [Sun, 10 May 2020 20:23:33 +0000 (15:23 -0500)]
cmake: query p4est configuration for binary output

4 years agoMerge pull request #10121 from tjhei/missing_make_bdry_sp_inst
Martin Kronbichler [Sun, 10 May 2020 19:39:35 +0000 (21:39 +0200)]
Merge pull request #10121 from tjhei/missing_make_bdry_sp_inst

add missing instantiations for make_boundary_sparsity_pattern

4 years agofix no-return warning in step-67 10123/head
Timo Heister [Sun, 10 May 2020 15:41:30 +0000 (11:41 -0400)]
fix no-return warning in step-67

4 years agoFix dim<spacedim case in create_triangulation with TriaDescription 10125/head
Martin Kronbichler [Sun, 10 May 2020 16:58:35 +0000 (18:58 +0200)]
Fix dim<spacedim case in create_triangulation with TriaDescription

4 years agoReverse order of mapping and triangulation in compute_aspect_ratio 10124/head
Martin Kronbichler [Sun, 10 May 2020 16:49:06 +0000 (18:49 +0200)]
Reverse order of mapping and triangulation in compute_aspect_ratio

4 years agofix warning about braces 10122/head
Timo Heister [Sun, 10 May 2020 15:39:38 +0000 (11:39 -0400)]
fix warning about braces

fix #10120

4 years agoadd missing instantiations for make_boundary_sparsity_pattern 10121/head
Timo Heister [Sun, 10 May 2020 15:18:44 +0000 (11:18 -0400)]
add missing instantiations for make_boundary_sparsity_pattern

4 years agoMerge pull request #10021 from luca-heltai/extract-representative-from-boost-rtree
Martin Kronbichler [Sun, 10 May 2020 15:12:59 +0000 (17:12 +0200)]
Merge pull request #10021 from luca-heltai/extract-representative-from-boost-rtree

New extract_rtree_level function, and RTree visitor.

4 years agoMerge pull request #10118 from tjhei/update_copyright2
Martin Kronbichler [Sun, 10 May 2020 15:11:43 +0000 (17:11 +0200)]
Merge pull request #10118 from tjhei/update_copyright2

update copyright years

4 years agoMerge pull request #10117 from tjhei/step-50-refs
Martin Kronbichler [Sun, 10 May 2020 15:11:15 +0000 (17:11 +0200)]
Merge pull request #10117 from tjhei/step-50-refs

step-50: fix references

4 years agoMerge pull request #10116 from tjhei/step-50-kind
Martin Kronbichler [Sun, 10 May 2020 15:10:59 +0000 (17:10 +0200)]
Merge pull request #10116 from tjhei/step-50-kind

step-50: set kind to techniques

4 years agoupdate copyright years 10118/head
Timo Heister [Sun, 10 May 2020 14:47:48 +0000 (10:47 -0400)]
update copyright years

part 2, because of the recent changes

4 years agoMerge pull request #10113 from peterrum/pft_test_repeated_local_refinement
Martin Kronbichler [Sun, 10 May 2020 14:22:37 +0000 (16:22 +0200)]
Merge pull request #10113 from peterrum/pft_test_repeated_local_refinement

p:f:t: Test repeated local refinement of base triangulation

4 years agostep-50: fix references 10117/head
Timo Heister [Sun, 10 May 2020 14:20:00 +0000 (10:20 -0400)]
step-50: fix references

- update funding source
- fix paper references

4 years agostep-50: set kind to techniques 10116/head
Timo Heister [Sun, 10 May 2020 14:13:20 +0000 (10:13 -0400)]
step-50: set kind to techniques

4 years agoMerge pull request #10108 from luca-heltai/fix-closest-vertex-point
Peter Munch [Sun, 10 May 2020 11:41:55 +0000 (13:41 +0200)]
Merge pull request #10108 from luca-heltai/fix-closest-vertex-point

Add mapping argument to find_closest_vertex_of_cell().

4 years agoMerge pull request #9891 from luca-heltai/interpolate-field-on-particles
Martin Kronbichler [Sun, 10 May 2020 11:32:18 +0000 (13:32 +0200)]
Merge pull request #9891 from luca-heltai/interpolate-field-on-particles

Interpolate field on particles

4 years agoTest repeated local refinement of base triangulation 10113/head
Peter Munch [Sun, 10 May 2020 09:14:40 +0000 (11:14 +0200)]
Test repeated local refinement of base triangulation

4 years agoMerge pull request #10112 from peterrum/fix_authors
Martin Kronbichler [Sun, 10 May 2020 08:44:18 +0000 (10:44 +0200)]
Merge pull request #10112 from peterrum/fix_authors

Add author in changelog

4 years agoMerge pull request #10110 from peterrum/mapping
Martin Kronbichler [Sun, 10 May 2020 08:37:23 +0000 (10:37 +0200)]
Merge pull request #10110 from peterrum/mapping

Fix ICC compilation

4 years agoFixed spacing. 10108/head
Luca Heltai [Sun, 10 May 2020 07:15:55 +0000 (09:15 +0200)]
Fixed spacing.

4 years agoAdd mapping argument to find_closest_vertex_of_cell(). Closes #7922.
Luca Heltai [Sun, 10 May 2020 00:21:05 +0000 (02:21 +0200)]
Add mapping argument to find_closest_vertex_of_cell(). Closes #7922.

4 years agoMerge pull request #10111 from kronbichler/fix-tidy
Peter Munch [Sun, 10 May 2020 08:18:20 +0000 (10:18 +0200)]
Merge pull request #10111 from kronbichler/fix-tidy

Make clang-tidy happy with parallel::apply_to_subranges

4 years agoAdd author in changelog 10112/head
Peter Munch [Sun, 10 May 2020 08:15:47 +0000 (10:15 +0200)]
Add author in changelog

4 years agoOne more test case 9807/head
Martin Kronbichler [Tue, 7 Apr 2020 16:25:07 +0000 (18:25 +0200)]
One more test case

4 years agoChangelog
Martin Kronbichler [Tue, 7 Apr 2020 16:19:32 +0000 (18:19 +0200)]
Changelog

4 years agoTest case
Martin Kronbichler [Tue, 7 Apr 2020 16:19:23 +0000 (18:19 +0200)]
Test case

4 years agoImplement additional options for 3d GridGenerator::hyper_shell
Martin Kronbichler [Tue, 7 Apr 2020 16:19:09 +0000 (18:19 +0200)]
Implement additional options for 3d GridGenerator::hyper_shell

4 years agoAdd additional cell options for 3D hyper shell
Martin Kronbichler [Fri, 3 Apr 2020 09:11:28 +0000 (11:11 +0200)]
Add additional cell options for 3D hyper shell

4 years agoChangelog 9802/head
Martin Kronbichler [Thu, 2 Apr 2020 19:35:51 +0000 (21:35 +0200)]
Changelog


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.