]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
23 months agoApply suggestions from code review.
Marc Fehling [Thu, 6 Oct 2022 17:54:42 +0000 (11:54 -0600)]
Apply suggestions from code review.

23 months agoAdjust interface in 'dofs' folder to new datatype 'types::fe_index'.
Marc Fehling [Fri, 26 Aug 2022 21:11:08 +0000 (15:11 -0600)]
Adjust interface in 'dofs' folder to new datatype 'types::fe_index'.

23 months agoMerge pull request #14335 from bangerth/dox-par
Daniel Arndt [Wed, 5 Oct 2022 14:35:46 +0000 (10:35 -0400)]
Merge pull request #14335 from bangerth/dox-par

23 months agoGuard running doxygen in parallel with a version check. 14335/head
Wolfgang Bangerth [Tue, 4 Oct 2022 17:51:13 +0000 (11:51 -0600)]
Guard running doxygen in parallel with a version check.

23 months agoMerge pull request #14336 from bangerth/rename
Daniel Arndt [Tue, 4 Oct 2022 15:56:58 +0000 (11:56 -0400)]
Merge pull request #14336 from bangerth/rename

23 months agoMerge pull request #14334 from bangerth/dl
Daniel Arndt [Tue, 4 Oct 2022 15:56:30 +0000 (11:56 -0400)]
Merge pull request #14334 from bangerth/dl

23 months agoCorrect a date in a file name in the changelog. 14336/head
Wolfgang Bangerth [Tue, 4 Oct 2022 14:05:46 +0000 (08:05 -0600)]
Correct a date in a file name in the changelog.

23 months agoAdd a changelog entry.
Wolfgang Bangerth [Tue, 4 Oct 2022 14:04:27 +0000 (08:04 -0600)]
Add a changelog entry.

23 months agoRun doxygen with threads.
Wolfgang Bangerth [Tue, 4 Oct 2022 13:58:20 +0000 (07:58 -0600)]
Run doxygen with threads.

23 months agoFix a <dl><dt><dd> type list. 14334/head
Wolfgang Bangerth [Tue, 4 Oct 2022 01:29:39 +0000 (19:29 -0600)]
Fix a <dl><dt><dd> type list.

23 months agoMerge pull request #14329 from peterrum/gc_all_of
Marc Fehling [Sun, 2 Oct 2022 17:17:14 +0000 (19:17 +0200)]
Merge pull request #14329 from peterrum/gc_all_of

Use std::all_of

23 months agoMerge pull request #14326 from luca-heltai/fix_comments_about_cgal_version
Peter Munch [Sun, 2 Oct 2022 15:13:36 +0000 (17:13 +0200)]
Merge pull request #14326 from luca-heltai/fix_comments_about_cgal_version

Fix messages about cgal versions

23 months agoUse std::all_of 14329/head
Peter Munch [Sun, 2 Oct 2022 10:39:04 +0000 (12:39 +0200)]
Use std::all_of

23 months agofix messages about cgal versions 14326/head
Marco Feder [Fri, 30 Sep 2022 19:18:35 +0000 (21:18 +0200)]
fix messages about cgal versions

23 months agoMerge pull request #14325 from luca-heltai/CGAL--adjust_version_intersections
Martin Kronbichler [Fri, 30 Sep 2022 18:50:50 +0000 (20:50 +0200)]
Merge pull request #14325 from luca-heltai/CGAL--adjust_version_intersections

Update required cgal version for intersection routines

23 months agoMerge pull request #14317 from peterrum/compute_weights_fe_q_dofs_by_entity
Peter Munch [Fri, 30 Sep 2022 09:45:05 +0000 (11:45 +0200)]
Merge pull request #14317 from peterrum/compute_weights_fe_q_dofs_by_entity

Create compute_weights_fe_q_dofs_by_entity()

23 months agoUpdate required cgal version for intersection routines 14325/head
Marco Feder [Fri, 30 Sep 2022 08:26:45 +0000 (10:26 +0200)]
Update required cgal version for intersection routines

23 months agoMerge pull request #14304 from drwells/remove-sparsity-pattern-base-1
Martin Kronbichler [Fri, 30 Sep 2022 05:41:00 +0000 (07:41 +0200)]
Merge pull request #14304 from drwells/remove-sparsity-pattern-base-1

Remove SparsityPatternBase, for now.

23 months agoCreate compute_weights_fe_q_dofs_by_entity() 14317/head
Peter Munch [Tue, 27 Sep 2022 13:24:58 +0000 (15:24 +0200)]
Create compute_weights_fe_q_dofs_by_entity()

23 months agoMerge pull request #14316 from peterrum/TensorProductMatrixCreator
Martin Kronbichler [Thu, 29 Sep 2022 15:24:04 +0000 (17:24 +0200)]
Merge pull request #14316 from peterrum/TensorProductMatrixCreator

Add TensorProductMatrixCreator namespace

23 months agoRemove SparsityPatternBase. 14304/head
David Wells [Tue, 20 Sep 2022 17:01:05 +0000 (13:01 -0400)]
Remove SparsityPatternBase.

We only have one class which inherits from this (SparsityPattern) and,
since we instantiate templates for each sparsity pattern type, it isn't
possible to do something useful by inheriting from this class.

This was split off from SparsityPattern in
5213023ca165bfbd420423551c184a3e31886223 with the intent of writing some
more general storage classes based on SparsityPatternBase, but that has
never left the proof-of-concept stage.

23 months agoRemove some references to SparsityPatternBase.
David Wells [Tue, 20 Sep 2022 16:57:03 +0000 (12:57 -0400)]
Remove some references to SparsityPatternBase.

23 months agoMerge pull request #14305 from mschreter/add_mca_1d
Peter Munch [Thu, 29 Sep 2022 08:44:02 +0000 (10:44 +0200)]
Merge pull request #14305 from mschreter/add_mca_1d

GridTools::MarchingCubeAlgorithm: add 1d implementation

23 months agoMerge pull request #14314 from kronbichler/reduce_overhead
Peter Munch [Thu, 29 Sep 2022 08:43:11 +0000 (10:43 +0200)]
Merge pull request #14314 from kronbichler/reduce_overhead

Reduce organizational overhead/pointer chasing in FEEvaluation/read

23 months agoMerge pull request #14315 from kronbichler/reduce_potential_aliasing
David Wells [Wed, 28 Sep 2022 19:11:12 +0000 (15:11 -0400)]
Merge pull request #14315 from kronbichler/reduce_potential_aliasing

FEEvaluation::submit_xxx(): Create some local copies to reduce potential aliasing

23 months agoMerge pull request #14312 from kronbichler/includes_comparator
Martin Kronbichler [Wed, 28 Sep 2022 06:49:45 +0000 (08:49 +0200)]
Merge pull request #14312 from kronbichler/includes_comparator

Restructure includes of FloatingPointComparator

23 months agoMerge pull request #14320 from tamiko/fix-cgal-clang
Martin Kronbichler [Wed, 28 Sep 2022 06:43:00 +0000 (08:43 +0200)]
Merge pull request #14320 from tamiko/fix-cgal-clang

CGAL: use dealii's constexpr Utilities::pow instead of std::pow

23 months agoAdd TensorProductMatrixCreator namespace 14316/head
Peter Munch [Mon, 19 Sep 2022 17:45:53 +0000 (19:45 +0200)]
Add TensorProductMatrixCreator namespace

23 months agoCGAL: use dealii's constexpr Utilities::pow instead of std::pow 14320/head
Matthias Maier [Wed, 28 Sep 2022 03:02:40 +0000 (22:02 -0500)]
CGAL: use dealii's constexpr Utilities::pow instead of std::pow

Fixes #14319

23 months agoCreate some local copies to reduce potential aliasing 14315/head
Martin Kronbichler [Tue, 27 Sep 2022 06:32:11 +0000 (08:32 +0200)]
Create some local copies to reduce potential aliasing

23 months agoReduce organizational overhead/pointer chasing in FEEvaluation/read 14314/head
Martin Kronbichler [Tue, 27 Sep 2022 06:17:11 +0000 (08:17 +0200)]
Reduce organizational overhead/pointer chasing in FEEvaluation/read

23 months agoMerge pull request #14234 from zjiaqi2018/dof-to-vector-dof-map 14291/head
Luca Heltai [Tue, 27 Sep 2022 06:08:39 +0000 (08:08 +0200)]
Merge pull request #14234 from zjiaqi2018/dof-to-vector-dof-map

23 months agoMerge pull request #14313 from dangars/dereference_cend
David Wells [Mon, 26 Sep 2022 20:13:57 +0000 (16:13 -0400)]
Merge pull request #14313 from dangars/dereference_cend

Do not dereference cend

23 months agoMerge pull request #14308 from tamiko/fix-cgal
Timo Heister [Mon, 26 Sep 2022 17:44:02 +0000 (13:44 -0400)]
Merge pull request #14308 from tamiko/fix-cgal

CGAL: fix warnings and fix compilation with cgal 5.5

23 months agoDo not dereference cend 14313/head
Daniel Garcia-Sanchez [Mon, 26 Sep 2022 17:16:02 +0000 (19:16 +0200)]
Do not dereference cend

Avoid deferencing cend because it is undefined behaviour.
https://en.cppreference.com/w/cpp/container/vector/end

23 months agoMerge pull request #14311 from kronbichler/simplify_dof_info
David Wells [Mon, 26 Sep 2022 16:25:57 +0000 (12:25 -0400)]
Merge pull request #14311 from kronbichler/simplify_dof_info

Simplify code in DoFInfo::read_dof_indices

23 months agoMerge pull request #14310 from kronbichler/shortcut_constraints
David Wells [Mon, 26 Sep 2022 16:21:25 +0000 (12:21 -0400)]
Merge pull request #14310 from kronbichler/shortcut_constraints

Add shortcut to detect whether a DoF is constrained

23 months agoMerge pull request #14309 from kronbichler/fix_complexity
Peter Munch [Mon, 26 Sep 2022 12:52:33 +0000 (14:52 +0200)]
Merge pull request #14309 from kronbichler/fix_complexity

Fix exponential complexity of FloatingPointComparator with nesting

23 months agoRestructure includes of FloatingPointComparator 14312/head
Martin Kronbichler [Mon, 26 Sep 2022 10:04:27 +0000 (12:04 +0200)]
Restructure includes of FloatingPointComparator

23 months agoSimplify code in DoFInfo::read_dof_indices 14311/head
Martin Kronbichler [Mon, 26 Sep 2022 09:59:49 +0000 (11:59 +0200)]
Simplify code in DoFInfo::read_dof_indices

23 months agoAdd shortcut to detection of whether a DoF is constrained 14310/head
Martin Kronbichler [Mon, 26 Sep 2022 09:53:35 +0000 (11:53 +0200)]
Add shortcut to detection of whether a DoF is constrained

23 months agoPass scalars by value and fix a relative tolerance 14309/head
Martin Kronbichler [Mon, 26 Sep 2022 09:37:33 +0000 (11:37 +0200)]
Pass scalars by value and fix a relative tolerance

23 months agoFix exponential complexity of FloatingPointComparator with nesting
Martin Kronbichler [Mon, 26 Sep 2022 08:24:27 +0000 (10:24 +0200)]
Fix exponential complexity of FloatingPointComparator with nesting

23 months agoCGAL: properly declare "namespace PMP"; fixes compilation with cgal 5.5 14308/head
Matthias Maier [Sun, 25 Sep 2022 18:34:38 +0000 (13:34 -0500)]
CGAL: properly declare "namespace PMP"; fixes compilation with cgal 5.5

23 months agoCGAL: avoid a compiler warning
Matthias Maier [Sun, 25 Sep 2022 18:29:40 +0000 (13:29 -0500)]
CGAL: avoid a compiler warning

Avoid an unnecessary copy:

source/cgal/intersections.cc:555:25: note: use reference type to prevent copying
  555 |         for (const auto f : tria_quad.finite_facets())
      |                         ^
      |                         &

23 months agoMerge pull request #14307 from peterrum/FloatingPointComparator_TriangulationDescription
Peter Munch [Sun, 25 Sep 2022 16:21:26 +0000 (18:21 +0200)]
Merge pull request #14307 from peterrum/FloatingPointComparator_TriangulationDescription

Use FloatingPointComparator in TriangulationDescription

23 months agoUse FloatingPointComparator in TriangulationDescription 14307/head
Peter Munch [Sat, 24 Sep 2022 09:08:39 +0000 (11:08 +0200)]
Use FloatingPointComparator in TriangulationDescription

23 months agoMerge pull request #14298 from peterrum/FloatingPointComparator_use
Peter Munch [Sun, 25 Sep 2022 13:31:18 +0000 (15:31 +0200)]
Merge pull request #14298 from peterrum/FloatingPointComparator_use

Use FloatingPointComparator in TensorProductMatrixSymmetricSumCollection

23 months agoUse FloatingPointComparator in TensorProductMatrixSymmetricSumCollection 14298/head
Peter Munch [Wed, 21 Sep 2022 18:57:43 +0000 (20:57 +0200)]
Use FloatingPointComparator in TensorProductMatrixSymmetricSumCollection

23 months agoadd MCA algorithm for 1d 14305/head
Magdalena Schreter [Wed, 21 Sep 2022 20:59:01 +0000 (22:59 +0200)]
add MCA algorithm for 1d

23 months agoMerge pull request #14306 from kronbichler/include_header
Timo Heister [Fri, 23 Sep 2022 20:25:39 +0000 (16:25 -0400)]
Merge pull request #14306 from kronbichler/include_header

Add missing header file

23 months agoAdd missing header 14306/head
Martin Kronbichler [Fri, 23 Sep 2022 17:17:23 +0000 (19:17 +0200)]
Add missing header

23 months agoMerge pull request #14303 from sebproell/dataout-xdmf-precision
Martin Kronbichler [Fri, 23 Sep 2022 06:06:34 +0000 (08:06 +0200)]
Merge pull request #14303 from sebproell/dataout-xdmf-precision

Increase precision of time written in xdmf output

23 months agoMerge pull request #14301 from kronbichler/update_documentation
Martin Kronbichler [Fri, 23 Sep 2022 06:06:07 +0000 (08:06 +0200)]
Merge pull request #14301 from kronbichler/update_documentation

Do not mention update_cell_dof_indices_cache in documentation

23 months agoDo not mention update_cell_dof_indices_cache in documentation 14301/head
Martin Kronbichler [Thu, 22 Sep 2022 07:30:09 +0000 (09:30 +0200)]
Do not mention update_cell_dof_indices_cache in documentation

23 months agoIncrease precision of time written in xdmf output 14303/head
Sebastian Proell [Thu, 22 Sep 2022 14:38:31 +0000 (16:38 +0200)]
Increase precision of time written in xdmf output

23 months agoMerge pull request #14299 from kronbichler/fix_test2
Peter Munch [Thu, 22 Sep 2022 13:29:42 +0000 (15:29 +0200)]
Merge pull request #14299 from kronbichler/fix_test2

Remove reference to update_cell_dof_indices_cache

23 months agoMerge pull request #14300 from kronbichler/do_not_initialize_table
Peter Munch [Thu, 22 Sep 2022 13:29:26 +0000 (15:29 +0200)]
Merge pull request #14300 from kronbichler/do_not_initialize_table

Do not default initialize projection matrix in GMRES

23 months agoMerge pull request #14302 from peterrum/weight_fe_q_dofs_by_entity_clean_up
Peter Munch [Thu, 22 Sep 2022 13:11:20 +0000 (15:11 +0200)]
Merge pull request #14302 from peterrum/weight_fe_q_dofs_by_entity_clean_up

Clean up weight_fe_q_dofs_by_entity

23 months agoClean up weight_fe_q_dofs_by_entity 14302/head
Peter Munch [Thu, 22 Sep 2022 08:24:40 +0000 (10:24 +0200)]
Clean up weight_fe_q_dofs_by_entity

23 months agoMerge pull request #14296 from peterrum/FloatingPointComparator
Martin Kronbichler [Thu, 22 Sep 2022 07:46:35 +0000 (09:46 +0200)]
Merge pull request #14296 from peterrum/FloatingPointComparator

Rename FPArrayComparator -> FloatingPointComparator

23 months agoDo not default initialize projection matrix in GMRES 14300/head
Martin Kronbichler [Thu, 22 Sep 2022 07:24:15 +0000 (09:24 +0200)]
Do not default initialize projection matrix in GMRES

23 months agoRemove reference to update_cell_dof_indices_cache 14299/head
Martin Kronbichler [Thu, 22 Sep 2022 07:18:11 +0000 (09:18 +0200)]
Remove reference to update_cell_dof_indices_cache

23 months agoMerge pull request #14246 from bangerth/error
Martin Kronbichler [Thu, 22 Sep 2022 06:04:14 +0000 (08:04 +0200)]
Merge pull request #14246 from bangerth/error

Improve error message.

23 months agoMerge pull request #14297 from peterrum/TensorProductMatrixSymmetricSumCollection_flat
Martin Kronbichler [Thu, 22 Sep 2022 06:02:15 +0000 (08:02 +0200)]
Merge pull request #14297 from peterrum/TensorProductMatrixSymmetricSumCollection_flat

TensorProductMatrixSymmetricSumCollection: store matrices/vectors flat

23 months agoaddress comments 14234/head
Jiaqi Zhang [Thu, 22 Sep 2022 03:56:58 +0000 (23:56 -0400)]
address comments

23 months agoface dof to vector dof
Jiaqi Zhang [Thu, 1 Sep 2022 15:07:29 +0000 (11:07 -0400)]
face dof to vector dof

23 months agoMerge pull request #14236 from tjhei/hdf_empty
David Wells [Wed, 21 Sep 2022 21:42:12 +0000 (17:42 -0400)]
Merge pull request #14236 from tjhei/hdf_empty

support XDMF writing with ranks without cells

23 months agoRename FPArrayComparator -> FloatingPointComparator 14296/head
Peter Munch [Wed, 21 Sep 2022 07:26:29 +0000 (09:26 +0200)]
Rename FPArrayComparator -> FloatingPointComparator

23 months agoIntroduce a new exception for HDF5. 14246/head
Wolfgang Bangerth [Wed, 21 Sep 2022 20:34:12 +0000 (14:34 -0600)]
Introduce a new exception for HDF5.

23 months agouse correct MPI type 14236/head
Timo Heister [Wed, 21 Sep 2022 18:51:46 +0000 (14:51 -0400)]
use correct MPI type

23 months agoMerge pull request #14068 from kronbichler/eliminate_dof_handler_cache
Timo Heister [Wed, 21 Sep 2022 18:50:13 +0000 (14:50 -0400)]
Merge pull request #14068 from kronbichler/eliminate_dof_handler_cache

Remove the cell dof indices cache

23 months agoMerge pull request #14166 from luca-heltai/cgal-dimension_independent_intersection
Daniel Arndt [Wed, 21 Sep 2022 18:30:13 +0000 (14:30 -0400)]
Merge pull request #14166 from luca-heltai/cgal-dimension_independent_intersection

23 months agoTensorProductMatrixSymmetricSumCollection: store matrices/vectors flat 14297/head
Peter Munch [Wed, 21 Sep 2022 17:56:16 +0000 (19:56 +0200)]
TensorProductMatrixSymmetricSumCollection: store matrices/vectors flat

23 months agoMerge pull request #14183 from zjiaqi2018/fix-3d-half_hyper_shell-manifold
Daniel Arndt [Wed, 21 Sep 2022 14:13:32 +0000 (10:13 -0400)]
Merge pull request #14183 from zjiaqi2018/fix-3d-half_hyper_shell-manifold

2 years agoMerge pull request #14294 from peterrum/FPArrayComparator_Number
Peter Munch [Wed, 21 Sep 2022 07:58:29 +0000 (09:58 +0200)]
Merge pull request #14294 from peterrum/FPArrayComparator_Number

Remove template parameter from FPArrayComparator

2 years agoRemove template parameter from FPArrayComparator 14294/head
Peter Munch [Tue, 20 Sep 2022 18:42:05 +0000 (20:42 +0200)]
Remove template parameter from FPArrayComparator

2 years agoMerge pull request #14295 from peterrum/tensor_product_matrix_names
Martin Kronbichler [Wed, 21 Sep 2022 05:45:55 +0000 (07:45 +0200)]
Merge pull request #14295 from peterrum/tensor_product_matrix_names

Make variable names in tensor_product_matrix.h more consistent

2 years agoMerge pull request #14286 from kronbichler/index_owner_streamline
Martin Kronbichler [Wed, 21 Sep 2022 05:42:12 +0000 (07:42 +0200)]
Merge pull request #14286 from kronbichler/index_owner_streamline

Revise some operations in compute_index_owner_internal

2 years agoMerge pull request #14293 from peterrum/VectorizedArrayTrait_width_get
Peter Munch [Wed, 21 Sep 2022 05:20:30 +0000 (07:20 +0200)]
Merge pull request #14293 from peterrum/VectorizedArrayTrait_width_get

Extend VectorizedArrayTrait

2 years agoMake variable names in tensor_product_matrix.h more consistent 14295/head
Peter Munch [Tue, 20 Sep 2022 20:50:56 +0000 (22:50 +0200)]
Make variable names in tensor_product_matrix.h more consistent

2 years agoExtend VectorizedArrayTrait 14293/head
Peter Munch [Tue, 20 Sep 2022 17:39:05 +0000 (19:39 +0200)]
Extend VectorizedArrayTrait

2 years agoMerge pull request #14289 from peterrum/TensorProductMatrixSymmetricSumCache
Martin Kronbichler [Tue, 20 Sep 2022 16:21:29 +0000 (18:21 +0200)]
Merge pull request #14289 from peterrum/TensorProductMatrixSymmetricSumCache

Add TensorProductMatrixSymmetricSumCache

2 years agoAdd 3D/3D cuts with vertices only and minor fixes 14166/head
Marco Feder [Fri, 9 Sep 2022 07:57:01 +0000 (09:57 +0200)]
Add 3D/3D cuts with vertices only and minor fixes

2 years agochangelog 14183/head
Jiaqi Zhang [Tue, 20 Sep 2022 14:09:43 +0000 (14:09 +0000)]
changelog

2 years agoAdd TensorProductMatrixSymmetricSumCache 14289/head
Peter Munch [Mon, 19 Sep 2022 14:36:45 +0000 (16:36 +0200)]
Add TensorProductMatrixSymmetricSumCache

2 years agoMerge pull request #13677 from nabw/petsc-bddc-preconditioner
David Wells [Tue, 20 Sep 2022 13:36:07 +0000 (09:36 -0400)]
Merge pull request #13677 from nabw/petsc-bddc-preconditioner

Petsc bddc preconditioner

2 years agoMerge pull request #14290 from jh66637/tolerance_for_neighbor_type
Martin Kronbichler [Tue, 20 Sep 2022 13:12:07 +0000 (15:12 +0200)]
Merge pull request #14290 from jh66637/tolerance_for_neighbor_type

find_neighbor_type with customizable tolerance

2 years agoMerge pull request #14284 from peterrum/vtu_ascii
David Wells [Tue, 20 Sep 2022 12:15:53 +0000 (08:15 -0400)]
Merge pull request #14284 from peterrum/vtu_ascii

Add DataOutBase::CompressionLevel::ascii

2 years agoMerge pull request #14292 from peterrum/windoof_artifacts
Martin Kronbichler [Tue, 20 Sep 2022 07:18:15 +0000 (09:18 +0200)]
Merge pull request #14292 from peterrum/windoof_artifacts

Windows action: archive library only if merged into master

2 years agoaddress comments
Jiaqi Zhang [Tue, 20 Sep 2022 03:35:47 +0000 (03:35 +0000)]
address comments

2 years agofix normal on a coarse mesh
Jiaqi Zhang [Mon, 19 Sep 2022 21:46:17 +0000 (21:46 +0000)]
fix normal on a coarse mesh

2 years agoMerge pull request #14287 from kronbichler/unroll_loop
Peter Munch [Mon, 19 Sep 2022 20:26:27 +0000 (22:26 +0200)]
Merge pull request #14287 from kronbichler/unroll_loop

Vector reductions: Unroll a loop in case of vectorization

2 years agoRevise some operations in compute_index_owner_internal 14286/head
Martin Kronbichler [Mon, 19 Sep 2022 10:32:27 +0000 (12:32 +0200)]
Revise some operations in compute_index_owner_internal

2 years agoMerge pull request #14288 from peterrum/TensorProductMatrixSymmetricSum_pointers
Peter Munch [Mon, 19 Sep 2022 20:21:52 +0000 (22:21 +0200)]
Merge pull request #14288 from peterrum/TensorProductMatrixSymmetricSum_pointers

TensorProductMatrixSymmetricSum: switch to pointers

2 years agoAdd DataOutBase::CompressionLevel::plain_text 14284/head
Peter Munch [Sun, 18 Sep 2022 20:20:37 +0000 (22:20 +0200)]
Add DataOutBase::CompressionLevel::plain_text

2 years agoWindows action: archive library only if merged into master 14292/head
Peter Munch [Mon, 19 Sep 2022 19:28:13 +0000 (21:28 +0200)]
Windows action: archive library only if merged into master

2 years agofind_neighbor_type with customizable tolerance 14290/head
Johannes Heinz [Mon, 19 Sep 2022 16:06:18 +0000 (18:06 +0200)]
find_neighbor_type with customizable tolerance

2 years agoMerge pull request #14276 from peterrum/vtu_highorder_fix
David Wells [Mon, 19 Sep 2022 14:56:48 +0000 (10:56 -0400)]
Merge pull request #14276 from peterrum/vtu_highorder_fix

Fix high-order output for vtu in parallel

2 years agoTensorProductMatrixSymmetricSum: switch to pointers 14288/head
Peter Munch [Mon, 19 Sep 2022 11:21:12 +0000 (13:21 +0200)]
TensorProductMatrixSymmetricSum: switch to pointers


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.