]>
https://gitweb.dealii.org/ - dealii.git/log
Peter Munch [Tue, 29 Dec 2020 07:50:32 +0000 (08:50 +0100)]
Add test for p-multigrid
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
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
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
Daniel Arndt [Mon, 28 Dec 2020 14:17:23 +0000 (09:17 -0500)]
Merge pull request #11259 from malhartidke/addPBCinst
Peter Munch [Sun, 27 Dec 2020 18:22:20 +0000 (19:22 +0100)]
Fix tests with output files with same name
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
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
Peter Munch [Sat, 26 Dec 2020 20:06:46 +0000 (21:06 +0100)]
Fix formating
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
Timo Heister [Thu, 24 Dec 2020 16:29:38 +0000 (11:29 -0500)]
CI: remove unnecessary OSX setup steps
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
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
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
Daniel Garcia-Sanchez [Wed, 23 Dec 2020 11:59:06 +0000 (12:59 +0100)]
Add changelog
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().
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
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
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
Matthias Maier [Wed, 23 Dec 2020 03:03:14 +0000 (21:03 -0600)]
CMake: FindGINKGO: recover full library paths
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.
Matthias Maier [Wed, 23 Dec 2020 02:15:09 +0000 (20:15 -0600)]
CMake: findGINKGO.cmake: restore CMAKE_MODULE_PATH, unset variable
Pratik Nayak [Sat, 19 Dec 2020 11:11:42 +0000 (12:11 +0100)]
Update Ginkgo cmake detection and tests.
Daniel Arndt [Tue, 22 Dec 2020 22:18:55 +0000 (17:18 -0500)]
Silence unused parameter warning
Timo Heister [Tue, 22 Dec 2020 21:57:19 +0000 (16:57 -0500)]
make constructors of Table and AlignedVector explicit
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"
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
Peter Munch [Sun, 20 Dec 2020 09:57:04 +0000 (10:57 +0100)]
Implement FE_WedgeDGP and FE_PyramidDGP
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
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
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 .
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.
Peter Munch [Sun, 20 Dec 2020 07:34:57 +0000 (08:34 +0100)]
FE_Nothing: pass reference-cell type to constructor
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
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
Bruno Turcksin [Mon, 21 Dec 2020 16:32:18 +0000 (11:32 -0500)]
Merge pull request #11404 from peterrum/GenericDoFsPerObject_formating
GenericDoFsPerObject: fix formatting
Peter Munch [Mon, 21 Dec 2020 12:52:31 +0000 (13:52 +0100)]
Work on MatrixFreeTools::compute_matrix
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().
Marc Fehling [Sun, 13 Dec 2020 02:41:12 +0000 (19:41 -0700)]
Added Triangulation::create_cell_iterator().
Peter Munch [Sun, 20 Dec 2020 15:45:34 +0000 (16:45 +0100)]
Remove n_q_points_face from fe_evaluation.h
Peter Munch [Sun, 20 Dec 2020 15:30:20 +0000 (16:30 +0100)]
FEFaceValues: use face_no to select quadrature rule
Malhar Tidke [Sun, 20 Dec 2020 09:55:40 +0000 (15:25 +0530)]
Merge branch 'master' into addPBCinst
Peter Munch [Sun, 20 Dec 2020 08:21:48 +0000 (09:21 +0100)]
GenericDoFsPerObject: fix formating
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.
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
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
Peter Munch [Sat, 12 Dec 2020 14:22:33 +0000 (15:22 +0100)]
Enable FEFaceValues for wedges and pyramids
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().
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.
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.
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
Pratik Nayak [Sat, 19 Dec 2020 11:11:42 +0000 (12:11 +0100)]
Update Ginkgo cmake detection and tests.
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.
Wolfgang Bangerth [Sat, 19 Dec 2020 04:27:56 +0000 (21:27 -0700)]
Do not inspect an object that has been moved from.
Wolfgang Bangerth [Sat, 19 Dec 2020 00:10:30 +0000 (17:10 -0700)]
Clarify a comment in class Particle.
Marc Fehling [Tue, 15 Dec 2020 04:00:24 +0000 (21:00 -0700)]
Added serialization benchmark.
Marc Fehling [Fri, 18 Dec 2020 22:56:40 +0000 (15:56 -0700)]
Added getter function for child_indices of CellId.
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.
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.
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
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.
Marc Fehling [Thu, 19 Nov 2020 20:53:31 +0000 (13:53 -0700)]
Prefer hyphen for the h, p, hp terms in the documentation.
Peter Munch [Fri, 18 Dec 2020 14:37:17 +0000 (15:37 +0100)]
Store reference to QuadratureDescriptor in FEEvaluationBaseData
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.
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
Peter Munch [Fri, 18 Dec 2020 11:12:05 +0000 (12:12 +0100)]
Simplify constructor of FEEvaluationBaseData
Wolfgang Bangerth [Thu, 17 Dec 2020 21:36:23 +0000 (14:36 -0700)]
Prepare for storing particle locations in the PropertyPool.
Peter Munch [Tue, 28 Jul 2020 20:04:21 +0000 (22:04 +0200)]
Assign faces different quadrature rules
Timo Heister [Wed, 16 Dec 2020 16:47:30 +0000 (11:47 -0500)]
add override
Timo Heister [Wed, 16 Dec 2020 16:40:31 +0000 (11:40 -0500)]
provide memory_consumption() for some Function* classes
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.
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.
Matthias Maier [Thu, 17 Dec 2020 05:41:08 +0000 (23:41 -0600)]
Merge pull request #11384 from tamiko/workaround
CMake-3.19 fixes
Matthias Maier [Thu, 17 Dec 2020 02:19:44 +0000 (20:19 -0600)]
CMake: Make ENABLE_IF_LINKS macro more robust
Matthias Maier [Wed, 16 Dec 2020 23:52:30 +0000 (17:52 -0600)]
Github actions: make error logs available
Matthias Maier [Thu, 17 Dec 2020 00:03:06 +0000 (18:03 -0600)]
Github actions: osx use newest cmake
Matthias Maier [Thu, 17 Dec 2020 01:23:19 +0000 (19:23 -0600)]
CMake: fix ENABLE_IF_LINKS
Matthias Maier [Thu, 17 Dec 2020 00:53:04 +0000 (18:53 -0600)]
CMake: fix FIND_SYSTEM_LIBRARY
Matthias Maier [Wed, 16 Dec 2020 19:19:18 +0000 (13:19 -0600)]
CMake: Do not inject -Werror for clang
Marc Fehling [Thu, 17 Dec 2020 01:59:51 +0000 (18:59 -0700)]
Added missing header for boost 1.75.0.
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
Timo Heister [Wed, 16 Dec 2020 21:20:54 +0000 (16:20 -0500)]
CI: fix OSX cmake version 3.18
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
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'
Martin Kronbichler [Tue, 15 Dec 2020 14:14:07 +0000 (15:14 +0100)]
Fix some typos regarding 'hexahedra'
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
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
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
Martin Kronbichler [Tue, 15 Dec 2020 14:00:37 +0000 (15:00 +0100)]
Clean up std::map usage in 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
Marc Fehling [Sun, 13 Dec 2020 22:41:03 +0000 (15:41 -0700)]
Remove temporary string objects in Utilities::(un)pack.
Wolfgang Bangerth [Mon, 14 Dec 2020 22:15:15 +0000 (15:15 -0700)]
Add a particle test.
Wolfgang Bangerth [Mon, 14 Dec 2020 21:44:00 +0000 (14:44 -0700)]
Add to the documentation of numbers::signaling_nan().
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
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
Peter Munch [Mon, 14 Dec 2020 11:42:14 +0000 (12:42 +0100)]
Use function from simplex_grids.h
Peter Munch [Mon, 14 Dec 2020 09:21:40 +0000 (10:21 +0100)]
MatrixFree: support FE_PyramidP
Elias Dejene [Wed, 18 Nov 2020 18:50:12 +0000 (19:50 +0100)]
Add GridGenerator::convert_hypercube_to_simplex_mesh()
Peter Munch [Sun, 13 Dec 2020 14:45:09 +0000 (15:45 +0100)]
Add missing versions of VectorTools::interpolate_boundary_values for p::MappingCollection
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
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.