]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-11-23 Matthias Maiergitignore: ignore clangd files and directories 14462/head
2022-11-23 Daniel ArndtMerge pull request #14451 from drwells/sparsity-pattern...
2022-11-23 Timo HeisterMerge pull request #14452 from tamiko/avoid_a_warning
2022-11-23 Matthias MaierGridGenerators: modernize a cell loop and use range... 14452/head
2022-11-23 Matthias MaierGridGenerator: avoid a warning in release mode
2022-11-23 Matthias MaierMerge pull request #14365 from masterleinad/kokkos_bundled
2022-11-22 David WellsClean up some sparsity-related header inclusions. 14451/head
2022-11-22 David WellsRemove SPARSITY_PATTERNS from template-arguments.in
2022-11-22 David WellsMerge pull request #14433 from drwells/sparsity-pattern...
2022-11-22 David WellsMerge pull request #14392 from bangerth/cxx17
2022-11-22 David Wellsmultigrid tools: Remove template on sparsity pattern... 14433/head
2022-11-22 Daniel ArndtAvoid "!." 14365/head
2022-11-22 Daniel ArndtMake Kokkos a required dependency and bundle Kokkos...
2022-11-22 David WellsMerge pull request #14435 from masterleinad/fix_trilino...
2022-11-22 Martin KronbichlerMerge pull request #14441 from drwells/sparsity-base-api
2022-11-22 Martin KronbichlerMerge pull request #14445 from lethe-cfd/particles_peri...
2022-11-22 Marc FehlingMerge pull request #14450 from masterleinad/fix_actions...
2022-11-22 Daniel ArndtMerge pull request #14448 from bangerth/vtu-6
2022-11-21 Timo HeisterMerge pull request #14449 from bangerth/vtu-9
2022-11-21 Daniel ArndtBump actions/checkout from 2 to 3 14450/head
2022-11-21 Wolfgang BangerthAvoid boost::optional/variant in favor of std_cxx17... 14392/head
2022-11-21 Daniel ArndtMerge pull request #14437 from quangx/fix-step76-document
2022-11-21 David WellsRedo SparsityPatternBase::add_entries() to use pairs. 14441/head
2022-11-21 Bruno BlaisRemove two lines that were added by mistake 14445/head
2022-11-21 Bruno BlaisUpdate doc/news/changes/minor/20221118Blais
2022-11-21 Bruno BlaisFix indentation
2022-11-21 Wolfgang BangerthMove declaration of vtu_stream to where it is used. 14449/head
2022-11-21 Quang Hoangfix typos 14437/head
2022-11-21 Bruno BlaisUpdate test documentation
2022-11-21 David WellsMerge pull request #14447 from tjhei/fix-indent-script
2022-11-21 Wolfgang BangerthUse variable-sized std::array instead of fixed number... 14448/head
2022-11-21 David WellsMerge pull request #14446 from bangerth/vtu-5
2022-11-21 Bruno BlaisApply suggestions from code review
2022-11-21 Bruno BlaisUpdate include/deal.II/grid/grid_tools_cache.h
2022-11-21 Timo Heisterfix indent script 14447/head
2022-11-21 David WellsMerge pull request #14444 from bangerth/ident
2022-11-21 Daniel ArndtMerge pull request #14429 from masterleinad/cuda_build_...
2022-11-21 Bruno BlaisExchange ghost uses vertices w ghost_neighbors
2022-11-21 Bruno BlaisAdd test for new periodic exchange ghost
2022-11-20 Bruno BlaisUpdate source/particles/particle_handler.cc
2022-11-20 Bruno BlaisUpdate source/particles/particle_handler.cc
2022-11-20 Wolfgang BangerthConvert yet another function. 14446/head
2022-11-20 Wolfgang BangerthSimplify yet more code.
2022-11-20 Wolfgang BangerthSimplify more code.
2022-11-19 Wolfgang BangerthAdd a bit of documentation. 14444/head
2022-11-19 Matthias MaierMerge pull request #14424 from masterleinad/kokkos_prin...
2022-11-19 Daniel ArndtPrint backends and architectures for Kokkos 14424/head
2022-11-19 Daniel ArndtOnly pass Kokkos flags 14435/head
2022-11-19 Daniel ArndtRemove optimization flags from Trilinos flags
2022-11-19 Daniel ArndtFix flags for Trilinos+Kokkos
2022-11-19 Daniel ArndtBuild CUDA tests in CUDA CI 14429/head
2022-11-19 Bruno BlaisUpdate doc/news/changes/minor/20221118Blais
2022-11-18 Wolfgang BangerthSimplify some code.
2022-11-18 Bruno BlaisAdded contributor file
2022-11-18 Bruno BlaisFix indentation
2022-11-18 Bruno BlaisFianlize documentation
2022-11-18 David WellsMerge pull request #14442 from marcfehling/vectorcopy
2022-11-17 Daniel ArndtMerge pull request #14438 from bangerth/petsc
2022-11-17 Bruno BlaisFirst working version
2022-11-17 Wolfgang BangerthRe-introduce (now deprecated) old constructor. 14438/head
2022-11-17 Timo HeisterMerge pull request #14436 from Rombur/cuda_ice
2022-11-17 Bruno TurcksinMerge pull request #14421 from bangerth/vtu-3
2022-11-17 Bruno TurcksinInstall boost 14436/head
2022-11-17 Wolfgang BangerthAdd a changelog.
2022-11-17 Wolfgang BangerthSimplify step-40.
2022-11-17 Wolfgang BangerthAvoid the use of deprecated constructors.
2022-11-17 Wolfgang BangerthDeprecate the use of PETScWrapper::Solver* constructors...
2022-11-17 Wolfgang BangerthSimplify code.
2022-11-17 Wolfgang BangerthRemove the need to store the MPI communicator in PETScW...
2022-11-17 Wolfgang BangerthProvide the ability to query the communicator from...
2022-11-17 Daniel ArndtMerge pull request #14434 from drwells/sparsity-pattern...
2022-11-17 Timo HeisterMerge pull request #14439 from bangerth/comment
2022-11-17 Wolfgang BangerthFix a misspelling in a comment. 14439/head
2022-11-16 David WellsDoFTools: use some ranged-for loops 14434/head
2022-11-16 Bruno TurcksinUpdate CI workflow to CUDA 11.8
2022-11-16 David WellsDoFTools: convert some functions to use add_row_entries().
2022-11-16 David WellsSparsityPattern: add an assertion in input data.
2022-11-16 Martin KronbichlerMerge pull request #14427 from marcfehling/reinit
2022-11-16 Martin KronbichlerMerge pull request #14432 from drwells/sparsity-pattern...
2022-11-16 Daniel ArndtMerge pull request #14431 from drwells/sparsity-pattern...
2022-11-16 Wolfgang BangerthMerge pull request #14425 from Rombur/belos
2022-11-16 David WellsDoFTools: Remove template on sparsity pattern type.
2022-11-16 David WellsParticles: Remove template on sparsity pattern type. 14432/head
2022-11-16 David WellsNonMatching: Remove template on sparsity pattern type. 14431/head
2022-11-15 Daniel ArndtMerge pull request #14415 from tamiko/ninja_workaround
2022-11-15 Marc FehlingUse copy function internally in LA::d::Vector. 14442/head
2022-11-15 Daniel ArndtMerge pull request #14423 from tjhei/rename-inst-file
2022-11-15 Marc FehlingMake TrilinosWrappers::MPI::Vector::reinit accept Utili... 14427/head
2022-11-15 Bruno TurcksinGuard Belos code with macros 14425/head
2022-11-15 Daniel ArndtMerge pull request #14422 from tjhei/remove-cu-doc...
2022-11-15 Martin KronbichlerMerge pull request #14420 from drwells/de-template...
2022-11-15 Wolfgang BangerthTry to use std::make_tuple() to get around compiler... 14421/head
2022-11-15 Timo Heisterrename an inst file 14423/head
2022-11-15 Timo Heisterremove .cu extension in program2doxygen 14422/head
2022-11-15 Wolfgang BangerthWork around a strange compiler issue.
2022-11-15 Timo HeisterMerge pull request #14377 from masterleinad/move_cuda_t...
2022-11-15 Wolfgang BangerthMake a function return its object by value, rather...
2022-11-15 Wolfgang BangerthRename a function and associated objects.
2022-11-15 Wolfgang BangerthSimplify the call to a function on a separate task.
2022-11-15 Wolfgang BangerthRename and refactor another function.
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.