]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-01-03 Jean-Paul PelteretAddress minor issues in NOX wrapper 14629/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-28 Daniel ArndtMerge pull request #14611 from jppelteret/fe_interface_...
2022-12-28 Daniel ArndtFix
2022-12-28 Daniel ArndtRemove unused paramter
2022-12-28 Daniel ArndtUse Kokkos::abs
2022-12-28 Daniel ArndtUse create_mirror_view_and_copy
2022-12-28 Daniel ArndtRemove la_parallel_vector_cuda.cc
2022-12-28 Daniel ArndtDon't initialize Views
2022-12-28 Daniel ArndtwqAnnotate Kokkos::parallel_for
2022-12-28 Jean-Paul PelteretAdd a changelog entry 14611/head
2022-12-28 Jean-Paul PelteretExtend hp support in FEInterfaceValues
2022-12-28 Jean-Paul PelteretExtend FEInterfaceValues::reinit() to take [q,mapping...
2022-12-28 Jean-Paul PelteretUse delegate constructors in FEInterfaceValues
2022-12-28 Daniel ArndtMerge pull request #14618 from Rombur/fix_test_kokkos_m...
2022-12-28 Daniel ArndtMerge pull request #14617 from jppelteret/bugfix_01
2022-12-28 David WellsMerge pull request #14616 from Rombur/fix_kokkos_memory...
2022-12-27 Jean-Paul PelteretAdd ADOL-C back into serial Jenkins build 14617/head
2022-12-27 Jean-Paul PelteretFix free function specialisations for ADOL-C types
2022-12-27 Jean-Paul PelteretFix ADOL-C tests broken by presence of static variables.
2022-12-27 Bruno TurcksinFix test output: replace CUDA with Default 14618/head
2022-12-27 Bruno TurcksinRemove incorrect static_assert when using CUDA-aware MPI 14616/head
2022-12-27 Matthias MaierMerge pull request #14576 from tjhei/jenkins-new-serial
2022-12-27 Timo Heisterdisable adolc tests 14576/head
2022-12-27 Timo HeisterCI: new serial Jenkins
2022-12-27 Matthias MaierMerge pull request #14615 from tamiko/fix_prm_concurrency
2022-12-26 Matthias MaierCMake: avoid race conditions between concurrent prm... 14615/head
2022-12-26 Matthias MaierCMake: remove old prm-test workarounds
2022-12-25 Peter MunchMerge pull request #14614 from drwells/isotropic-refine...
2022-12-24 David Wellsisotropic refinement: clean up some more comments. 14614/head
2022-12-24 David WellsMerge pull request #14613 from bangerth/doc-87
2022-12-24 David Wellsisotropic refinement: convert to unsigned int.
2022-12-24 David Wellsisotropic refinement: get rid of 'if (true)'.
2022-12-24 David Wellsisotropic refinement: clean up some comments.
2022-12-24 David Wellsisotropic refinement: add some more test output.
2022-12-24 David Wellsisotropic refinement: remove some extra dealii:: qualif...
2022-12-24 Wolfgang BangerthBetter indent documentation of class Function. 14613/head
2022-12-24 Peter MunchMerge pull request #14600 from luca-heltai/changelog_hp...
2022-12-24 Marco FederAdd changelog for hp-fe_interface_values 14600/head
2022-12-24 Peter MunchMerge pull request #14612 from tjhei/tridiagonal_mat_cl...
2022-12-23 Timo Heistersmall cleanup in tridiagonal_matrix.cc 14612/head
2022-12-22 Daniel ArndtMerge pull request #14603 from peterrum/warning
2022-12-21 Timo HeisterMerge pull request #14593 from drwells/compress-face...
2022-12-21 Peter MunchFix warning 14603/head
2022-12-21 David WellsMerge pull request #14598 from masterleinad/dont_instal...
2022-12-21 David WellsMerge pull request #14592 from luca-heltai/petsc-block...
2022-12-21 David WellsMerge pull request #14575 from luca-heltai/petsc-mat...
2022-12-21 Daniel ArndtDon't install mold linker in CI 14598/head
2022-12-21 Jean-Paul PelteretMerge pull request #14547 from luca-heltai/hp-FEIV
2022-12-21 David WellsMerge pull request #14591 from luca-heltai/petsc-mpi...
2022-12-20 Matthias Maierstep-81: Fix a typo in external links
2022-12-20 David WellsUse std::vector<bool> for line orientations. 14593/head
2022-12-20 Luca HeltaiFix constness. 14592/head
2022-12-20 Luca HeltaiApply suggestions from code review 14575/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.