]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 weeks agoMerge pull request #17785 from drwells/simplex-cubic-constraints
Martin Kronbichler [Tue, 22 Oct 2024 19:10:48 +0000 (21:10 +0200)]
Merge pull request #17785 from drwells/simplex-cubic-constraints

Fix cubic simplex constraints.

3 weeks agoMerge pull request #17796 from peterrum/remove_includes
David Wells [Mon, 21 Oct 2024 19:26:26 +0000 (15:26 -0400)]
Merge pull request #17796 from peterrum/remove_includes

Remove some includes

3 weeks agoRemove some includes 17796/head
Peter Munch [Sun, 20 Oct 2024 05:42:59 +0000 (07:42 +0200)]
Remove some includes

3 weeks agoMerge pull request #17794 from bergbauer/add_header
Peter Munch [Sun, 20 Oct 2024 05:26:01 +0000 (07:26 +0200)]
Merge pull request #17794 from bergbauer/add_header

Add necessary EnableObserverPointer header to ReadVector

3 weeks agoAdd necessary EnableObserverPointer header to ReadVector 17794/head
Maximilian Bergbauer [Sat, 19 Oct 2024 18:01:19 +0000 (20:01 +0200)]
Add necessary EnableObserverPointer header to ReadVector

3 weeks agoMerge pull request #17788 from peterrum/rv_changes
Peter Munch [Sat, 19 Oct 2024 11:06:47 +0000 (13:06 +0200)]
Merge pull request #17788 from peterrum/rv_changes

Modifications in ReadVector

3 weeks agoMerge pull request #17791 from bangerth/exceptions
Martin Kronbichler [Sat, 19 Oct 2024 06:21:17 +0000 (08:21 +0200)]
Merge pull request #17791 from bangerth/exceptions

Improve the error messages one gets when an external dependency is not found.

3 weeks agoImprove the error messages one gets when an external dependency is not found. 17791/head
Wolfgang Bangerth [Fri, 18 Oct 2024 22:50:16 +0000 (16:50 -0600)]
Improve the error messages one gets when an external dependency is not found.

3 weeks agoModifications in ReadVector 17788/head
Peter Munch [Fri, 18 Oct 2024 14:50:42 +0000 (16:50 +0200)]
Modifications in ReadVector

4 weeks agoMerge pull request #17784 from tjhei/fix_trilinos_solver_06
Marc Fehling [Wed, 16 Oct 2024 12:24:46 +0000 (06:24 -0600)]
Merge pull request #17784 from tjhei/fix_trilinos_solver_06

fix flaky trilinos/solver_control_06

4 weeks agoMerge pull request #17783 from bangerth/message
Timo Heister [Wed, 16 Oct 2024 12:11:25 +0000 (08:11 -0400)]
Merge pull request #17783 from bangerth/message

Improve an error message.

4 weeks agoMerge pull request #17781 from peterrum/CellIDTranslator_translate_level
David Wells [Wed, 16 Oct 2024 03:09:37 +0000 (23:09 -0400)]
Merge pull request #17781 from peterrum/CellIDTranslator_translate_level

Introduce `CellIDTranslator.translate_level()`

4 weeks agoIntroduce CellIDTranslator.translate_level() 17781/head
Peter Munch [Tue, 15 Oct 2024 08:26:10 +0000 (10:26 +0200)]
Introduce CellIDTranslator.translate_level()

4 weeks agoVerify that FE_System<2>(FE_SimplexP<2>(3), N) works. 17785/head
David Wells [Tue, 15 Oct 2024 19:18:22 +0000 (15:18 -0400)]
Verify that FE_System<2>(FE_SimplexP<2>(3), N) works.

This previously threw an index exception.

4 weeks agoFE_Q_Base: cleanup.
David Wells [Tue, 15 Oct 2024 18:39:08 +0000 (14:39 -0400)]
FE_Q_Base: cleanup.

4 weeks agoFE_SimplexP: support hanging nodes with cubic elements.
David Wells [Tue, 15 Oct 2024 18:25:13 +0000 (14:25 -0400)]
FE_SimplexP: support hanging nodes with cubic elements.

This more-or-less just copies the same code used to place interpolation points
on child lines we use in FE_Q_Base.

4 weeks agofix flaky trilinos/solver_control_06 17784/head
Timo Heister [Tue, 15 Oct 2024 16:35:56 +0000 (12:35 -0400)]
fix flaky trilinos/solver_control_06

Reading from the stdout file generated by the test runner seems to occasionally fail in parallel. Maybe it is okay to not check the output in that case...

4 weeks agoImprove an error message. 17783/head
Wolfgang Bangerth [Tue, 15 Oct 2024 16:32:59 +0000 (10:32 -0600)]
Improve an error message.

4 weeks agoMerge pull request #17782 from peterrum/lapack_full_matrix_get_state
David Wells [Tue, 15 Oct 2024 16:30:28 +0000 (12:30 -0400)]
Merge pull request #17782 from peterrum/lapack_full_matrix_get_state

Introduce `LAPACKFullMatrix::get_state()`

4 weeks agoMerge pull request #17779 from peterrum/fe_hermite_assert
David Wells [Tue, 15 Oct 2024 16:29:30 +0000 (12:29 -0400)]
Merge pull request #17779 from peterrum/fe_hermite_assert

Add assert to `FE_Hermite`

4 weeks agoIntroduce LAPACKFullMatrix::get_state() 17782/head
Peter Munch [Tue, 15 Oct 2024 08:32:15 +0000 (10:32 +0200)]
Introduce LAPACKFullMatrix::get_state()

4 weeks agoAdd assert 17779/head
Peter Munch [Tue, 15 Oct 2024 08:13:23 +0000 (10:13 +0200)]
Add assert

4 weeks agoMerge pull request #17754 from bergbauer/access_exterior
Martin Kronbichler [Tue, 15 Oct 2024 06:18:09 +0000 (08:18 +0200)]
Merge pull request #17754 from bergbauer/access_exterior

FEFaceEvaluation: Enable access of exterior values on ghosted faces

4 weeks agoMerge pull request #17777 from bangerth/rename-file
Martin Kronbichler [Tue, 15 Oct 2024 06:17:44 +0000 (08:17 +0200)]
Merge pull request #17777 from bangerth/rename-file

Rename EnableObserverPointer files.

4 weeks agoRename EnableObserverPointer files. 17777/head
Wolfgang Bangerth [Mon, 14 Oct 2024 22:57:16 +0000 (16:57 -0600)]
Rename EnableObserverPointer files.

4 weeks agoMerge pull request #17775 from dealii/dependabot/github_actions/crate-ci/typos-1...
Marc Fehling [Mon, 14 Oct 2024 07:51:00 +0000 (01:51 -0600)]
Merge pull request #17775 from dealii/dependabot/github_actions/crate-ci/typos-1.26.0

Bump crate-ci/typos from 1.25.0 to 1.26.0

4 weeks agoBump crate-ci/typos from 1.25.0 to 1.26.0 dependabot/github_actions/crate-ci/typos-1.26.0 17775/head
dependabot[bot] [Mon, 14 Oct 2024 02:06:37 +0000 (02:06 +0000)]
Bump crate-ci/typos from 1.25.0 to 1.26.0

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/v1.25.0...v1.26.0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
4 weeks agoMerge pull request #17774 from bangerth/changelog
Matthias Maier [Mon, 14 Oct 2024 01:39:06 +0000 (01:39 +0000)]
Merge pull request #17774 from bangerth/changelog

Add a forgotten changelog.

4 weeks agoMerge pull request #17768 from tamiko/support_for_multi_config
Matthias Maier [Mon, 14 Oct 2024 01:33:25 +0000 (01:33 +0000)]
Merge pull request #17768 from tamiko/support_for_multi_config

CMake: force a single configuration in "multiple generator" mode

4 weeks agoMerge pull request #17772 from peterrum/sparsity_pattern_fix_type
Wolfgang Bangerth [Sun, 13 Oct 2024 23:13:27 +0000 (17:13 -0600)]
Merge pull request #17772 from peterrum/sparsity_pattern_fix_type

Fix type in SparsityPattern

4 weeks agoAdd a forgotten changelog. 17774/head
Wolfgang Bangerth [Sun, 13 Oct 2024 23:06:12 +0000 (17:06 -0600)]
Add a forgotten changelog.

4 weeks agoFix type in SparsityPattern 17772/head
Peter Munch [Sun, 13 Oct 2024 20:59:34 +0000 (22:59 +0200)]
Fix type in SparsityPattern

4 weeks agoMerge pull request #17711 from bangerth/subscriptor-rename
Luca Heltai [Sun, 13 Oct 2024 08:30:38 +0000 (10:30 +0200)]
Merge pull request #17711 from bangerth/subscriptor-rename

Also rename the Subscriptor base class.

4 weeks agoMerge pull request #17763 from fernandohv3279/test
David Wells [Sat, 12 Oct 2024 21:14:46 +0000 (17:14 -0400)]
Merge pull request #17763 from fernandohv3279/test

check an invariant of class IndexSet

4 weeks agoRename the class to EnableObserverPointer. 17711/head
Wolfgang Bangerth [Fri, 11 Oct 2024 21:14:47 +0000 (15:14 -0600)]
Rename the class to EnableObserverPointer.

4 weeks agoMerge pull request #17765 from masterleinad/libcpp_enable_assertion_clang_19
Timo Heister [Fri, 11 Oct 2024 21:15:42 +0000 (17:15 -0400)]
Merge pull request #17765 from masterleinad/libcpp_enable_assertion_clang_19

Don't define _LIBCPP_ENABLE_ASSERTIONS for clang++-19 and later

4 weeks agocheck an invariant of class IndexSet 17763/head
Fernando Herrera [Wed, 9 Oct 2024 19:42:26 +0000 (13:42 -0600)]
check an invariant of class IndexSet

4 weeks agoMerge pull request #17769 from peterrum/warning
Peter Munch [Fri, 11 Oct 2024 17:53:58 +0000 (19:53 +0200)]
Merge pull request #17769 from peterrum/warning

Fix warning

4 weeks agoFix warning 17769/head
Peter Munch [Fri, 11 Oct 2024 15:39:09 +0000 (17:39 +0200)]
Fix warning

4 weeks agoCMake: force a single generator configuration in multiple generator setup 17768/head
Matthias Maier [Fri, 11 Oct 2024 14:35:33 +0000 (09:35 -0500)]
CMake: force a single generator configuration in multiple generator setup

4 weeks agoCMake: fix check_compiler_setup macro for multi generator setup
Matthias Maier [Fri, 11 Oct 2024 14:17:42 +0000 (09:17 -0500)]
CMake: fix check_compiler_setup macro for multi generator setup

4 weeks agoMerge pull request #17760 from bangerth/comments
Matthias Maier [Fri, 11 Oct 2024 13:58:05 +0000 (13:58 +0000)]
Merge pull request #17760 from bangerth/comments

Add comments clarifying some numbers.

4 weeks agoMerge pull request #17761 from bangerth/assert
Matthias Maier [Fri, 11 Oct 2024 13:56:34 +0000 (13:56 +0000)]
Merge pull request #17761 from bangerth/assert

Error out for situations clearly not implemented.

4 weeks agoDon't define _LIBCPP_ENABLE_ASSERTIONS for clang++-19 and later 17765/head
Daniel Arndt [Thu, 10 Oct 2024 17:01:25 +0000 (13:01 -0400)]
Don't define _LIBCPP_ENABLE_ASSERTIONS for clang++-19 and later

4 weeks agoError out for situations clearly not implemented. 17761/head
Wolfgang Bangerth [Wed, 9 Oct 2024 00:31:08 +0000 (18:31 -0600)]
Error out for situations clearly not implemented.

4 weeks agoMake the implementation more generic. 17760/head
Wolfgang Bangerth [Thu, 10 Oct 2024 14:00:54 +0000 (08:00 -0600)]
Make the implementation more generic.

5 weeks agoImplement the most important missing cases.
Wolfgang Bangerth [Thu, 10 Oct 2024 13:53:41 +0000 (07:53 -0600)]
Implement the most important missing cases.

5 weeks agoMerge pull request #17717 from fernandohv3279/add_empty_function_to_collection
Rene Gassmoeller [Thu, 10 Oct 2024 13:56:18 +0000 (15:56 +0200)]
Merge pull request #17717 from fernandohv3279/add_empty_function_to_collection

Add empty() function to deal.II/hp/collection.h and use it instead of size() == 0

5 weeks agoAllow access of exterior dof values for face-centric FEFaceEvaluation 17754/head
Maximilian Bergbauer [Fri, 4 Oct 2024 12:45:51 +0000 (14:45 +0200)]
Allow access of exterior dof values for face-centric FEFaceEvaluation

5 weeks agoMerge pull request #17433 from peterrum/mft_diagonal_multiple_feeval
Martin Kronbichler [Thu, 10 Oct 2024 06:21:31 +0000 (08:21 +0200)]
Merge pull request #17433 from peterrum/mft_diagonal_multiple_feeval

Modularize MatrixFreeTools::compute_diagonal()

5 weeks agoMerge pull request #12663 from peterrum/MGCoarseGridApplyPreconditioner
Martin Kronbichler [Thu, 10 Oct 2024 06:20:30 +0000 (08:20 +0200)]
Merge pull request #12663 from peterrum/MGCoarseGridApplyPreconditioner

Add MGCoarseGridApplyPreconditioner

5 weeks agoMerge pull request #17747 from kronbichler/improve_hierarchic_numbering
Martin Kronbichler [Thu, 10 Oct 2024 06:15:31 +0000 (08:15 +0200)]
Merge pull request #17747 from kronbichler/improve_hierarchic_numbering

SparsityTools::reorder_hierarchical: better documentation and implementation

5 weeks agoMerge pull request #17756 from peterrum/MGCoarseGridIterativeSolver_constexpr
Martin Kronbichler [Thu, 10 Oct 2024 05:50:46 +0000 (07:50 +0200)]
Merge pull request #17756 from peterrum/MGCoarseGridIterativeSolver_constexpr

Simplify MGCoarseGridIterativeSolver

5 weeks agoMerge pull request #17764 from drwells/feinterfacevalues-tests
Martin Kronbichler [Thu, 10 Oct 2024 05:47:41 +0000 (07:47 +0200)]
Merge pull request #17764 from drwells/feinterfacevalues-tests

FEInterfaceValues: fix some warnings.

5 weeks agoFEInterfaceValues: fix some warnings. 17764/head
David Wells [Thu, 10 Oct 2024 01:42:10 +0000 (21:42 -0400)]
FEInterfaceValues: fix some warnings.

Most of the std::array assignments have the correct number of brackets; this
commit adds the missing ones.

5 weeks agoIndent code 17717/head
Fernando Herrera [Wed, 9 Oct 2024 15:09:02 +0000 (09:09 -0600)]
Indent code

5 weeks agoImprove description of empty() function in include/deal.II/hp/collection.h
Fernando Herrera [Wed, 9 Oct 2024 14:50:06 +0000 (08:50 -0600)]
Improve description of empty() function in include/deal.II/hp/collection.h

Co-authored-by: Rene Gassmoeller <rene.gassmoeller@mailbox.org>
Author:    Fernando Herrera <cafeherval@gmail.com>

5 weeks agoAdd comments clarifying some numbers.
Wolfgang Bangerth [Wed, 9 Oct 2024 00:30:31 +0000 (18:30 -0600)]
Add comments clarifying some numbers.

5 weeks agoMerge pull request #17751 from peterrum/set_scientific_int
Luca Heltai [Tue, 8 Oct 2024 16:32:10 +0000 (18:32 +0200)]
Merge pull request #17751 from peterrum/set_scientific_int

TableHandler::set_scientific(): fix int

5 weeks agoMerge pull request #17753 from webwurli/git_tutorial_issue_17247
Daniel Arndt [Tue, 8 Oct 2024 16:09:16 +0000 (12:09 -0400)]
Merge pull request #17753 from webwurli/git_tutorial_issue_17247

replaced void cast with [[maybe_unused]]

5 weeks agoremoved [[maybe_unused]] - and (void) cast - according to change request after 1st... 17753/head
Stephan Voss [Tue, 8 Oct 2024 09:58:03 +0000 (11:58 +0200)]
removed [[maybe_unused]] - and  (void) cast - according to change request after 1st. review

5 weeks agoTableHandler::set_scientific(): fix int 17751/head
Peter Munch [Sat, 5 Oct 2024 09:07:52 +0000 (11:07 +0200)]
TableHandler::set_scientific(): fix int

5 weeks agoMerge pull request #17758 from peterrum/jacobian
Luca Heltai [Tue, 8 Oct 2024 06:38:38 +0000 (08:38 +0200)]
Merge pull request #17758 from peterrum/jacobian

Fix typo: jacobian -> Jacobian

5 weeks agoFix typo: jacobian -> Jacobian 17758/head
Peter Munch [Tue, 8 Oct 2024 05:39:11 +0000 (07:39 +0200)]
Fix typo: jacobian -> Jacobian

5 weeks agoSimplify MGCoarseGridIterativeSolver 17756/head
Peter Munch [Mon, 7 Oct 2024 15:37:24 +0000 (17:37 +0200)]
Simplify MGCoarseGridIterativeSolver

5 weeks agoAdd MGCoarseGridApplyOperator 12663/head
Peter Munch [Tue, 17 Aug 2021 06:28:17 +0000 (08:28 +0200)]
Add MGCoarseGridApplyOperator

5 weeks agoreplaced void cast with [[maybe_unised]]
Stephan Voss [Mon, 7 Oct 2024 14:08:42 +0000 (16:08 +0200)]
replaced void cast with [[maybe_unised]]

5 weeks agoMerge pull request #17750 from masterleinad/fix_compiling_msvc
Daniel Arndt [Mon, 7 Oct 2024 11:49:27 +0000 (07:49 -0400)]
Merge pull request #17750 from masterleinad/fix_compiling_msvc

Use CMAKE_TRY_COMPILE_CONFIGURATION for MSVC

5 weeks agoUnset CMAKE_TRY_COMPILE_CONFIGURATION after use 17750/head
Daniel Arndt [Sat, 5 Oct 2024 11:43:25 +0000 (07:43 -0400)]
Unset CMAKE_TRY_COMPILE_CONFIGURATION after use

5 weeks agoUse CMAKE_TRY_COMPILE_CONFIGURATION for MSVC
Daniel Arndt [Fri, 4 Oct 2024 23:47:12 +0000 (19:47 -0400)]
Use CMAKE_TRY_COMPILE_CONFIGURATION for MSVC

5 weeks agoMerge pull request #17746 from marcfehling/indent-24
David Wells [Fri, 4 Oct 2024 21:04:40 +0000 (17:04 -0400)]
Merge pull request #17746 from marcfehling/indent-24

Update indent worker to ubuntu-24.04.

5 weeks agoFix with better performance 17747/head
Martin Kronbichler [Fri, 4 Oct 2024 16:34:01 +0000 (18:34 +0200)]
Fix with better performance

5 weeks agoRestore previous numbering
Martin Kronbichler [Fri, 4 Oct 2024 15:11:18 +0000 (17:11 +0200)]
Restore previous numbering

5 weeks agoSparsityTools::reorder_hierarchical: better documentation and implementation
Martin Kronbichler [Fri, 4 Oct 2024 10:32:50 +0000 (12:32 +0200)]
SparsityTools::reorder_hierarchical: better documentation and implementation

5 weeks agoMerge pull request #17748 from kronbichler/fix_topology
David Wells [Fri, 4 Oct 2024 14:52:16 +0000 (10:52 -0400)]
Merge pull request #17748 from kronbichler/fix_topology

Increase performance of GridTools::get_vertex_connectivity_of_cells

5 weeks agoIncrease performance of GridTools::get_vertex_connectivity_of_cells 17748/head
Martin Kronbichler [Fri, 4 Oct 2024 10:55:42 +0000 (12:55 +0200)]
Increase performance of GridTools::get_vertex_connectivity_of_cells

5 weeks agoUpdate indent worker to ubuntu-24.04. 17746/head
Marc Fehling [Fri, 4 Oct 2024 10:18:01 +0000 (12:18 +0200)]
Update indent worker to ubuntu-24.04.

5 weeks agoFix typos.
Marc Fehling [Fri, 4 Oct 2024 10:36:19 +0000 (12:36 +0200)]
Fix typos.

5 weeks agoMerge pull request #17743 from marcfehling/doc-soltrans
Wolfgang Bangerth [Fri, 4 Oct 2024 03:33:16 +0000 (21:33 -0600)]
Merge pull request #17743 from marcfehling/doc-soltrans

Update documentation of some SolutionTransfer functions.

5 weeks agoMerge pull request #17745 from peterrum/simplex_experimental
Timo Heister [Thu, 3 Oct 2024 17:48:36 +0000 (13:48 -0400)]
Merge pull request #17745 from peterrum/simplex_experimental

Don't call simplex support experimental

6 weeks agoDon't call simplex support experimental 17745/head
Peter Munch [Thu, 3 Oct 2024 16:16:05 +0000 (18:16 +0200)]
Don't call simplex support experimental

6 weeks agoMerge pull request #17729 from bangerth/constexpr
Martin Kronbichler [Thu, 3 Oct 2024 08:29:09 +0000 (10:29 +0200)]
Merge pull request #17729 from bangerth/constexpr

Mark constructors of FEValuesExtractor classes as 'constexpr'.

6 weeks agoMerge pull request #17730 from peterrum/NoncontiguousPartitioner_n_components
Martin Kronbichler [Thu, 3 Oct 2024 08:21:15 +0000 (10:21 +0200)]
Merge pull request #17730 from peterrum/NoncontiguousPartitioner_n_components

NoncontiguousPartitioner: introduce n_components

6 weeks agoNoncontiguousPartitioner: introduce n_components 17730/head
Peter Munch [Tue, 17 Sep 2024 06:15:45 +0000 (08:15 +0200)]
NoncontiguousPartitioner: introduce n_components

6 weeks agoMerge pull request #17740 from gassmoeller/avoid_unnecessary_work
Peter Munch [Thu, 3 Oct 2024 04:55:46 +0000 (06:55 +0200)]
Merge pull request #17740 from gassmoeller/avoid_unnecessary_work

Return earlier if possible inside `FEPointEvaluation::evaluate`

6 weeks agoUpdate documentation of some SolutionTransfer functions. 17743/head
Marc Fehling [Wed, 2 Oct 2024 10:11:16 +0000 (12:11 +0200)]
Update documentation of some SolutionTransfer functions.

6 weeks agoMerge pull request #17734 from drwells/aligned-vector-insert
Martin Kronbichler [Tue, 1 Oct 2024 10:54:14 +0000 (12:54 +0200)]
Merge pull request #17734 from drwells/aligned-vector-insert

Add AlignedVector::insert().

6 weeks agoMerge pull request #17739 from tamiko/fix_configure
Martin Kronbichler [Tue, 1 Oct 2024 10:53:26 +0000 (12:53 +0200)]
Merge pull request #17739 from tamiko/fix_configure

CMake: Bugfix: use #cmakedefine defining/undefining preprocessor macro

6 weeks agoReturn earlier if possible 17740/head
Rene Gassmoeller [Tue, 1 Oct 2024 10:25:46 +0000 (12:25 +0200)]
Return earlier if possible

6 weeks agoMerge pull request #17737 from cembooks/timetable
Timo Heister [Mon, 30 Sep 2024 19:57:28 +0000 (15:57 -0400)]
Merge pull request #17737 from cembooks/timetable

A fix for a bug in the time table

6 weeks agoCMake: remove DEAL_II_HAVE_ARM_NEON and use DEAL_II_VECTORIZATION_WIDTH_IN_BITS 17739/head
Matthias Maier [Mon, 30 Sep 2024 18:53:30 +0000 (13:53 -0500)]
CMake: remove DEAL_II_HAVE_ARM_NEON and use DEAL_II_VECTORIZATION_WIDTH_IN_BITS

6 weeks agoCMake: Bugfix: use #cmakedefine defining/undefining preprocessor macro
Matthias Maier [Mon, 30 Sep 2024 14:58:59 +0000 (09:58 -0500)]
CMake: Bugfix: use #cmakedefine defining/undefining preprocessor macro

6 weeks agoA fix for a bug in the time table 17737/head
Siarhei Uzunbajakau [Mon, 30 Sep 2024 05:19:26 +0000 (07:19 +0200)]
A fix for a bug in the time table

6 weeks agoMerge pull request #17736 from kronbichler/fix_typo3
Timo Heister [Sat, 28 Sep 2024 15:09:12 +0000 (11:09 -0400)]
Merge pull request #17736 from kronbichler/fix_typo3

Fix typo in an internal class name

6 weeks agoAlignedVector: add AlignedVector::insert(). 17734/head
David Wells [Thu, 27 Jun 2024 19:05:27 +0000 (15:05 -0400)]
AlignedVector: add AlignedVector::insert().

6 weeks agoMerge pull request #17733 from peterrum/simplex_vtk_action_remove
Daniel Arndt [Fri, 27 Sep 2024 21:37:58 +0000 (17:37 -0400)]
Merge pull request #17733 from peterrum/simplex_vtk_action_remove

Remove some tests from linux.yml

6 weeks agoMerge pull request #17666 from chaos-polymtl/generalized_gmsh_parsing
Daniel Arndt [Fri, 27 Sep 2024 21:35:23 +0000 (17:35 -0400)]
Merge pull request #17666 from chaos-polymtl/generalized_gmsh_parsing

Generalized read_msh to allow for comments

6 weeks agoFix typo in an internal class name 17736/head
Martin Kronbichler [Fri, 27 Sep 2024 20:21:59 +0000 (22:21 +0200)]
Fix typo in an internal class name

6 weeks agoMerge pull request #17727 from peterrum/mg_transfer_mf_fe_dgp
Peter Munch [Thu, 26 Sep 2024 19:38:25 +0000 (21:38 +0200)]
Merge pull request #17727 from peterrum/mg_transfer_mf_fe_dgp

Generalize MGTransferMF so that it works for FE_DGP

6 weeks agoMerge pull request #17731 from peterrum/ScalarFunctionFromFunctionObject
Peter Munch [Thu, 26 Sep 2024 19:38:08 +0000 (21:38 +0200)]
Merge pull request #17731 from peterrum/ScalarFunctionFromFunctionObject

ScalarFunctionFromFunctionObject for time-dependent functions


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.