]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-01-10 Daniel ArndtMerge pull request #14659 from bangerth/vtu-1
2023-01-10 Daniel ArndtMerge pull request #14654 from bangerth/array-view
2023-01-10 Daniel ArndtMerge pull request #14658 from bangerth/vtu-2
2023-01-10 Wolfgang BangerthAugment documentation of DataOutBase::Patch. 14658/head
2023-01-10 Wolfgang BangerthDo not write gratuitous output files into test directories. 14659/head
2023-01-10 Daniel ArndtMerge pull request #14653 from bangerth/ref-99
2023-01-10 Daniel ArndtMerge pull request #14655 from bangerth/av-2
2023-01-10 Wolfgang BangerthMerge pull request #14610 from CodyGirl/lapack-document...
2023-01-10 Wolfgang BangerthImprove grammar in error messages. 14655/head
2023-01-10 Wolfgang BangerthAdd new test. 14654/head
2023-01-10 Wolfgang BangerthProvide overloads of make_array_view() for std::array.
2023-01-10 Wolfgang BangerthAdd a changelog entry.
2023-01-10 Wolfgang BangerthAdd to the documentation of ArrayView.
2023-01-10 Wolfgang BangerthGet rid of a template argument on an exception. 14653/head
2023-01-10 Daniel ArndtMerge pull request #14651 from drwells/unhardcode-6s
2023-01-09 David WellsMerge pull request #14649 from masterleinad/update_clan...
2023-01-09 David Wellsun-hardcode some 6s. 14651/head
2023-01-09 Martin KronbichlerMerge pull request #14647 from drwells/remove-begin-raw
2023-01-09 Peter MunchMerge pull request #14604 from drwells/refactor-orientation
2023-01-09 Daniel ArndtRemove cppcoreguidelines-pro-type-cstyle-cast 14649/head
2023-01-09 Daniel ArndtRevert "Cast MPI_STATUS[ES]_IGNORE"
2023-01-09 Daniel ArndtCast MPI_STATUS[ES]_IGNORE
2023-01-09 Daniel ArndtUpdate source/lac/sparsity_tools.cc
2023-01-09 Daniel ArndtUpdate clang-tidy checks for recent clang versions
2023-01-09 Luca HeltaiMerge pull request #14594 from jppelteret/scratch_data_...
2023-01-08 David WellsAvoid using Tensor::begin_raw() et al. 14647/head
2023-01-07 David WellsAdd a dedicated class for orientation information. 14604/head
2023-01-07 Daniel ArndtMerge pull request #14646 from masterleinad/restrict_p4...
2023-01-06 Daniel ArndtRestrict some tests requiring p4est 14646/head
2023-01-05 Peter MunchMerge pull request #14645 from lethe-cfd/add_metis_to_d...
2023-01-05 Bruno BlaisAdd METIS to Docker image 14645/head
2023-01-05 Jean-Paul PelteretMerge pull request #14643 from Rombur/adolc
2023-01-05 Bruno TurcksinFix issue when adol-c is enabled 14643/head
2023-01-05 Jean-Paul PelteretMerge pull request #14640 from tamiko/cmake_fix_kokkos_...
2023-01-04 Matthias MaierMerge pull request #14638 from masterleinad/explicit_docker
2023-01-04 Daniel ArndtMerge pull request #14639 from masterleinad/require_tri...
2023-01-04 Matthias MaierCMake: fix kokkos header installation 14640/head
2023-01-04 Daniel ArndtBe explicit about enabled and disabled dependencies... 14638/head
2023-01-04 Daniel ArndtDrop the requirement for Trilinos+Kokkos rom 13.2 to... 14639/head
2023-01-04 Daniel ArndtMerge pull request #14636 from tjhei/jenkins-disable-old
2023-01-04 Daniel ArndtMerge pull request #14635 from tamiko/silence_warning
2023-01-03 Timo HeisterMerge pull request #14634 from tamiko/fix_configuration
2023-01-03 Timo HeisterJenkins: delete mark job as well, as it is not needed... 14636/head
2023-01-03 Timo Heisterdelete old Jenkins setup
2023-01-03 Matthias MaierCMake: Silence bogus Boost warning 14635/head
2023-01-03 Matthias MaierCMake: propagate Trilinos configuration into DEAL_II_... 14634/head
2023-01-03 Matthias MaierCMake: do not pollute DEAL_II_* namespace while searchi...
2023-01-03 Daniel ArndtMerge pull request #14629 from jppelteret/trilinos_nox_01
2023-01-03 Jean-Paul PelteretAddress minor issues in NOX wrapper 14629/head
2023-01-03 Matthias MaierMerge pull request #14631 from masterleinad/fix_trilino...
2023-01-02 Daniel ArndtFix up Trilinos+Kokos detection 14631/head
2023-01-02 Daniel ArndtMerge pull request #14332 from peterrum/nox
2023-01-02 Matthias MaierMerge pull request #14626 from masterleinad/require_tri...
2023-01-02 David WellsMerge pull request #14627 from bangerth/vtu-99
2023-01-02 Peter MunchApply suggestions 14332/head
2023-01-02 Daniel ArndtMerge pull request #14630 from tamiko/silence_kokkos_wa...
2023-01-02 Daniel ArndtFix warnings 14626/head
2023-01-02 Daniel ArndtRun parallel simplex CI on Ubuntu 22.04 for newer Trilinos
2023-01-02 Matthias MaierMerge pull request #14623 from jppelteret/compiler_fix_01
2023-01-01 Matthias MaierCMake: Silence a Kokkos warning about unset OMP_PROC_BIND 14630/head
2023-01-01 Daniel ArndtMerge pull request #14568 from tjhei/jenkins-mpi-all
2023-01-01 Timo Heister[CI]: test all MPI tests 14568/head
2022-12-31 Wolfgang BangerthAdd a changelog entry. 14627/head
2022-12-31 Wolfgang BangerthFix a doc reference to a function argument.
2022-12-31 Wolfgang BangerthUpdate a comment.
2022-12-31 Wolfgang BangerthMake if and else branches similar, and move code out...
2022-12-31 Wolfgang BangerthRename variables.
2022-12-31 Wolfgang BangerthMove the update of a variable out of if-else branches.
2022-12-31 Wolfgang BangerthMove an if-condition into the body of a loop, rather...
2022-12-31 Wolfgang BangerthPush a variable into inner scopes.
2022-12-31 Wolfgang BangerthGet rid of the VtuStream class.
2022-12-31 Wolfgang BangerthAlso inline the write_high_order_cell() function into...
2022-12-31 Wolfgang BangerthInline the write_high_order_cells() function into write...
2022-12-31 David WellsMerge pull request #14622 from bangerth/vtu-77
2022-12-30 David WellsMerge pull request #14625 from bangerth/assertion
2022-12-30 Daniel ArndtMerge pull request #14621 from masterleinad/remove_comp...
2022-12-30 Daniel ArndtRemove DEAL_II_COMPILER_CUDA_AWARE 14621/head
2022-12-30 Bruno TurcksinMerge pull request #14537 from masterleinad/kokkos_la_d...
2022-12-30 Jean-Paul PelteretRemove a static assert in symmetric tensor 14623/head
2022-12-30 David WellsMerge pull request #14624 from bangerth/ref
2022-12-30 Daniel ArndtRequire Trilinos 13.2 if it includes Kokkos
2022-12-30 Peter MunchAdd NOX wrapper
2022-12-30 David WellsMerge pull request #14620 from tjhei/jenkins-random
2022-12-30 Wolfgang BangerthMove a function into ReferenceCell. 14624/head
2022-12-30 Wolfgang BangerthAdjust return types and function argument names.
2022-12-30 Wolfgang BangerthImprove documentation. 14625/head
2022-12-29 Jean-Paul PelteretFix compiler error for older version of GCC
2022-12-29 Matthias MaierMerge pull request #14596 from tamiko/fix_step_81_doc
2022-12-29 Daniel ArndtMerge remote-tracking branch 'upstream/master' into... 14537/head
2022-12-29 Matthias MaierUpdate examples/step-81/doc/results.dox 14596/head
2022-12-29 Wolfgang BangerthRemove some duplication; also simplify VTK code. 14622/head
2022-12-29 Daniel ArndtUse subview
2022-12-29 Daniel ArndtAdd label for parallel_reduce
2022-12-29 Daniel ArndtUse subview
2022-12-29 Timo HeisterJenkins: run tests in random order 14620/head
2022-12-29 Daniel ArndtRevert changes to boost
2022-12-29 Daniel ArndtMake doxygen happy
2022-12-29 Daniel ArndtKokkos::Experimental::abs -> Kokkos::Experimental:...
2022-12-29 Jean-Paul PelteretAdd changelog entry 14594/head
2022-12-29 Jean-Paul PelteretAdd tests
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.