]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoMerge pull request #11424 from peterrum/compute_orientation
David Wells [Tue, 29 Dec 2020 22:19:24 +0000 (17:19 -0500)]
Merge pull request #11424 from peterrum/compute_orientation

Introduce ReferenceCell::compute_orientation and ::permute_according_orientation

3 years agoMerge pull request #11419 from peterrum/pyramid_wedges_fixes
David Wells [Tue, 29 Dec 2020 21:47:54 +0000 (16:47 -0500)]
Merge pull request #11419 from peterrum/pyramid_wedges_fixes

Pyramid/wedge: diverse fixes

3 years agoMerge pull request #11430 from bangerth/fenothing
Martin Kronbichler [Tue, 29 Dec 2020 20:08:18 +0000 (21:08 +0100)]
Merge pull request #11430 from bangerth/fenothing

Better document FE_Nothing.

3 years agoMerge pull request #11433 from peterrum/pmg_test
Martin Kronbichler [Tue, 29 Dec 2020 20:06:46 +0000 (21:06 +0100)]
Merge pull request #11433 from peterrum/pmg_test

Add test for p-multigrid

3 years agoMerge pull request #11434 from peterrum/mg_transfer_util
Wolfgang Bangerth [Tue, 29 Dec 2020 17:44:20 +0000 (10:44 -0700)]
Merge pull request #11434 from peterrum/mg_transfer_util

Rename file in test folder

3 years agoMerge pull request #11278 from sebproell/update-sundials-arkode-5.4.0
Luca Heltai [Tue, 29 Dec 2020 16:17:21 +0000 (17:17 +0100)]
Merge pull request #11278 from sebproell/update-sundials-arkode-5.4.0

SUNDIALS: update ARKode to version 5.4.0

3 years agoMerge pull request #11432 from peterrum/compute_diagonal_const
Daniel Arndt [Tue, 29 Dec 2020 13:50:32 +0000 (08:50 -0500)]
Merge pull request #11432 from peterrum/compute_diagonal_const

MatrixFreeTools::compute_diagonal() make class const

3 years agoRename file in test folder 11434/head
Peter Munch [Tue, 29 Dec 2020 08:00:55 +0000 (09:00 +0100)]
Rename file in test folder

3 years agoAdd test for p-multigrid 11433/head
Peter Munch [Tue, 29 Dec 2020 07:50:32 +0000 (08:50 +0100)]
Add test for p-multigrid

3 years agoMatrixFreeTools::compute_diagonal() make class const 11432/head
Peter Munch [Tue, 29 Dec 2020 07:40:53 +0000 (08:40 +0100)]
MatrixFreeTools::compute_diagonal() make class const

3 years agoBetter document FE_Nothing. 11430/head
Wolfgang Bangerth [Mon, 28 Dec 2020 23:08:25 +0000 (16:08 -0700)]
Better document FE_Nothing.

3 years agoMerge pull request #11431 from tamiko/fix_ginkgo_linkage
Matthias Maier [Tue, 29 Dec 2020 00:34:03 +0000 (18:34 -0600)]
Merge pull request #11431 from tamiko/fix_ginkgo_linkage

CMake: Fix Ginkgo linkage

3 years agoCMake: Fix Ginkgo linkage 11431/head
Matthias Maier [Tue, 29 Dec 2020 00:19:00 +0000 (18:19 -0600)]
CMake: Fix Ginkgo linkage

We also have to the "ginkgo" library itself...

In reference to #11413

3 years agoMerge pull request #11427 from peterrum/ci_same_name
Daniel Arndt [Mon, 28 Dec 2020 20:26:16 +0000 (15:26 -0500)]
Merge pull request #11427 from peterrum/ci_same_name

Fix tests with output files with same name

3 years agoMerge pull request #11259 from malhartidke/addPBCinst
Daniel Arndt [Mon, 28 Dec 2020 14:17:23 +0000 (09:17 -0500)]
Merge pull request #11259 from malhartidke/addPBCinst

3 years agoFix tests with output files with same name 11427/head
Peter Munch [Sun, 27 Dec 2020 18:22:20 +0000 (19:22 +0100)]
Fix tests with output files with same name

3 years agoMerge pull request #11413 from tamiko/pr_11402
Matthias Maier [Sun, 27 Dec 2020 19:53:30 +0000 (13:53 -0600)]
Merge pull request #11413 from tamiko/pr_11402

Ginkgo Updates - 2nd try

3 years agoIntroduce ReferenceCell::compute_orientation and ::permute_according_orientation 11424/head
Peter Munch [Sun, 27 Dec 2020 07:47:28 +0000 (08:47 +0100)]
Introduce ReferenceCell::compute_orientation and ::permute_according_orientation

3 years agoMerge pull request #11421 from peterrum/compute_projection_matrices_formating
Peter Munch [Sat, 26 Dec 2020 22:43:47 +0000 (23:43 +0100)]
Merge pull request #11421 from peterrum/compute_projection_matrices_formating

Fix formatting

3 years agoFix formating 11421/head
Peter Munch [Sat, 26 Dec 2020 20:06:46 +0000 (21:06 +0100)]
Fix formating

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 agoPyramid/wedge: diverse fixes 11419/head
Peter Munch [Fri, 25 Dec 2020 12:10:54 +0000 (13:10 +0100)]
Pyramid/wedge: diverse fixes

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 agoModified the function to include conditions of dim < spacedim 11259/head
Malhar Tidke [Sun, 20 Dec 2020 19:35:19 +0000 (01:05 +0530)]
Modified the function to include conditions of dim < spacedim

Added a test case for dim < spacedim

Added a output for test case when dim < spacedim

Added separate template parameters of dim and spacedim for check function

Fixed instantiation of DoFTools::make_periodicity_constraints

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 agoCMake: FindGINKGO: recover full library paths 11413/head
Matthias Maier [Wed, 23 Dec 2020 03:03:14 +0000 (21:03 -0600)]
CMake: FindGINKGO: recover full library paths

3 years agoCMake: Add a CLEAR_FEATURE macro and use it in PACKAGE_HANDLE
Matthias Maier [Wed, 23 Dec 2020 02:26:23 +0000 (20:26 -0600)]
CMake: Add a CLEAR_FEATURE macro and use it in PACKAGE_HANDLE

Let's play it save and reset all "feature" variables (such as
<FEATURE>_INCLUDE_DIRS, <FEATURE>_LIBRARIES, etc.) before we populate
them in DEAL_II_PACKAGE_HANDLE(...).

This guards against issues where we include an external project
configuration that actually sets variables, such as <FEATURE>_CXX_FLAGS,
that we then accidentally use in our configuration even though this was
never intended.

3 years agoCMake: findGINKGO.cmake: restore CMAKE_MODULE_PATH, unset variable
Matthias Maier [Wed, 23 Dec 2020 02:15:09 +0000 (20:15 -0600)]
CMake: findGINKGO.cmake: restore CMAKE_MODULE_PATH, unset variable

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

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 agoSUNDIALS: update ARKode to version 5.4.0 11278/head
Sebastian Proell [Tue, 27 Oct 2020 16:09:17 +0000 (17:09 +0100)]
SUNDIALS: update ARKode to version 5.4.0

Provide new std::functions to interface with SUNDIALS arkode module
IDA and KINSOL not updated

3 years agoMerge branch 'master' into addPBCinst
Malhar Tidke [Sun, 20 Dec 2020 09:55:40 +0000 (15:25 +0530)]
Merge branch 'master' into addPBCinst

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


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.