]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoMerge pull request #11417 from tjhei/ci_osx_no_indent
Peter Munch [Fri, 25 Dec 2020 12:49:33 +0000 (13:49 +0100)]
Merge pull request #11417 from tjhei/ci_osx_no_indent

CI: remove unnecessary OSX setup steps

3 years agoCI: remove unnecessary OSX setup steps 11417/head
Timo Heister [Thu, 24 Dec 2020 16:29:38 +0000 (11:29 -0500)]
CI: remove unnecessary OSX setup steps

3 years agoMerge pull request #11405 from peterrum/wedge_pyramid_dg
Peter Munch [Wed, 23 Dec 2020 17:45:01 +0000 (18:45 +0100)]
Merge pull request #11405 from peterrum/wedge_pyramid_dg

Implement FE_WedgeDGP and FE_PyramidDGP

3 years agoMerge pull request #11339 from dangars/exceptions_hdf5
David Wells [Wed, 23 Dec 2020 14:31:29 +0000 (09:31 -0500)]
Merge pull request #11339 from dangars/exceptions_hdf5

Avoid MPI calls in the HDF5 destructors when there is an exception

3 years agoMerge pull request #11411 from tjhei/vec_and_table_explicit
David Wells [Wed, 23 Dec 2020 14:09:34 +0000 (09:09 -0500)]
Merge pull request #11411 from tjhei/vec_and_table_explicit

make constructors of Table and AlignedVector explicit

3 years agoAdd changelog 11339/head
Daniel Garcia-Sanchez [Wed, 23 Dec 2020 11:59:06 +0000 (12:59 +0100)]
Add changelog

3 years agoRemove the paragraph about HDF5 and exceptions
Daniel Garcia-Sanchez [Wed, 23 Dec 2020 11:46:57 +0000 (12:46 +0100)]
Remove the paragraph about HDF5 and exceptions

This paragraph is no longer needed. The destructor calls MPI_Abort().

3 years agoMerge pull request #11412 from masterleinad/unused_parameter
Peter Munch [Wed, 23 Dec 2020 10:46:48 +0000 (11:46 +0100)]
Merge pull request #11412 from masterleinad/unused_parameter

Silence unused parameter warning when building with C++17

3 years agoAvoid MPI calls in the HDF5 destructors when there is an exception
Daniel Garcia-Sanchez [Wed, 23 Dec 2020 08:58:11 +0000 (09:58 +0100)]
Avoid MPI calls in the HDF5 destructors when there is an exception

3 years agoSilence unused parameter warning 11412/head
Daniel Arndt [Tue, 22 Dec 2020 22:18:55 +0000 (17:18 -0500)]
Silence unused parameter warning

3 years agomake constructors of Table and AlignedVector explicit 11411/head
Timo Heister [Tue, 22 Dec 2020 21:57:19 +0000 (16:57 -0500)]
make constructors of Table and AlignedVector explicit

3 years agoMerge pull request #11410 from Rombur/revert_ginkgo
Peter Munch [Tue, 22 Dec 2020 20:42:25 +0000 (21:42 +0100)]
Merge pull request #11410 from Rombur/revert_ginkgo

Revert "Merge pull request #11402 from pratikvn/fix-ginkgo-cmake"

3 years agoMerge pull request #11361 from peterrum/fe_face_values_pyramids_wedges
David Wells [Tue, 22 Dec 2020 19:58:18 +0000 (14:58 -0500)]
Merge pull request #11361 from peterrum/fe_face_values_pyramids_wedges

Enable FEFaceValues for wedges and pyramids

3 years agoImplement FE_WedgeDGP and FE_PyramidDGP 11405/head
Peter Munch [Sun, 20 Dec 2020 09:57:04 +0000 (10:57 +0100)]
Implement FE_WedgeDGP and FE_PyramidDGP

3 years agoMerge pull request #11406 from peterrum/fefacevalues_quadrature
David Wells [Tue, 22 Dec 2020 18:13:40 +0000 (13:13 -0500)]
Merge pull request #11406 from peterrum/fefacevalues_quadrature

FEFaceValues: use face_no to select quadrature rule

3 years agoMerge pull request #11403 from peterrum/fe_nothing_reference_cell_type
David Wells [Tue, 22 Dec 2020 17:42:43 +0000 (12:42 -0500)]
Merge pull request #11403 from peterrum/fe_nothing_reference_cell_type

FE_Nothing: pass reference-cell type to constructor

3 years agoRevert "Merge pull request #11402 from pratikvn/fix-ginkgo-cmake" 11410/head
Bruno Turcksin [Tue, 22 Dec 2020 14:37:19 +0000 (14:37 +0000)]
Revert "Merge pull request #11402 from pratikvn/fix-ginkgo-cmake"

This reverts commit 927a89d58795378fa0060645f434e3627e8c8262, reversing
changes made to a47360cd42a75a208c1e753dda4ff5134804f225.

3 years agoMerge pull request #11402 from pratikvn/fix-ginkgo-cmake
Peter Munch [Tue, 22 Dec 2020 07:24:05 +0000 (08:24 +0100)]
Merge pull request #11402 from pratikvn/fix-ginkgo-cmake

Update Ginkgo cmake detection and tests.

3 years agoFE_Nothing: pass reference-cell type to constructor 11403/head
Peter Munch [Sun, 20 Dec 2020 07:34:57 +0000 (08:34 +0100)]
FE_Nothing: pass reference-cell type to constructor

3 years agoMerge pull request #11409 from peterrum/compute_matrix_fix
David Wells [Mon, 21 Dec 2020 19:02:26 +0000 (14:02 -0500)]
Merge pull request #11409 from peterrum/compute_matrix_fix

Work on MatrixFreeTools::compute_matrix

3 years agoMerge pull request #11407 from peterrum/n_q_points_face_fe_evaluation
David Wells [Mon, 21 Dec 2020 18:46:56 +0000 (13:46 -0500)]
Merge pull request #11407 from peterrum/n_q_points_face_fe_evaluation

Remove n_q_points_face from fe_evaluation.h

3 years agoMerge pull request #11404 from peterrum/GenericDoFsPerObject_formating
Bruno Turcksin [Mon, 21 Dec 2020 16:32:18 +0000 (11:32 -0500)]
Merge pull request #11404 from peterrum/GenericDoFsPerObject_formating

GenericDoFsPerObject: fix formatting

3 years agoWork on MatrixFreeTools::compute_matrix 11409/head
Peter Munch [Mon, 21 Dec 2020 12:52:31 +0000 (13:52 +0100)]
Work on MatrixFreeTools::compute_matrix

3 years agoMerge pull request #11365 from marcfehling/to-cell
Wolfgang Bangerth [Mon, 21 Dec 2020 03:25:56 +0000 (20:25 -0700)]
Merge pull request #11365 from marcfehling/to-cell

Added Triangulation::create_cell_iterator().

3 years agoAdded Triangulation::create_cell_iterator(). 11365/head
Marc Fehling [Sun, 13 Dec 2020 02:41:12 +0000 (19:41 -0700)]
Added Triangulation::create_cell_iterator().

3 years agoRemove n_q_points_face from fe_evaluation.h 11407/head
Peter Munch [Sun, 20 Dec 2020 15:45:34 +0000 (16:45 +0100)]
Remove n_q_points_face from fe_evaluation.h

3 years agoFEFaceValues: use face_no to select quadrature rule 11406/head
Peter Munch [Sun, 20 Dec 2020 15:30:20 +0000 (16:30 +0100)]
FEFaceValues: use face_no to select quadrature rule

3 years agoGenericDoFsPerObject: fix formating 11404/head
Peter Munch [Sun, 20 Dec 2020 08:21:48 +0000 (09:21 +0100)]
GenericDoFsPerObject: fix formating

3 years agoMerge pull request #11399 from bangerth/x3
Timo Heister [Sat, 19 Dec 2020 17:30:16 +0000 (12:30 -0500)]
Merge pull request #11399 from bangerth/x3

Remove compatibility code for GCC versions prior to 5.0.

3 years agoMerge pull request #11364 from marcfehling/cellid
Wolfgang Bangerth [Sat, 19 Dec 2020 17:28:56 +0000 (10:28 -0700)]
Merge pull request #11364 from marcfehling/cellid

Added getter function for child_indices of CellId + CellId benchmark testcase

3 years agoMerge pull request #11381 from tjhei/function_mem_consumption
Wolfgang Bangerth [Sat, 19 Dec 2020 17:28:35 +0000 (10:28 -0700)]
Merge pull request #11381 from tjhei/function_mem_consumption

provide memory_consumption() for some Function* classes

3 years agoEnable FEFaceValues for wedges and pyramids 11361/head
Peter Munch [Sat, 12 Dec 2020 14:22:33 +0000 (15:22 +0100)]
Enable FEFaceValues for wedges and pyramids

3 years agoMerge pull request #11373 from bangerth/signaling-nan
Martin Kronbichler [Sat, 19 Dec 2020 15:23:51 +0000 (16:23 +0100)]
Merge pull request #11373 from bangerth/signaling-nan

Add to the documentation of numbers::signaling_nan().

3 years agoMerge pull request #11397 from bangerth/x2
Martin Kronbichler [Sat, 19 Dec 2020 15:16:36 +0000 (16:16 +0100)]
Merge pull request #11397 from bangerth/x2

Do not inspect an object that has been moved from.

3 years agoMerge pull request #11398 from bangerth/x1
Martin Kronbichler [Sat, 19 Dec 2020 15:16:05 +0000 (16:16 +0100)]
Merge pull request #11398 from bangerth/x1

Clarify a comment in class Particle.

3 years agoMerge pull request #10764 from peterrum/variale_face_qs
Martin Kronbichler [Sat, 19 Dec 2020 15:13:45 +0000 (16:13 +0100)]
Merge pull request #10764 from peterrum/variale_face_qs

Assign faces different quadrature rules

3 years agoUpdate Ginkgo cmake detection and tests. 11402/head
Pratik Nayak [Sat, 19 Dec 2020 11:11:42 +0000 (12:11 +0100)]
Update Ginkgo cmake detection and tests.

3 years agoRemove compatibility code for GCC versions prior to 5.x. 11399/head
Wolfgang Bangerth [Fri, 18 Dec 2020 22:34:58 +0000 (15:34 -0700)]
Remove compatibility code for GCC versions prior to 5.x.

We no longer support these compilers, so we can just remove the code without replacement.

3 years agoDo not inspect an object that has been moved from. 11397/head
Wolfgang Bangerth [Sat, 19 Dec 2020 04:27:56 +0000 (21:27 -0700)]
Do not inspect an object that has been moved from.

3 years agoClarify a comment in class Particle. 11398/head
Wolfgang Bangerth [Sat, 19 Dec 2020 00:10:30 +0000 (17:10 -0700)]
Clarify a comment in class Particle.

3 years agoAdded serialization benchmark. 11364/head
Marc Fehling [Tue, 15 Dec 2020 04:00:24 +0000 (21:00 -0700)]
Added serialization benchmark.

3 years agoAdded getter function for child_indices of CellId.
Marc Fehling [Fri, 18 Dec 2020 22:56:40 +0000 (15:56 -0700)]
Added getter function for child_indices of CellId.

3 years agoMerge pull request #11368 from marcfehling/iostreams
Wolfgang Bangerth [Fri, 18 Dec 2020 22:31:31 +0000 (15:31 -0700)]
Merge pull request #11368 from marcfehling/iostreams

Remove temporary string objects in Utilities::(un)pack.

3 years agoMerge pull request #11216 from marcfehling/hp-symbol-consense
Wolfgang Bangerth [Fri, 18 Dec 2020 22:18:14 +0000 (15:18 -0700)]
Merge pull request #11216 from marcfehling/hp-symbol-consense

Consistency in using hp concatenation symbols.

3 years agoMerge pull request #11396 from peterrum/FEEvaluationBaseData_descriptor
Peter Munch [Fri, 18 Dec 2020 21:35:51 +0000 (22:35 +0100)]
Merge pull request #11396 from peterrum/FEEvaluationBaseData_descriptor

Store reference to QuadratureDescriptor in FEEvaluationBaseData

3 years agoRemove underscores for active and future FE indices in the documentation. 11216/head
Marc Fehling [Thu, 19 Nov 2020 21:26:29 +0000 (14:26 -0700)]
Remove underscores for active and future FE indices in the documentation.

Write standalone FE in capitals.

3 years agoPrefer hyphen for the h, p, hp terms in the documentation.
Marc Fehling [Thu, 19 Nov 2020 20:53:31 +0000 (13:53 -0700)]
Prefer hyphen for the h, p, hp terms in the documentation.

3 years agoStore reference to QuadratureDescriptor in FEEvaluationBaseData 11396/head
Peter Munch [Fri, 18 Dec 2020 14:37:17 +0000 (15:37 +0100)]
Store reference to QuadratureDescriptor in FEEvaluationBaseData

3 years agoMerge pull request #11391 from bangerth/pp-4
Martin Kronbichler [Fri, 18 Dec 2020 16:54:02 +0000 (17:54 +0100)]
Merge pull request #11391 from bangerth/pp-4

Prepare for storing particle locations in the PropertyPool.

3 years agoMerge pull request #11394 from peterrum/FEEvaluationBaseData_constructor
Martin Kronbichler [Fri, 18 Dec 2020 16:52:35 +0000 (17:52 +0100)]
Merge pull request #11394 from peterrum/FEEvaluationBaseData_constructor

Simplify constructor of FEEvaluationBaseData

3 years agoSimplify constructor of FEEvaluationBaseData 11394/head
Peter Munch [Fri, 18 Dec 2020 11:12:05 +0000 (12:12 +0100)]
Simplify constructor of FEEvaluationBaseData

3 years agoPrepare for storing particle locations in the PropertyPool. 11391/head
Wolfgang Bangerth [Thu, 17 Dec 2020 21:36:23 +0000 (14:36 -0700)]
Prepare for storing particle locations in the PropertyPool.

3 years agoAssign faces different quadrature rules 10764/head
Peter Munch [Tue, 28 Jul 2020 20:04:21 +0000 (22:04 +0200)]
Assign faces different quadrature rules

3 years agoadd override 11381/head
Timo Heister [Wed, 16 Dec 2020 16:47:30 +0000 (11:47 -0500)]
add override

3 years agoprovide memory_consumption() for some Function* classes
Timo Heister [Wed, 16 Dec 2020 16:40:31 +0000 (11:40 -0500)]
provide memory_consumption() for some Function* classes

3 years agoMerge pull request #11374 from bangerth/particle-test
Martin Kronbichler [Thu, 17 Dec 2020 08:06:13 +0000 (09:06 +0100)]
Merge pull request #11374 from bangerth/particle-test

Add a particle test.

3 years agoMerge pull request #11386 from marcfehling/boost-175
Peter Munch [Thu, 17 Dec 2020 07:50:35 +0000 (08:50 +0100)]
Merge pull request #11386 from marcfehling/boost-175

Added missing header for boost 1.75.0.

3 years agoMerge pull request #11384 from tamiko/workaround
Matthias Maier [Thu, 17 Dec 2020 05:41:08 +0000 (23:41 -0600)]
Merge pull request #11384 from tamiko/workaround

CMake-3.19 fixes

3 years agoCMake: Make ENABLE_IF_LINKS macro more robust 11384/head
Matthias Maier [Thu, 17 Dec 2020 02:19:44 +0000 (20:19 -0600)]
CMake: Make ENABLE_IF_LINKS macro more robust

3 years agoGithub actions: make error logs available
Matthias Maier [Wed, 16 Dec 2020 23:52:30 +0000 (17:52 -0600)]
Github actions: make error logs available

3 years agoGithub actions: osx use newest cmake
Matthias Maier [Thu, 17 Dec 2020 00:03:06 +0000 (18:03 -0600)]
Github actions: osx use newest cmake

3 years agoCMake: fix ENABLE_IF_LINKS
Matthias Maier [Thu, 17 Dec 2020 01:23:19 +0000 (19:23 -0600)]
CMake: fix ENABLE_IF_LINKS

3 years agoCMake: fix FIND_SYSTEM_LIBRARY
Matthias Maier [Thu, 17 Dec 2020 00:53:04 +0000 (18:53 -0600)]
CMake: fix FIND_SYSTEM_LIBRARY

3 years agoCMake: Do not inject -Werror for clang
Matthias Maier [Wed, 16 Dec 2020 19:19:18 +0000 (13:19 -0600)]
CMake: Do not inject -Werror for clang

3 years agoAdded missing header for boost 1.75.0. 11386/head
Marc Fehling [Thu, 17 Dec 2020 01:59:51 +0000 (18:59 -0700)]
Added missing header for boost 1.75.0.

3 years agoMerge pull request #11385 from tjhei/ci_fix_osx_cmake
Daniel Arndt [Wed, 16 Dec 2020 23:15:41 +0000 (18:15 -0500)]
Merge pull request #11385 from tjhei/ci_fix_osx_cmake

CI: fix OSX cmake version 3.18

3 years agoCI: fix OSX cmake version 3.18 11385/head
Timo Heister [Wed, 16 Dec 2020 21:20:54 +0000 (16:20 -0500)]
CI: fix OSX cmake version 3.18

3 years agoMerge pull request #11376 from kronbichler/cleanup_c++11
Martin Kronbichler [Tue, 15 Dec 2020 16:04:33 +0000 (17:04 +0100)]
Merge pull request #11376 from kronbichler/cleanup_c++11

Clean up std::map usage in interpolate_boundary_values

3 years agoMerge pull request #11377 from kronbichler/typo_hexahedra
Peter Munch [Tue, 15 Dec 2020 14:46:51 +0000 (15:46 +0100)]
Merge pull request #11377 from kronbichler/typo_hexahedra

Fix some typos regarding 'hexahedra'

3 years agoFix some typos regarding 'hexahedra' 11377/head
Martin Kronbichler [Tue, 15 Dec 2020 14:14:07 +0000 (15:14 +0100)]
Fix some typos regarding 'hexahedra'

3 years agoMerge pull request #11201 from eliasstudiert/convert_hex_to_simplex
Martin Kronbichler [Tue, 15 Dec 2020 14:04:01 +0000 (15:04 +0100)]
Merge pull request #11201 from eliasstudiert/convert_hex_to_simplex

Add GridGenerator::convert_hypercube_to_simplex_mesh

3 years agoMerge pull request #11363 from bangerth/property-pool-3
Martin Kronbichler [Tue, 15 Dec 2020 14:02:42 +0000 (15:02 +0100)]
Merge pull request #11363 from bangerth/property-pool-3

Rename some member functions of PropertyPool, also member variables of Particle

3 years agoMerge pull request #11370 from peterrum/use_simplex_grids
Martin Kronbichler [Tue, 15 Dec 2020 14:02:17 +0000 (15:02 +0100)]
Merge pull request #11370 from peterrum/use_simplex_grids

Use function from simplex_grids.h

3 years agoClean up std::map usage in interpolate_boundary_values 11376/head
Martin Kronbichler [Tue, 15 Dec 2020 14:00:37 +0000 (15:00 +0100)]
Clean up std::map usage in interpolate_boundary_values

3 years agoMerge pull request #11367 from peterrum/mc_interpolate_boundary_values
Martin Kronbichler [Tue, 15 Dec 2020 13:14:55 +0000 (14:14 +0100)]
Merge pull request #11367 from peterrum/mc_interpolate_boundary_values

Add missing versions of VectorTools::interpolate_boundary_values for hp::MappingCollection

3 years agoRemove temporary string objects in Utilities::(un)pack. 11368/head
Marc Fehling [Sun, 13 Dec 2020 22:41:03 +0000 (15:41 -0700)]
Remove temporary string objects in Utilities::(un)pack.

3 years agoAdd a particle test. 11374/head
Wolfgang Bangerth [Mon, 14 Dec 2020 22:15:15 +0000 (15:15 -0700)]
Add a particle test.

3 years agoAdd to the documentation of numbers::signaling_nan(). 11373/head
Wolfgang Bangerth [Mon, 14 Dec 2020 21:44:00 +0000 (14:44 -0700)]
Add to the documentation of numbers::signaling_nan().

3 years agoMerge pull request #11369 from peterrum/matrix_free_FE_PyramidP
David Wells [Mon, 14 Dec 2020 15:52:39 +0000 (10:52 -0500)]
Merge pull request #11369 from peterrum/matrix_free_FE_PyramidP

MatrixFree: support FE_PyramidP

3 years agoMerge pull request #11359 from peterrum/flat_manifold_normal_vector
Martin Kronbichler [Mon, 14 Dec 2020 13:45:38 +0000 (14:45 +0100)]
Merge pull request #11359 from peterrum/flat_manifold_normal_vector

Fix FlatManifold::normal_vector for triangular faces

3 years agoUse function from simplex_grids.h 11370/head
Peter Munch [Mon, 14 Dec 2020 11:42:14 +0000 (12:42 +0100)]
Use function from simplex_grids.h

3 years agoMatrixFree: support FE_PyramidP 11369/head
Peter Munch [Mon, 14 Dec 2020 09:21:40 +0000 (10:21 +0100)]
MatrixFree: support FE_PyramidP

3 years agoAdd GridGenerator::convert_hypercube_to_simplex_mesh() 11201/head
Elias Dejene [Wed, 18 Nov 2020 18:50:12 +0000 (19:50 +0100)]
Add GridGenerator::convert_hypercube_to_simplex_mesh()

3 years agoAdd missing versions of VectorTools::interpolate_boundary_values for p::MappingCollection 11367/head
Peter Munch [Sun, 13 Dec 2020 14:45:09 +0000 (15:45 +0100)]
Add missing versions of VectorTools::interpolate_boundary_values for p::MappingCollection

3 years agoMerge pull request #11317 from peterrum/pyramid_test
Martin Kronbichler [Sun, 13 Dec 2020 14:09:15 +0000 (15:09 +0100)]
Merge pull request #11317 from peterrum/pyramid_test

Add a Poisson test on pyramid grid

3 years agoRename a member variable to more clearly express its purpose. 11363/head
Wolfgang Bangerth [Sat, 12 Dec 2020 18:34:59 +0000 (11:34 -0700)]
Rename a member variable to more clearly express its purpose.

3 years agoRename some member functions of PropertyPool.
Wolfgang Bangerth [Sat, 12 Dec 2020 18:22:07 +0000 (11:22 -0700)]
Rename some member functions of PropertyPool.

3 years agoMerge pull request #11360 from bangerth/property-pool
Peter Munch [Sat, 12 Dec 2020 20:37:38 +0000 (21:37 +0100)]
Merge pull request #11360 from bangerth/property-pool

Make Particles::Property pool a template <dim,spacedim>.

3 years agoMerge pull request #11354 from peterrum/windows-2016
Timo Heister [Sat, 12 Dec 2020 18:21:53 +0000 (13:21 -0500)]
Merge pull request #11354 from peterrum/windows-2016

Disable quick tests for windows-2016

3 years agoAdjust tests. 11360/head
Wolfgang Bangerth [Sat, 12 Dec 2020 18:02:46 +0000 (11:02 -0700)]
Adjust tests.

3 years agoDisable quick tests for windows-2016 11354/head
Peter Munch [Thu, 10 Dec 2020 19:53:55 +0000 (20:53 +0100)]
Disable quick tests for windows-2016

3 years agoMake Particles::Property pool a template <dim,spacedim>.
Wolfgang Bangerth [Sat, 12 Dec 2020 01:03:12 +0000 (18:03 -0700)]
Make Particles::Property pool a template <dim,spacedim>.

3 years agoFix FlatManifold::normal_vector for triangular faces 11359/head
Peter Munch [Fri, 11 Dec 2020 20:14:05 +0000 (21:14 +0100)]
Fix FlatManifold::normal_vector for triangular faces

3 years agoMerge pull request #11357 from tjhei/step-47-misc
Martin Kronbichler [Sat, 12 Dec 2020 07:10:54 +0000 (08:10 +0100)]
Merge pull request #11357 from tjhei/step-47-misc

step-47: misc cleanup

3 years agoMerge pull request #11314 from gassmoeller/particle_vector
Martin Kronbichler [Sat, 12 Dec 2020 07:10:01 +0000 (08:10 +0100)]
Merge pull request #11314 from gassmoeller/particle_vector

Particle property pool improvements

3 years agoOptimize particle property pool 11314/head
Rene Gassmoeller [Thu, 3 Dec 2020 21:33:12 +0000 (16:33 -0500)]
Optimize particle property pool

3 years agoMerge pull request #11046 from kronbichler/flexible_evaluator
Peter Munch [Fri, 11 Dec 2020 21:35:59 +0000 (22:35 +0100)]
Merge pull request #11046 from kronbichler/flexible_evaluator

FEPointEvaluation: Evaluating shape functions on arbitrary points of a cell

3 years agoAdd a Poisson test on pyramid grid 11317/head
Peter Munch [Fri, 11 Dec 2020 09:43:50 +0000 (10:43 +0100)]
Add a Poisson test on pyramid grid

3 years agoMerge pull request #11282 from zjiaqi2018/low_storage_rk
Martin Kronbichler [Fri, 11 Dec 2020 20:40:46 +0000 (21:40 +0100)]
Merge pull request #11282 from zjiaqi2018/low_storage_rk

Timestepping: add low-storage rk and update step-67

3 years agoMerge pull request #11308 from peterrum/mf_diagonal_hp
Martin Kronbichler [Fri, 11 Dec 2020 17:50:11 +0000 (18:50 +0100)]
Merge pull request #11308 from peterrum/mf_diagonal_hp

MatrixFreeTools::compute_diagonal: enable for hp


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.