]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-09-07 Martin KronbichlerRemove static declaration from a few tests 15962/head
2023-09-07 Marc FehlingMerge pull request #15954 from kronbichler/fix_warning5
2023-09-07 Marc FehlingMerge pull request #15960 from luca-heltai/update-sha
2023-09-06 Luca HeltaiUpdate shasum for clang-format mac. 15960/head
2023-09-06 Martin KronbichlerUse a simpler form to print an assertion 15954/head
2023-09-06 Martin KronbichlerAnother attempt to fix compile warning
2023-09-06 Martin KronbichlerMerge pull request #15865 from richardschu/fix_ghosts_M...
2023-09-05 Richard SchussnigUpdate doc/news/changes/minor/20230904Schussnig 15865/head
2023-09-04 Wolfgang BangerthMerge pull request #15956 from peterrum/examples_header
2023-09-04 Wolfgang BangerthMerge pull request #15943 from drwells/pst-zorder
2023-09-04 Marc FehlingMerge pull request #15958 from drwells/grid-tools-get...
2023-09-04 Richard Schussnigreset ghost state in MG transfer global coarsening...
2023-09-04 Peter MunchUnify headers of tutorials 15956/head
2023-09-04 David WellsSimplify some GridTools functions. 15958/head
2023-09-04 Peter MunchMerge pull request #15932 from peterrum/RayleighKotheVortex
2023-09-01 David WellsMerge pull request #15953 from bangerth/assertion
2023-09-01 Peter MunchAdd Functions::RayleighKotheVortex 15932/head
2023-08-31 Wolfgang BangerthAdd an assertion to IndexSet::compress(). 15953/head
2023-08-31 Peter MunchMerge pull request #15950 from kronbichler/simplify_code
2023-08-31 Peter MunchMerge pull request #15949 from kronbichler/remove_check
2023-08-31 Peter MunchMerge pull request #15948 from kronbichler/rt_test
2023-08-31 Martin KronbichlerAdd matrix-free interpolation test for Raviart-Thomas... 15948/head
2023-08-31 Martin KronbichlerFEEvaluation for Raviart-Thomas: use fewer multiplications 15950/head
2023-08-31 Martin KronbichlerAlso run check for symmetry for fe_degree = 0 15949/head
2023-08-31 Martin KronbichlerMerge pull request #15947 from marcfehling/mf-hangingnode
2023-08-31 Marc FehlingAdded one assertion to setup_line_to_cell. 15947/head
2023-08-30 Daniel ArndtMerge pull request #15941 from kronbichler/pad_some_arrays
2023-08-30 David WellsMerge pull request #15944 from kronbichler/fix_warning
2023-08-30 Martin KronbichlerFix some additional warnings 15944/head
2023-08-29 Wolfgang BangerthMerge pull request #15940 from kronbichler/constexpr
2023-08-29 Wolfgang BangerthMerge pull request #15939 from kronbichler/fix_test
2023-08-29 David WellsMake the p::s::T serialization test use zorder. 15943/head
2023-08-29 Martin KronbichlerFEEvaluation: Add some padding between different data... 15941/head
2023-08-29 Martin KronbichlerMatrixFree: Use constexpr when selecting evaluator... 15940/head
2023-08-29 Martin KronbichlerFix range-based for loop in performance test 15939/head
2023-08-29 Martin KronbichlerMerge pull request #15937 from masterleinad/avoid_swict...
2023-08-29 Daniel ArndtMerge pull request #15938 from peterrum/mpi_assert
2023-08-28 Peter MunchFix assert 15938/head
2023-08-28 Daniel ArndtMerge pull request #15934 from kronbichler/fix_includes
2023-08-28 Daniel ArndtMerge pull request #15936 from kronbichler/range_based_for
2023-08-28 Daniel ArndtAvoid switches in cuda_tensor_product_kernels.h 15937/head
2023-08-28 David WellsMerge pull request #15935 from kronbichler/simplify_test
2023-08-28 Martin KronbichlerUse range-based for loop for FEEvaluation's quadrature... 15936/head
2023-08-28 Martin KronbichlerRemove unnecessary code in a test 15935/head
2023-08-28 Martin KronbichlerOnly use necessary vector_tools include file 15934/head
2023-08-28 Martin KronbichlerMerge pull request #15933 from kronbichler/try_to_fix_w...
2023-08-27 Martin KronbichlerAvoid some loops that get never entered 15933/head
2023-08-26 Martin KronbichlerMerge pull request #15917 from kronbichler/simplify_ten...
2023-08-25 Martin KronbichlerReindent 15917/head
2023-08-25 Martin KronbichlerUpdate source/base/tensor_product_polynomials.cc
2023-08-25 Martin KronbichlerSimplify some code because separate loops don't pay off
2023-08-25 Martin KronbichlerPass number of derivatives to polynomial class to reduc...
2023-08-25 Martin KronbichlerMake some inner loop faster by avoiding redundant opera...
2023-08-25 Martin KronbichlerUse common code for tensor product polynomial evaluation
2023-08-25 Peter MunchMerge pull request #15929 from kronbichler/fix_ci_indent
2023-08-25 Martin KronbichlerFix indentation CI 15929/head
2023-08-25 Martin KronbichlerMerge pull request #15928 from bangerth/subset
2023-08-25 Martin KronbichlerMerge pull request #15842 from peterrum/timing_step_37_gc
2023-08-25 Martin KronbichlerMerge pull request #15922 from kronbichler/improve_shap...
2023-08-25 Wolfgang BangerthAdd a changelog entry. 15928/head
2023-08-25 Wolfgang BangerthAdd a test.
2023-08-25 Wolfgang BangerthIntroduce IndexSet::is_subset_of().
2023-08-24 Matthias MaierMerge pull request #15923 from bergbauer/neon
2023-08-24 Marc FehlingMerge pull request #15926 from kronbichler/remove_unnec...
2023-08-24 Peter MunchMerge pull request #15820 from peterrum/non_nested_tran...
2023-08-24 Martin KronbichlerRemove unnecessary include file 15926/head
2023-08-24 Wolfgang BangerthMerge pull request #15925 from masterleinad/use_qualifi...
2023-08-24 Maximilian... Implement ARM Neon intrinsics 15923/head
2023-08-24 Peter MunchMGTwoLevelTransferNonNested: enable simplex 15820/head
2023-08-24 Daniel Arndtclang-format: Use QualifierAlignment: Left 15925/head
2023-08-24 Martin KronbichlerMatrix-free Raviart-Thomas: Set symmetry/even-odd in... 15922/head
2023-08-24 Peter MunchMerge pull request #15899 from luca-heltai/rpe_Addition...
2023-08-24 Peter MunchMerge pull request #15924 from masterleinad/restrict_no...
2023-08-24 Daniel Arndtnon_nested_multigrid_04 needs Trilinos 15924/head
2023-08-23 Marco Federimprove documentation of AdditionaData 15899/head
2023-08-23 Matthias MaierMerge pull request #15903 from tamiko/update_clang_format
2023-08-23 Matthias Maierclang-format: run indent-all 15903/head
2023-08-23 Matthias Maierclang-format: unify clang-format configuration, update...
2023-08-23 Matthias MaierTest: tensors/tensor_31: use clang-format off to avoid...
2023-08-23 Matthias Maierclang-format: update indent and compile script to versi...
2023-08-23 Peter MunchMerge pull request #15843 from peterrum/fep_simplices
2023-08-23 Peter MunchApply review 15843/head
2023-08-23 Martin KronbichlerMerge pull request #15906 from bangerth/default-2
2023-08-23 Peter MunchMerge pull request #15907 from marcfehling/islands
2023-08-23 Peter MunchFEPointEvaluation/MappingInfo for simplices
2023-08-23 Peter MunchMerge pull request #15913 from kronbichler/simplify_rt_init
2023-08-23 Peter MunchMerge pull request #15905 from kronbichler/cleanup_shap...
2023-08-23 Peter MunchMerge pull request #15918 from marcfehling/step75-3d
2023-08-23 Wolfgang BangerthUse a delegating constructor. 15906/head
2023-08-23 Wolfgang BangerthBe more terse about AffineConstraint default arguments.
2023-08-23 Wolfgang BangerthAdd a default constructor to AffineConstraints.
2023-08-23 Wolfgang BangerthMerge pull request #15915 from kronbichler/remove_outda...
2023-08-23 Marc Fehlingstep-75: enable pseudo-3d solution 15918/head
2023-08-22 Marc FehlingDisable eliminate_unrefined_islands in create_geometric... 15907/head
2023-08-22 Marc FehlingAllow set_mesh_smoothing() on non-empty triangulations.
2023-08-22 Martin KronbichlerMerge pull request #15909 from tamiko/const-2
2023-08-22 Martin KronbichlerMerge pull request #15914 from peterrum/mapping_q_normal
2023-08-22 Matthias MaierMerge pull request #15912 from stefanozampini/proper...
2023-08-22 Martin KronbichlerTensor polynomials: Remove nonsensical comments 15915/head
2023-08-22 Martin KronbichlerMerge pull request #15807 from peterrum/FineDoFHandlerV...
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.