]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-02-11 Daniel ArndtReplace auto return type
2023-02-11 Daniel ArndtRemove is_cuda_compatible
2023-02-11 Daniel ArndtFix compiling with Trilinos+Sacado+Cuda
2023-02-11 Marc FehlingMerge pull request #14787 from dealii/tjhei-patch-1
2023-02-11 Marc FehlingMerge pull request #14782 from bangerth/step-2
2023-02-11 Marc FehlingMerge pull request #14785 from masterleinad/cmake_versi...
2023-02-10 Timo Heisterupdate CI badges in README tjhei-patch-1 14787/head
2023-02-10 Daniel ArndtMerge pull request #14776 from bangerth/comment-3
2023-02-10 Daniel ArndtMerge pull request #14777 from bangerth/comment-4
2023-02-10 David WellsMerge pull request #14774 from bangerth/comment
2023-02-10 Daniel ArndtRemove checks for CMake versions prior to 3.13.4 14785/head
2023-02-09 Daniel ArndtMerge pull request #14754 from bangerth/DerivativeForm
2023-02-09 Wolfgang BangerthAdjust a test output. 14777/head
2023-02-09 Daniel ArndtMerge pull request #14779 from singima/more_kinsol_edits
2023-02-09 Wolfgang BangerthMerge pull request #14773 from masterleinad/fix_clang_1...
2023-02-09 Wolfgang BangerthMinor clarification. 14782/head
2023-02-09 Timo HeisterMerge pull request #14769 from bangerth/fixed-power
2023-02-09 Sean Ingimarsondoc edits for KINSol 14779/head
2023-02-09 Daniel ArndtUse Utilities::fixed_power in one place. 14773/head
2023-02-09 David WellsMerge pull request #14778 from bangerth/types
2023-02-09 Peter MunchMerge pull request #14766 from mschreter/find_all_activ...
2023-02-09 Wolfgang BangerthFix a comment for types::boundary_id. 14778/head
2023-02-09 Wolfgang BangerthStandardize 2D/3D -> 2d/3d in a few strings.
2023-02-09 Wolfgang BangerthStandardize 2D/3D -> 2d/3d in the tutorials. 14776/head
2023-02-09 Wolfgang BangerthStandardize 2D/3D -> 2d/3d in comments. 14774/head
2023-02-09 Daniel ArndtFix warnings with Clang-15+Cuda
2023-02-09 Wolfgang BangerthMerge pull request #14759 from Darth-Veidim/darth-branch
2023-02-09 Wolfgang BangerthMerge pull request #14736 from luca-heltai/stefanozampi...
2023-02-08 Wolfgang BangerthMerge pull request #14760 from tjhei/diag-ignore-cast...
2023-02-08 Wolfgang BangerthMerge pull request #14761 from drwells/fe-dgp-regularity
2023-02-08 Wolfgang BangerthMerge pull request #14762 from drwells/qprojector-orien...
2023-02-08 Wolfgang BangerthFix an assertion. 14769/head
2023-02-08 Vadim Gallyamovchanged std::pow to Utilities::fixed_power in include... 14759/head
2023-02-08 Timo HeisterMerge pull request #14767 from bangerth/cleanups
2023-02-08 Daniel ArndtMerge pull request #14765 from pengfej/fixing_random_nu...
2023-02-08 Wolfgang BangerthMinor cleanups in PETSc interfaces. 14767/head
2023-02-07 Wolfgang BangerthAdd test. 14754/head
2023-02-07 Magdalena Schreterextend find_all_active_cells_around_point_04.cc 14766/head
2023-02-07 Pengfei JiaUpdate source/base/mu_parser_internal.cc 14765/head
2023-02-07 Pengfei Jiaindent
2023-02-07 Pengfei JiaAdding tests and fixing comments
2023-02-07 Pengfei JiaFixing random number generator function parser
2023-02-07 Daniel ArndtMerge pull request #14728 from peterrum/find_all_active...
2023-02-07 Peter MunchFix find_all_active_cells_around_point() 14728/head
2023-02-07 Marc FehlingMerge pull request #14763 from Rombur/static_tests
2023-02-07 Bruno TurcksinDon't use static variables in tests 14763/head
2023-02-07 David WellsQProjector: minor orientation fixes. 14762/head
2023-02-07 David WellsFix the support points for FE_SimplexDGP. 14761/head
2023-02-07 Timo Heisterignore external cast-function-type warnings 14760/head
2023-02-06 Marc FehlingMerge pull request #14756 from dealii/dependabot/github...
2023-02-06 dependabot... Bump docker/build-push-action from 3 to 4 dependabot/github_actions/docker/build-push-action-4 14756/head
2023-02-05 Timo HeisterMerge pull request #14755 from Rombur/kokko_mpi
2023-02-03 Bruno TurcksinAdd Kokkos::initalize and finalize to MPI_InitFinalize 14755/head
2023-02-03 Bruno TurcksinRemove Kokkos::initialize and finalize
2023-02-03 Matthias MaierMerge pull request #14753 from masterleinad/kokkos_clean_up
2023-02-02 Daniel ArndtWrap Kokkos::abort 14753/head
2023-02-02 Daniel ArndtFix nvcc
2023-02-02 Daniel Arndtifdef KOKKOS_VERSION -> if KOKKOS_VERSION
2023-02-02 Marc FehlingMerge pull request #14752 from simonsticko/fix_missing_...
2023-02-02 Daniel ArndtDisable warnings in Kokkos headers
2023-02-02 Wolfgang BangerthAdd a changelog entry.
2023-02-02 Wolfgang BangerthFix the type used to initialize a DerivativeForm from...
2023-02-01 Daniel ArndtAvoid __CUDA_ARCH__ in source code
2023-02-01 Simon StickoMake sure all Kokkos headers are installed 14752/head
2023-02-01 Daniel ArndtMerge pull request #14726 from tamiko/silence_warnings
2023-02-01 Daniel ArndtMerge pull request #14746 from bangerth/thread
2023-02-01 Daniel ArndtMerge pull request #14744 from singima/kinsol_edits
2023-01-31 Sean IngimarsonSome edits of the KINSol documentation. 14744/head
2023-01-31 David WellsMerge pull request #14747 from marcfehling/doc-setactivefe
2023-01-31 Marc FehlingDoc: Inform user how to exchange active FE indices... 14747/head
2023-01-31 Wolfgang BangerthMerge pull request #14745 from drwells/exodus-lines
2023-01-30 David WellsMerge pull request #14740 from bangerth/doc-12
2023-01-30 Wolfgang BangerthRemove a BOOST src directory we don't use. 14746/head
2023-01-28 David WellsMake ExodusII work with line types. 14745/head
2023-01-28 Stefano ZampiniAdd support for CommunicationPattern with PETSc SF 14736/head
2023-01-28 Stefano ZampiniConvenience routine from IndexSet to PETSc IS
2023-01-27 David WellsMerge pull request #14741 from bangerth/index-set
2023-01-27 Wolfgang BangerthReplace deprecated function in tests. 14741/head
2023-01-27 Wolfgang BangerthDeprecate a fill function.
2023-01-27 Daniel ArndtMerge pull request #14737 from drwells/default-orientation
2023-01-27 David WellsMerge pull request #14731 from tamiko/fix_tests_3
2023-01-27 Bruno TurcksinMerge pull request #14571 from masterleinad/kokkos_la_d...
2023-01-27 David WellsMerge pull request #14743 from tamiko/cmake_improvements_2
2023-01-27 David WellsMerge pull request #14742 from tamiko/cmake_improvements
2023-01-27 David WellsMerge pull request #14738 from tamiko/make_older_cmake_...
2023-01-27 Marc FehlingMerge pull request #14739 from masterleinad/strip_x_cuda
2023-01-27 Matthias Maierdoc/users: update to new cmake syntax, update to recent... 14743/head
2023-01-27 Matthias Maierdoc/developers: update to new cmake syntax, update...
2023-01-27 Matthias Maierupdate news entry 14742/head
2023-01-27 Matthias Maierexamples/step-81: depend on deal.II 9.5.0
2023-01-27 Matthias MaierCMake: Uniformly raise the minimum required version...
2023-01-27 Wolfgang BangerthMerge pull request #14735 from luca-heltai/stefanozampi...
2023-01-26 Matthias MaierCMake: do use VERSION for interface targets for older... 14738/head
2023-01-26 Wolfgang BangerthUse get_index_vector() instead of fill_index_vector().
2023-01-26 Daniel ArndtStrip "-x cuda" from Trilinos flags without configured... 14739/head
2023-01-26 Wolfgang BangerthAdd a changelog entry.
2023-01-26 Wolfgang BangerthIntroduce IndexSet::get_index_vector().
2023-01-26 Wolfgang BangerthBetter document CommunicationPatternBase and derived... 14740/head
2023-01-26 David WellsAdd some comments describing our orientation implementa... 14737/head
2023-01-26 David WellsConsistently name things 'combined face orientation'.
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.