]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-10-31 Wolfgang BangerthAdd a changelog entry. 16218/head
2023-10-31 Wolfgang BangerthAdd tests.
2023-10-31 Wolfgang BangerthEdit the description of a test.
2023-10-31 Wolfgang BangerthAdd a Threads::new_task() function for lambda functions.
2023-10-28 Peter MunchMerge pull request #16203 from peterrum/cuda_eval_flag
2023-10-27 Matthias MaierMerge pull request #16186 from Rombur/python_vtu
2023-10-27 Matthias MaierMerge pull request #16207 from masterleinad/fix_trilino...
2023-10-27 Martin KronbichlerMerge pull request #16179 from bangerth/81
2023-10-27 Martin KronbichlerMerge pull request #16194 from drwells/unhardcode-fe...
2023-10-27 Martin KronbichlerMerge pull request #16205 from kinnewig/improve_tpetra_...
2023-10-27 Martin KronbichlerMerge pull request #16196 from bergbauer/mapping_info_c...
2023-10-27 Peter MunchUse EvaluationFlags inside CUDAWrapper::FEEvaluation 16203/head
2023-10-27 Daniel ArndtFix trilinos_tpetra_vector.h 16207/head
2023-10-27 Sebastian KinnewigFix the assert condition 16205/head
2023-10-27 Matthias MaierMerge pull request #16188 from bangerth/split-2
2023-10-27 Bruno TurcksinAdd comment 16186/head
2023-10-27 Wolfgang BangerthMerge pull request #16182 from tamiko/initializer_guard
2023-10-27 Daniel ArndtMerge pull request #16156 from kinnewig/improve_tpetra_...
2023-10-27 Matthias Maiertests: add more tests for Lazy<T> 16182/head
2023-10-27 Matthias Maierbase: add Lazy<T>::has_value() method
2023-10-27 Matthias Maierdoc: add a news/changes entry
2023-10-27 Matthias Maiertests: add unit tests for dealii::Lazy<T>
2023-10-27 Matthias Maierbase: Implement a Lazy<T> wrapper
2023-10-26 David WellsUse the standardized orientation functions in a few... 16194/head
2023-10-26 Daniel ArndtMerge pull request #16192 from marcfehling/badge
2023-10-26 Marc FehlingFix github badges. 16192/head
2023-10-26 Wolfgang BangerthMerge pull request #16191 from marcfehling/citations
2023-10-26 Maximilian... Allow container in reinit_faces and reinit_surface 16196/head
2023-10-26 David WellsMerge pull request #16187 from bangerth/move
2023-10-26 David WellsMerge pull request #16190 from bangerth/bool
2023-10-26 Sebastian KinnewigQualify TpetraWrappers::Vectors for use with AffineCons... 16156/head
2023-10-26 Marc FehlingLet CITATATIONS file refer to 9.5 paper. 16191/head
2023-10-26 Wolfgang BangerthUse std::bool_constant instead of std::integral_constant. 16190/head
2023-10-26 Wolfgang BangerthMerge pull request #16189 from masterleinad/exceptions_...
2023-10-25 Daniel ArndtOnly include Kokkos_Abort.hpp in exceptions.h for Kokko... 16189/head
2023-10-25 Wolfgang BangerthSplit a mutex into two that each guard one set of varia... 16188/head
2023-10-24 Wolfgang BangerthMove things into place, rather than swap. 16187/head
2023-10-24 Matthias MaierMerge pull request #16181 from bangerth/shared-1
2023-10-24 Matthias MaierMerge pull request #16183 from bangerth/cleanup
2023-10-24 Matthias MaierMerge pull request #16184 from drwells/remove-old-comment
2023-10-24 Bruno TurcksinPython: write_vtu write a serialized mesh
2023-10-24 David WellsMerge pull request #16180 from bangerth/mu
2023-10-24 David WellsRemove a stray comment about pointer lifetimes. 16184/head
2023-10-24 Wolfgang BangerthMinor clean-up in dof_info.cc. 16183/head
2023-10-24 Wolfgang BangerthUse FEValues extractors, avoid explicit use of view. 16179/head
2023-10-24 Wolfgang BangerthMake a bunch of arguments 'const'. 16180/head
2023-10-24 Wolfgang BangerthMake a variable a member variable. 16181/head
2023-10-24 Wolfgang BangerthUse a shared mutex instead of a unique one.
2023-10-24 Martin KronbichlerMerge pull request #16173 from bangerth/x5
2023-10-24 Martin KronbichlerMerge pull request #16174 from bangerth/x4
2023-10-24 Martin KronbichlerMerge pull request #16177 from marcfehling/test-lobatto
2023-10-24 Martin KronbichlerMerge pull request #16176 from bangerth/constrain-to...
2023-10-23 Wolfgang BangerthMove objects into place rather than swapping them. 16173/head
2023-10-23 Marc FehlingMerge pull request #16171 from bangerth/x1
2023-10-23 Marc FehlingMerge pull request #16172 from bangerth/x3
2023-10-23 Marc FehlingMerge pull request #16175 from bangerth/x2
2023-10-23 Marc FehlingAdded test for hp-constraints on Q elements with Gauss... 16177/head
2023-10-23 Wolfgang BangerthSplit a mutex into two, give them better names. 16174/head
2023-10-23 Wolfgang BangerthUse std::any instead of boost::any in GeneralDataStorage. 16172/head
2023-10-23 Wolfgang BangerthUse std::any instead of boost::any in AnyData. 16175/head
2023-10-23 Wolfgang BangerthUse std::any instead of boost::any. 16171/head
2023-10-23 Wolfgang BangerthUse constrain_dof_to_zero() in tests. 16176/head
2023-10-23 Wolfgang BangerthConvert tests to use AffineConstraints::constrain_dof_t...
2023-10-23 Wolfgang BangerthMake it not an error to call constrain_dof_to_zero...
2023-10-23 Martin KronbichlerMerge pull request #16167 from peterrum/mg_test_identit...
2023-10-23 David WellsMerge pull request #16163 from bangerth/constrain-to...
2023-10-21 Marc FehlingMerge pull request #16166 from marcfehling/docker-njobs
2023-10-20 Peter MunchMGTransferGlobalCoarsening: test operator with ones... 16167/head
2023-10-20 Peter MunchMerge pull request #16164 from lpsaavedra/copy_triangul...
2023-10-20 Wolfgang BangerthMerge pull request #16161 from peterrum/mg_set_periodic...
2023-10-20 Laura Prieto... Update loop 16164/head
2023-10-20 Peter MunchUpdate comment 16161/head
2023-10-20 Marc FehlingBuild all docker images only using one job. 16166/head
2023-10-19 Wolfgang BangerthMerge pull request #16162 from peterrum/log_rename
2023-10-19 Laura Prieto... Copy periodic faces when using copy_triangulation
2023-10-19 Peter MunchRename a change-log entry 16162/head
2023-10-19 Peter MunchFix PBC in MGConstrainedDoFs
2023-10-19 Wolfgang BangerthUse AffineConstraints::constrain_dof_to_zero(). 16163/head
2023-10-19 Wolfgang BangerthAdd a changelog entry.
2023-10-19 Wolfgang BangerthAdd AffineConstraints::constrain_dof_to_zero().
2023-10-19 Martin KronbichlerMerge pull request #16160 from drwells/grid-tools-topology
2023-10-19 Wolfgang BangerthMerge pull request #16133 from kronbichler/presort_columns
2023-10-19 David WellsMove topological GridTools functions to a new file. 16160/head
2023-10-19 David WellsMove another function to grid_tools_geometry.h.
2023-10-19 David WellsRemove extra text from grid_tools_geometry.h
2023-10-19 David WellsMerge pull request #16159 from kinnewig/rcp_tpetra_map_...
2023-10-19 Martin KronbichlerDoFTools constraints: Pre-sort column indices in filter... 16133/head
2023-10-19 Sebastian KinnewigCheck for the Trilinos version when calling getLocalNum... 16159/head
2023-10-19 Martin KronbichlerMerge pull request #16145 from bangerth/add-constraints
2023-10-18 Wolfgang BangerthWork around an issue with the clang CUDA compiler. 16145/head
2023-10-18 Matthias MaierMerge pull request #16026 from masterleinad/enfore_asse...
2023-10-18 Matthias MaierMerge pull request #16120 from bangerth/assertion
2023-10-18 Matthias MaierMerge pull request #16153 from kinnewig/rcp_tpetra_map_...
2023-10-18 Martin KronbichlerMerge pull request #16150 from drwells/deprecate-distor...
2023-10-18 Martin KronbichlerMerge pull request #16155 from bangerth/array-view...
2023-10-17 Sebastian KinnewigMake IndexSet compatible with Teuchos::RCP<Tpetra:... 16153/head
2023-10-16 Wolfgang BangerthMerge pull request #16138 from marcfehling/delimiter
2023-10-16 Wolfgang BangerthMerge pull request #16149 from drwells/grid-tools-geometry
2023-10-16 Wolfgang BangerthAvoid constraining DoFs more than once.
2023-10-16 Wolfgang BangerthMake ArrayView constructors more generic. 16155/head
next

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.