]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
5 months agoMerge pull request #16849 from tamiko/fix_fe_values_tests
Martin Kronbichler [Fri, 5 Apr 2024 07:05:18 +0000 (09:05 +0200)]
Merge pull request #16849 from tamiko/fix_fe_values_tests

Test fe/fe_values_view_{07|10|13|16}: make Assert more robust

5 months agoTest fe/fe_values_view_{07|10|13|16}: make Assert more robust 16849/head
Matthias Maier [Fri, 5 Apr 2024 03:19:25 +0000 (22:19 -0500)]
Test fe/fe_values_view_{07|10|13|16}: make Assert more robust

The Assert checks that we computed with a relative error of less than
1e-12. This fails however, if the vector in question is 0. Thus, also
check for an absolute error.

5 months agoMerge pull request #16847 from kronbichler/avoid_allocations
Martin Kronbichler [Thu, 4 Apr 2024 18:13:53 +0000 (20:13 +0200)]
Merge pull request #16847 from kronbichler/avoid_allocations

MappingQ: Favor get_vertices() over compute_mapping_support_points() if possible

5 months agoMerge pull request #16830 from kronbichler/mapping_cartesian
Daniel Arndt [Thu, 4 Apr 2024 16:39:19 +0000 (12:39 -0400)]
Merge pull request #16830 from kronbichler/mapping_cartesian

MappingCartesian: Some performance improvements

5 months agoMappingQ: Use get_vertices() instead of compute_mapping_support_points when possible 16847/head
Martin Kronbichler [Wed, 3 Apr 2024 20:46:41 +0000 (22:46 +0200)]
MappingQ: Use get_vertices() instead of compute_mapping_support_points when possible

5 months agoMerge pull request #16800 from kronbichler/fe_eval_docu
Wolfgang Bangerth [Thu, 4 Apr 2024 05:48:35 +0000 (23:48 -0600)]
Merge pull request #16800 from kronbichler/fe_eval_docu

FEEvaluation: Modernize documentation of get_xxx/submit_xxx

5 months agoMerge pull request #16843 from kronbichler/improve_vector_tools_interpolate
Matthias Maier [Thu, 4 Apr 2024 04:38:28 +0000 (04:38 +0000)]
Merge pull request #16843 from kronbichler/improve_vector_tools_interpolate

VectorTools::interpolate: Make common case of vector problem faster

5 months agoMerge pull request #16839 from bangerth/tensor-product
Matthias Maier [Thu, 4 Apr 2024 04:34:27 +0000 (04:34 +0000)]
Merge pull request #16839 from bangerth/tensor-product

Make tensor*tensor implementation easier to read.

5 months agoMerge pull request #16844 from kronbichler/eval_interface
Martin Kronbichler [Wed, 3 Apr 2024 18:03:54 +0000 (20:03 +0200)]
Merge pull request #16844 from kronbichler/eval_interface

Use ArrayView for interface to tensor-product point evaluator

5 months agoMerge pull request #16845 from kronbichler/pass_by_reference
Wolfgang Bangerth [Wed, 3 Apr 2024 17:11:43 +0000 (11:11 -0600)]
Merge pull request #16845 from kronbichler/pass_by_reference

Pass some SmartPointer variables by reference

5 months agoUse ArrayView for interface to tensor-product point evaluator 16844/head
Martin Kronbichler [Wed, 3 Apr 2024 11:39:35 +0000 (13:39 +0200)]
Use ArrayView for interface to tensor-product point evaluator

5 months agoMerge pull request #16832 from bangerth/fix-tests
Martin Kronbichler [Wed, 3 Apr 2024 13:10:51 +0000 (15:10 +0200)]
Merge pull request #16832 from bangerth/fix-tests

Fix naming of output files.

5 months agoMerge pull request #16841 from bangerth/type-to-string
Martin Kronbichler [Wed, 3 Apr 2024 13:10:32 +0000 (15:10 +0200)]
Merge pull request #16841 from bangerth/type-to-string

Augment documentation of Utilities::type_to_string().

5 months agoChangelog 16843/head
Martin Kronbichler [Wed, 3 Apr 2024 10:52:07 +0000 (12:52 +0200)]
Changelog

5 months agoVectorTools::interpolate: Make common case of vector problem faster
Martin Kronbichler [Wed, 3 Apr 2024 10:50:35 +0000 (12:50 +0200)]
VectorTools::interpolate: Make common case of vector problem faster

5 months agoPass some SmartPointer variables by reference 16845/head
Martin Kronbichler [Wed, 3 Apr 2024 12:01:13 +0000 (14:01 +0200)]
Pass some SmartPointer variables by reference

5 months agoMerge pull request #16837 from bangerth/vec-array-2
Martin Kronbichler [Wed, 3 Apr 2024 07:28:19 +0000 (09:28 +0200)]
Merge pull request #16837 from bangerth/vec-array-2

Provide an implementation for VectorizedArray::dot_product().

5 months agoAugment documentation of Utilities::type_to_string(). 16841/head
Wolfgang Bangerth [Wed, 3 Apr 2024 03:09:14 +0000 (21:09 -0600)]
Augment documentation of Utilities::type_to_string().

5 months agoMerge pull request #16833 from kronbichler/fgmres_orth
Rene Gassmoeller [Tue, 2 Apr 2024 18:20:10 +0000 (14:20 -0400)]
Merge pull request #16833 from kronbichler/fgmres_orth

Switch SolverFGMRES to new delayed classical Gram-Schmidt

5 months agoImprove two assertions 16830/head
Martin Kronbichler [Tue, 2 Apr 2024 16:37:29 +0000 (18:37 +0200)]
Improve two assertions

5 months agoMake tensor*tensor implementation easier to read. 16839/head
Wolfgang Bangerth [Tue, 2 Apr 2024 16:11:03 +0000 (10:11 -0600)]
Make tensor*tensor implementation easier to read.

5 months agoChangelog
Martin Kronbichler [Mon, 1 Apr 2024 19:22:43 +0000 (21:22 +0200)]
Changelog

5 months agoTest case
Martin Kronbichler [Mon, 1 Apr 2024 19:20:36 +0000 (21:20 +0200)]
Test case

5 months agoMappingCartesian: Some performance improvements
Martin Kronbichler [Mon, 1 Apr 2024 19:20:23 +0000 (21:20 +0200)]
MappingCartesian: Some performance improvements

5 months agoMerge pull request #16828 from drwells/qprojector-same-orientation
Martin Kronbichler [Tue, 2 Apr 2024 15:10:12 +0000 (17:10 +0200)]
Merge pull request #16828 from drwells/qprojector-same-orientation

QProjector: internally use the combined orientation.

5 months agoProvide a default implementation for VectorizedArray::dot_product(). 16837/head
Wolfgang Bangerth [Tue, 2 Apr 2024 03:23:08 +0000 (21:23 -0600)]
Provide a default implementation for VectorizedArray::dot_product().

5 months agoQProjector: internally use the combined orientation. 16828/head
David Wells [Sun, 31 Mar 2024 20:02:27 +0000 (16:02 -0400)]
QProjector: internally use the combined orientation.

This replaces a unique indexing scheme for orientations with the standard one.

5 months agoFE_BDM: un-hardcode some QProjector properties.
David Wells [Tue, 2 Apr 2024 13:24:31 +0000 (09:24 -0400)]
FE_BDM: un-hardcode some QProjector properties.

5 months agoMerge pull request #16836 from bangerth/vec-array
Martin Kronbichler [Tue, 2 Apr 2024 07:13:37 +0000 (09:13 +0200)]
Merge pull request #16836 from bangerth/vec-array

Minor updates to VectorizedArray.

5 months agoMinor updates to VectorizedArray. 16836/head
Wolfgang Bangerth [Tue, 2 Apr 2024 03:11:14 +0000 (21:11 -0600)]
Minor updates to VectorizedArray.

5 months agoMerge pull request #16831 from kronbichler/fix_n_vertices
David Wells [Tue, 2 Apr 2024 02:35:01 +0000 (22:35 -0400)]
Merge pull request #16831 from kronbichler/fix_n_vertices

Fix two places where TriaAccessor::n_vertices is called repeatedly

5 months agoSwitch SolverFGMRES to new delayed classical Gram-Schmidt 16833/head
Martin Kronbichler [Mon, 1 Apr 2024 21:04:37 +0000 (23:04 +0200)]
Switch SolverFGMRES to new delayed classical Gram-Schmidt

5 months agoFix naming of output files. 16832/head
Wolfgang Bangerth [Mon, 1 Apr 2024 17:55:40 +0000 (11:55 -0600)]
Fix naming of output files.

5 months agoFix two places where CellAccessor::n_vertices is called repeatedly 16831/head
Martin Kronbichler [Mon, 1 Apr 2024 19:27:41 +0000 (21:27 +0200)]
Fix two places where CellAccessor::n_vertices is called repeatedly

5 months agoMerge pull request #16821 from drwells/qprojector-description-orientation
Martin Kronbichler [Mon, 1 Apr 2024 16:49:47 +0000 (18:49 +0200)]
Merge pull request #16821 from drwells/qprojector-description-orientation

Deprecate some more (bool, bool, bool) orientation functions

5 months agoImprove a comment. 16821/head
David Wells [Mon, 1 Apr 2024 13:12:28 +0000 (09:12 -0400)]
Improve a comment.

5 months agoRemove calls to said functions on the library.
David Wells [Sat, 30 Mar 2024 12:24:29 +0000 (08:24 -0400)]
Remove calls to said functions on the library.

5 months agoDeprecate (bool, bool, bool) QProjector functions.
David Wells [Sat, 30 Mar 2024 11:57:44 +0000 (07:57 -0400)]
Deprecate (bool, bool, bool) QProjector functions.

5 months agoMerge pull request #16804 from bangerth/comsol-tri
Daniel Arndt [Mon, 1 Apr 2024 12:33:36 +0000 (08:33 -0400)]
Merge pull request #16804 from bangerth/comsol-tri

Add a test for COMSOL .mphtxt triangle meshes.

5 months agoMerge pull request #16823 from bangerth/unalign
Martin Kronbichler [Sun, 31 Mar 2024 18:10:37 +0000 (20:10 +0200)]
Merge pull request #16823 from bangerth/unalign

Revert aligning tensors

5 months agoAdd a test for COMSOL .mphtxt triangle meshes. 16804/head
Wolfgang Bangerth [Thu, 28 Mar 2024 18:35:31 +0000 (12:35 -0600)]
Add a test for COMSOL .mphtxt triangle meshes.

5 months agoRevert "No longer output the size of tensors into output file of a test." 16823/head
Wolfgang Bangerth [Sat, 30 Mar 2024 15:04:10 +0000 (09:04 -0600)]
Revert "No longer output the size of tensors into output file of a test."

This reverts commit a492d57657769bdc38a65c2532f1711a55abab21.

5 months agoRevert "Add a changelog entry for the alignment of tensors."
Wolfgang Bangerth [Sat, 30 Mar 2024 15:03:43 +0000 (09:03 -0600)]
Revert "Add a changelog entry for the alignment of tensors."

This reverts commit d14a12db1cc7b91380a143350e613442362c876e.

5 months agoRevert "Align Tensor<rank,dim,Number> to make vectorization possible."
Wolfgang Bangerth [Sat, 30 Mar 2024 15:03:26 +0000 (09:03 -0600)]
Revert "Align Tensor<rank,dim,Number> to make vectorization possible."

This reverts commit d6a65a9b929b1862a78de843ceaa7848e5a588e3.

5 months agoMerge pull request #16820 from tamiko/fix_avx512_fpe
Wolfgang Bangerth [Sat, 30 Mar 2024 15:01:57 +0000 (09:01 -0600)]
Merge pull request #16820 from tamiko/fix_avx512_fpe

distributed/tria.cc: avoid FPE due to undefined behavior

5 months agoMerge pull request #16814 from simonsticko/codim_in_getname
Wolfgang Bangerth [Sat, 30 Mar 2024 14:59:56 +0000 (08:59 -0600)]
Merge pull request #16814 from simonsticko/codim_in_getname

Add codimension in get_name() for a few elements

5 months agodistributed/tria.cc: avoid FPE due to undefined behavior 16820/head
Matthias Maier [Sat, 30 Mar 2024 00:49:16 +0000 (19:49 -0500)]
distributed/tria.cc: avoid FPE due to undefined behavior

The following construct
```
static_cast<types::subdomain_id>(this_sc_point[dim])
```
triggers a floating point exception when the stored double is -1.0 (at
least with gcc-11 and avx512 instructions enabled).

Judging from cppreference [1] this is undefined behavior:
"""
A prvalue of floating-point type can be converted to a prvalue of any
integer type. The fractional part is truncated, that is, the fractional
part is discarded.

If the truncated value cannot fit into the destination type, the
behavior is undefined (even when the destination type is unsigned,
modulo arithmetic does not apply).
"""

Thus, work around the issue by explicitly setting negative values to
`numbers::invalid_subdomain_id` if we encounter -1.

[1] https://en.cppreference.com/w/cpp/language/implicit_conversion

5 months agoMerge pull request #16816 from bangerth/fix-test
Matthias Maier [Sat, 30 Mar 2024 00:28:21 +0000 (00:28 +0000)]
Merge pull request #16816 from bangerth/fix-test

No longer output the size of tensors into output file of a test.

5 months agoMerge pull request #16815 from bangerth/fix-particle-size-2
Matthias Maier [Sat, 30 Mar 2024 00:27:36 +0000 (00:27 +0000)]
Merge pull request #16815 from bangerth/fix-particle-size-2

Fix a second place where particles compute the size of a buffer.

5 months agoNo longer output the size of tensors into output file of a test. 16816/head
Wolfgang Bangerth [Fri, 29 Mar 2024 22:30:32 +0000 (16:30 -0600)]
No longer output the size of tensors into output file of a test.

5 months agoFix a second place where particles compute the size of a buffer. 16815/head
Wolfgang Bangerth [Fri, 29 Mar 2024 19:21:50 +0000 (13:21 -0600)]
Fix a second place where particles compute the size of a buffer.

5 months agoMerge pull request #16813 from bangerth/fix-particle-size
Martin Kronbichler [Fri, 29 Mar 2024 19:49:19 +0000 (20:49 +0100)]
Merge pull request #16813 from bangerth/fix-particle-size

Allocate the right amount of memory when serializing particles.

5 months agoMerge pull request #16788 from kronbichler/fix_asserts
Daniel Arndt [Fri, 29 Mar 2024 17:30:56 +0000 (13:30 -0400)]
Merge pull request #16788 from kronbichler/fix_asserts

FEEvaluation: Add static asserts to functions selected by enable_if

5 months agoAdd codimension in get_name() for a few elements 16814/head
Simon Sticko [Fri, 29 Mar 2024 08:11:57 +0000 (09:11 +0100)]
Add codimension in get_name() for a few elements

5 months agoMerge pull request #16795 from Rombur/python_binding
Martin Kronbichler [Fri, 29 Mar 2024 16:46:53 +0000 (17:46 +0100)]
Merge pull request #16795 from Rombur/python_binding

Add three GridGenerator functions to the python wrappers

5 months agoAllocate the right amount of memory when serializing particles. 16813/head
Wolfgang Bangerth [Fri, 29 Mar 2024 16:17:56 +0000 (10:17 -0600)]
Allocate the right amount of memory when serializing particles.

5 months agoMerge pull request #16806 from drwells/remove-hardcoded-inverse-orientation
Daniel Arndt [Fri, 29 Mar 2024 12:20:03 +0000 (08:20 -0400)]
Merge pull request #16806 from drwells/remove-hardcoded-inverse-orientation

Remove hardcoded inverse orientation

5 months agoMerge pull request #16812 from tamiko/fix_tests_avx_05
Martin Kronbichler [Fri, 29 Mar 2024 07:06:47 +0000 (08:06 +0100)]
Merge pull request #16812 from tamiko/fix_tests_avx_05

Test grid/closest_point: guard against roundoff error

5 months agoMerge pull request #16811 from tamiko/fix_tests_avx_04
Martin Kronbichler [Fri, 29 Mar 2024 07:06:05 +0000 (08:06 +0100)]
Merge pull request #16811 from tamiko/fix_tests_avx_04

Test trilinos/precondition: Relax iteration bounds

5 months agoMerge pull request #16810 from tamiko/fix_tests_avx_03
Martin Kronbichler [Fri, 29 Mar 2024 07:05:18 +0000 (08:05 +0100)]
Merge pull request #16810 from tamiko/fix_tests_avx_03

Test grid/grid_generator_09: add another output variant

5 months agoMerge pull request #16809 from tamiko/fix_tests_avx_02
Martin Kronbichler [Fri, 29 Mar 2024 07:04:35 +0000 (08:04 +0100)]
Merge pull request #16809 from tamiko/fix_tests_avx_02

Test mappings/mapping_q_real_to_unit_internal: add avx256 output variant

5 months agoMerge pull request #16808 from tamiko/fix_tests_avx_01
Martin Kronbichler [Fri, 29 Mar 2024 07:02:56 +0000 (08:02 +0100)]
Merge pull request #16808 from tamiko/fix_tests_avx_01

Test cgal/cgal_triangulation_05: add avx output variants

5 months agoMerge pull request #16805 from simonsticko/hp_get_present_reinit_not_called
Martin Kronbichler [Fri, 29 Mar 2024 07:01:58 +0000 (08:01 +0100)]
Merge pull request #16805 from simonsticko/hp_get_present_reinit_not_called

Add assert on reinit() being called before get_present_fe_values()

5 months agoGridTools: remove another hard-coded inverse orientation table. 16806/head
David Wells [Mon, 25 Mar 2024 16:26:36 +0000 (12:26 -0400)]
GridTools: remove another hard-coded inverse orientation table.

5 months agoReferenceCell: permit face index calculations for lines.
David Wells [Mon, 25 Mar 2024 16:25:35 +0000 (12:25 -0400)]
ReferenceCell: permit face index calculations for lines.

This way we can call standard_to_real_face_vertex for all supported topological
dimensions.

5 months agoTest grid/closest_point: guard against roundoff error 16812/head
Matthias Maier [Fri, 29 Mar 2024 00:15:40 +0000 (19:15 -0500)]
Test grid/closest_point: guard against roundoff error

5 months agoTest trilinos/precondition: Relax iteration bounds 16811/head
Matthias Maier [Fri, 29 Mar 2024 00:00:13 +0000 (19:00 -0500)]
Test trilinos/precondition: Relax iteration bounds

5 months agoTest grid/grid_generator_09: add another output variant 16810/head
Matthias Maier [Thu, 28 Mar 2024 23:37:11 +0000 (18:37 -0500)]
Test grid/grid_generator_09: add another output variant

5 months agoTest mappings/mapping_q_real_to_unit_internal: add avx256 output variant 16809/head
Matthias Maier [Thu, 28 Mar 2024 23:27:50 +0000 (18:27 -0500)]
Test mappings/mapping_q_real_to_unit_internal: add avx256 output variant

5 months agoTest cgal/cgal_triangulation_05: add avx output variants 16808/head
Matthias Maier [Thu, 28 Mar 2024 22:58:01 +0000 (17:58 -0500)]
Test cgal/cgal_triangulation_05: add avx output variants

The order of vertices that cgal writes out to the mesh are not stable
and depend on optimization, standard library and instruction set used.

Add output variants for avx256/avx512

5 months agoTriangulation: remove hard-coded inverse orientation tables.
David Wells [Mon, 25 Mar 2024 15:03:05 +0000 (11:03 -0400)]
Triangulation: remove hard-coded inverse orientation tables.

5 months agoMerge pull request #16780 from drwells/consistent-periodic-orientation-encoding
Peter Munch [Thu, 28 Mar 2024 20:06:43 +0000 (21:06 +0100)]
Merge pull request #16780 from drwells/consistent-periodic-orientation-encoding

Consistent periodic orientation encoding

5 months agoMerge pull request #16801 from kronbichler/fix_tensor_mapping
Wolfgang Bangerth [Thu, 28 Mar 2024 19:55:52 +0000 (13:55 -0600)]
Merge pull request #16801 from kronbichler/fix_tensor_mapping

MappingQ: Do not assume contiguous storage of Tensor<2, dim>

5 months agoAdd assert on reinit() being called before get_present_fe_values() 16805/head
Simon Sticko [Thu, 28 Mar 2024 08:29:10 +0000 (09:29 +0100)]
Add assert on reinit() being called before get_present_fe_values()

If you call hp::FEValues::get_present_fe_values() and forgot to call
reinit() first, you presently get a poor error message. Add an assert
that present_fe_values_index is not invalid with a better error
message.

5 months agoMerge pull request #16802 from bangerth/fix-test
Daniel Arndt [Thu, 28 Mar 2024 18:32:11 +0000 (14:32 -0400)]
Merge pull request #16802 from bangerth/fix-test

Fix compilation of a test.

5 months agoMerge pull request #16803 from bangerth/doc
Martin Kronbichler [Thu, 28 Mar 2024 18:07:12 +0000 (19:07 +0100)]
Merge pull request #16803 from bangerth/doc

Augment documentation of class Tensor.

5 months agoMerge pull request #16797 from tamiko/make_statement_more_readable
Wolfgang Bangerth [Thu, 28 Mar 2024 17:52:41 +0000 (11:52 -0600)]
Merge pull request #16797 from tamiko/make_statement_more_readable

`base/tensor.h`: make a statement a bit easier to read

5 months agoMappingQ: Do not assume contiguous storage of Tensor<2, dim> 16801/head
Martin Kronbichler [Thu, 28 Mar 2024 14:57:15 +0000 (15:57 +0100)]
MappingQ: Do not assume contiguous storage of Tensor<2, dim>

5 months agoAugment documentation of class Tensor. 16803/head
Wolfgang Bangerth [Thu, 28 Mar 2024 16:12:30 +0000 (10:12 -0600)]
Augment documentation of class Tensor.

5 months agoFix compilation of a test. 16802/head
Wolfgang Bangerth [Thu, 28 Mar 2024 16:10:10 +0000 (10:10 -0600)]
Fix compilation of a test.

5 months agoMerge pull request #16798 from simonsticko/mapping_c1_instantiate_codims
Martin Kronbichler [Thu, 28 Mar 2024 14:53:25 +0000 (15:53 +0100)]
Merge pull request #16798 from simonsticko/mapping_c1_instantiate_codims

Instantiate MappingC1 for dim <= spacedim

5 months agoFEEvaluation: Add static asserts to functions selected by enable_if 16788/head
Martin Kronbichler [Tue, 26 Mar 2024 16:43:55 +0000 (17:43 +0100)]
FEEvaluation: Add static asserts to functions selected by enable_if

5 months agoFEEvaluation: Modernize documentation of get_xxx/submit_xxx 16800/head
Martin Kronbichler [Thu, 28 Mar 2024 14:31:57 +0000 (15:31 +0100)]
FEEvaluation: Modernize documentation of get_xxx/submit_xxx

5 months agoMerge pull request #16799 from simonsticko/grid_in_author_names
Daniel Arndt [Thu, 28 Mar 2024 12:07:25 +0000 (08:07 -0400)]
Merge pull request #16799 from simonsticko/grid_in_author_names

Remove leftover author names in GridIn.

5 months agoRemove leftover author names in GridIn. 16799/head
Simon Sticko [Thu, 28 Mar 2024 09:06:07 +0000 (10:06 +0100)]
Remove leftover author names in GridIn.

As decided in #10416

5 months agoInstantiate MappingC1 for dim <= spacedim 16798/head
Simon Sticko [Thu, 28 Mar 2024 07:06:10 +0000 (08:06 +0100)]
Instantiate MappingC1 for dim <= spacedim

The mapping is not implemened for dim!=spacedim, but it is better to
get ExcNotImplemented than missing symbols.

5 months agobase/tensor.h: make a statement easier to read 16797/head
Matthias Maier [Thu, 28 Mar 2024 01:32:13 +0000 (20:32 -0500)]
base/tensor.h: make a statement easier to read

5 months agoMerge pull request #16771 from bangerth/tensor-alignment
Martin Kronbichler [Wed, 27 Mar 2024 18:00:55 +0000 (19:00 +0100)]
Merge pull request #16771 from bangerth/tensor-alignment

Align Tensor<rank,dim,Number> to make vectorization possible.

5 months agoMerge pull request #16787 from kronbichler/fix_submit_gradient
Daniel Arndt [Wed, 27 Mar 2024 17:52:59 +0000 (13:52 -0400)]
Merge pull request #16787 from kronbichler/fix_submit_gradient

FEEvaluation: Fix submit_gradient in 1D

5 months agoMerge pull request #16793 from masterleinad/fix_cuda_ci
Daniel Arndt [Wed, 27 Mar 2024 17:01:27 +0000 (13:01 -0400)]
Merge pull request #16793 from masterleinad/fix_cuda_ci

Fix CI using Kokkos+Cuda and CMake 3.28.4 and later

5 months agoAdd changelog 16795/head
Bruno Turcksin [Wed, 27 Mar 2024 16:43:27 +0000 (12:43 -0400)]
Add changelog

5 months agoAdd GridGenerator::hyper_ball_balanced to the python wrappers
Bruno Turcksin [Fri, 22 Mar 2024 13:27:39 +0000 (09:27 -0400)]
Add GridGenerator::hyper_ball_balanced to the python wrappers

5 months agoAdd GridGenerator::channel_with_cylinder to the python wrappers
Bruno Turcksin [Fri, 22 Mar 2024 13:05:11 +0000 (09:05 -0400)]
Add GridGenerator::channel_with_cylinder to the python wrappers

5 months agoAdd GridGenerator::plate_with_a_hole to the python wrappers
Bruno Turcksin [Wed, 20 Mar 2024 14:24:13 +0000 (10:24 -0400)]
Add GridGenerator::plate_with_a_hole to the python wrappers

5 months agoMerge pull request #16784 from masterleinad/fix_tpetra_macro_warning
Wolfgang Bangerth [Wed, 27 Mar 2024 16:40:16 +0000 (10:40 -0600)]
Merge pull request #16784 from masterleinad/fix_tpetra_macro_warning

Fix compiler warning for macro usage in TpetraWrappers

5 months agoMerge pull request #16791 from bangerth/error
David Wells [Wed, 27 Mar 2024 14:16:37 +0000 (10:16 -0400)]
Merge pull request #16791 from bangerth/error

Provide a better error message.

5 months agoMerge pull request #16790 from bangerth/tensor-begin-end-raw
David Wells [Wed, 27 Mar 2024 14:15:01 +0000 (10:15 -0400)]
Merge pull request #16790 from bangerth/tensor-begin-end-raw

Remove/deprecate Tensor::begin/end_raw().

5 months agoTry 3.27.9 16793/head
Daniel Arndt [Wed, 27 Mar 2024 14:13:33 +0000 (10:13 -0400)]
Try 3.27.9

5 months agoUpdate changelog entry 16787/head
Martin Kronbichler [Wed, 27 Mar 2024 14:12:22 +0000 (15:12 +0100)]
Update changelog entry

5 months agoNew test case
Martin Kronbichler [Tue, 26 Mar 2024 16:40:05 +0000 (17:40 +0100)]
New test case


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.