]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-03-13 Daniel ArndtMark more functions used in Assert as DEAL_II_HOST_DEVICE 14880/head
2023-03-13 Daniel ArndtMerge pull request #14856 from bangerth/concepts
2023-03-13 Martin KronbichlerMerge pull request #14863 from bangerth/69-7
2023-03-13 Wolfgang BangerthFix a missing transpose. 14863/head
2023-03-12 David WellsMerge pull request #14860 from bangerth/69-4
2023-03-12 David WellsMerge pull request #14862 from bangerth/69-6
2023-03-12 David WellsMerge pull request #14869 from masterleinad/kokkos_thre...
2023-03-12 Peter MunchMerge pull request #14875 from bangerth/message-2
2023-03-12 Peter MunchMerge pull request #14876 from bangerth/message
2023-03-11 Timo HeisterMerge pull request #14874 from masterleinad/replace_if_...
2023-03-10 Daniel ArndtAdd comments and avoid a temporary std::string 14869/head
2023-03-10 Wolfgang BangerthMinor improvement to an error message about an unsuppor... 14875/head
2023-03-10 Wolfgang BangerthMinor improvement to an error message. 14876/head
2023-03-10 Daniel ArndtReplace #if DEBUG with #ifdef DEBUG 14874/head
2023-03-09 Daniel ArndtTry making clang-tidy happy
2023-03-09 Daniel ArndtBackport to Kokkos before 3.7.00
2023-03-09 Wolfgang BangerthWork around a doxygen problem. 14856/head
2023-03-09 Daniel ArndtInitialize Kokkos with MultithreadInfo::n_threads()
2023-03-09 Wolfgang BangerthAnnotate the VectorTools functions with vector concepts.
2023-03-09 Matthias MaierMerge pull request #14861 from bangerth/69-5
2023-03-09 Martin KronbichlerMerge pull request #14857 from bangerth/simplify
2023-03-09 Peter MunchMerge pull request #14360 from jh66637/get_vertices_in_...
2023-03-09 Wolfgang Bangerthstep-69: Use commonly used name for time step number. 14862/head
2023-03-09 Wolfgang BangerthAlways let doxygen see concepts.
2023-03-09 Wolfgang BangerthIntroduce a concept that tests whether something a...
2023-03-09 Wolfgang BangerthLet doxygen know how to handle 'requires' expressions.
2023-03-09 Wolfgang BangerthUse better variable names in step-69. 14861/head
2023-03-09 Wolfgang BangerthMake an input variable 'const'. 14860/head
2023-03-08 Wolfgang BangerthAdjust tests. 14857/head
2023-03-08 Wolfgang BangerthRemove another avoidable use of 'typename ...::type'.
2023-03-08 Wolfgang BangerthUse std::common_type_t<...> instead of typename std...
2023-03-08 Martin KronbichlerMerge pull request #14853 from bangerth/22
2023-03-08 Martin KronbichlerMerge pull request #14852 from bangerth/doc-54
2023-03-08 Martin KronbichlerMerge pull request #14855 from bangerth/fix-concepts
2023-03-08 Wolfgang BangerthFix a mistaken 'requires' annotation. 14855/head
2023-03-07 Wolfgang BangerthSimplify a ?: expression. 14853/head
2023-03-07 Wolfgang BangerthClarify documentation. 14852/head
2023-03-07 Martin KronbichlerMerge pull request #14842 from bangerth/rvalue-ref
2023-03-07 Wolfgang BangerthMerge pull request #14846 from sebproell/array-view...
2023-03-07 Matthias MaierMerge pull request #14751 from masterleinad/clang_cuda
2023-03-07 Matthias MaierMerge pull request #14848 from tamiko/print_compiler_in...
2023-03-06 Daniel ArndtMerge pull request #14847 from masterleinad/print_detai...
2023-03-06 Matthias MaierCI: print full compiler command line 14848/head
2023-03-06 Daniel ArndtPrint detailed.log instead of archiving it 14847/head
2023-03-06 Sebastian Proellmake_array_view overload for AlignedVector 14846/head
2023-03-06 Daniel ArndtMerge pull request #14806 from tjhei/zlib_debug_linker
2023-03-05 Wolfgang BangerthAdd a changelog entry. 14842/head
2023-03-05 Wolfgang BangerthDo not allow assigning to rvalue references of Vectoriz...
2023-03-03 Martin KronbichlerMerge pull request #14839 from sebproell/symmetric...
2023-03-03 Daniel ArndtMerge pull request #14829 from drwells/mapping-center...
2023-03-03 Matthias MaierMerge pull request #14836 from bangerth/concepts
2023-03-03 Sebastian ProellSymmetricTensor access returns const reference 14839/head
2023-03-03 David WellsMake Mapping::get_center() work with simplices. 14829/head
2023-03-03 Martin KronbichlerMerge pull request #14838 from sebproell/deviator-vecto...
2023-03-03 Sebastian ProellFix SymmetricTensor::deviator for VectorizedArray 14838/head
2023-03-03 Johannes HeinzGet vertices in CGAL order on face 14360/head
2023-03-02 Daniel ArndtIntroduce DEAL_II_HOST 14751/head
2023-03-02 Wolfgang BangerthAdd a check for concepts to the C++20 test. 14836/head
2023-03-02 Wolfgang BangerthAdd a 'requires' clause to class DoFHandler.
2023-03-02 Wolfgang BangerthAdd a 'requires' clause to class Triangulation.
2023-03-02 Wolfgang BangerthAdd a 'requires' clause to class Point.
2023-03-02 Wolfgang BangerthIntroduce a concept to check for dimensions.
2023-03-02 Wolfgang BangerthIntroduce a macro to use for 'requires' clauses.
2023-03-01 David WellsMerge pull request #14727 from jh66637/mapped_vertices_...
2023-02-28 Martin KronbichlerMerge pull request #14832 from bangerth/invalid
2023-02-28 Timo HeisterMerge pull request #14830 from bangerth/glossary-lumped
2023-02-27 Daniel ArndtReplace KOKKOS_CONSTEXPR_FUNCTION
2023-02-27 Wolfgang BangerthReference the glossary entry relating to the lumped... 14830/head
2023-02-27 Johannes HeinzGet mapped vertices of face 14727/head
2023-02-27 Timo HeisterMerge pull request #14834 from drwells/fix-array-access...
2023-02-26 David WellsMerge pull request #14833 from simonsticko/error_messag...
2023-02-26 David WellsFix an array index warning. 14834/head
2023-02-26 Simon StickoFix grammar in an error message. 14833/head
2023-02-26 Wolfgang BangerthDefine the 'lumped mass matrix'.
2023-02-26 Wolfgang BangerthUse 'nullptr' to initialize pointers. 14832/head
2023-02-26 Wolfgang BangerthAvoid some more instantiations of class Triangulation...
2023-02-26 Peter MunchMerge pull request #14824 from masterleinad/restrict_tp...
2023-02-26 David WellsMerge pull request #14758 from masterleinad/fix_trilino...
2023-02-26 David WellsMerge pull request #14831 from bangerth/instantiations
2023-02-26 David WellsMerge pull request #14828 from bangerth/invalid
2023-02-25 Wolfgang BangerthProduce .inst files that are easier to read. 14831/head
2023-02-25 Daniel ArndtMerge pull request #14827 from drwells/fix-unused-typed...
2023-02-25 Wolfgang BangerthDon't derive InvalidAccessor from TriaAccessorBase. 14828/head
2023-02-25 David WellsMerge pull request #14817 from bangerth/2.2
2023-02-25 David WellsFix an 'unused typedef' warning. 14827/head
2023-02-25 Daniel ArndtAdd CI for Cuda+Clang
2023-02-25 Daniel ArndtFix host-device annotations
2023-02-25 Daniel ArndtFix errors in bundled packages
2023-02-25 Martin KronbichlerMerge pull request #14784 from bangerth/ref-cell-66
2023-02-25 Martin KronbichlerMerge pull request #14826 from bangerth/glossary
2023-02-25 Martin KronbichlerMerge pull request #14772 from masterleinad/fix_kokkos_...
2023-02-25 Daniel ArndtMerge pull request #14825 from tjhei/step-30-rename...
2023-02-24 Daniel ArndtUse Kokkos::abort directly 14772/head
2023-02-24 Daniel ArndtOnly test with double in Tpetra tests 14824/head
2023-02-24 Daniel ArndtFix VectorTools::add_constant for TpetraWrappers::Vector
2023-02-24 Daniel ArndtOnly instantiate Tpetra wrapper types for number types...
2023-02-24 Wolfgang Bangerthstep-2: Clarify some text. 14817/head
2023-02-24 Timo Heisterstep-82: rename output filename 14825/head
2023-02-24 Timo HeisterMerge pull request #14816 from bangerth/2.1
2023-02-24 Wolfgang BangerthLink to the glossary entry for 'stiffness matrix'. 14826/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.