]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2024-03-30 Wolfgang BangerthRevert "No longer output the size of tensors into outpu... 16823/head
2024-03-30 Wolfgang BangerthRevert "Add a changelog entry for the alignment of...
2024-03-30 Wolfgang BangerthRevert "Align Tensor<rank,dim,Number> to make vectoriza...
2024-03-30 Wolfgang BangerthMerge pull request #16820 from tamiko/fix_avx512_fpe
2024-03-30 Wolfgang BangerthMerge pull request #16814 from simonsticko/codim_in_getname
2024-03-30 Matthias Maierdistributed/tria.cc: avoid FPE due to undefined behavior 16820/head
2024-03-30 Matthias MaierMerge pull request #16816 from bangerth/fix-test
2024-03-30 Matthias MaierMerge pull request #16815 from bangerth/fix-particle...
2024-03-29 Wolfgang BangerthNo longer output the size of tensors into output file... 16816/head
2024-03-29 Wolfgang BangerthFix a second place where particles compute the size... 16815/head
2024-03-29 Martin KronbichlerMerge pull request #16813 from bangerth/fix-particle...
2024-03-29 Daniel ArndtMerge pull request #16788 from kronbichler/fix_asserts
2024-03-29 Simon StickoAdd codimension in get_name() for a few elements 16814/head
2024-03-29 Martin KronbichlerMerge pull request #16795 from Rombur/python_binding
2024-03-29 Wolfgang BangerthAllocate the right amount of memory when serializing... 16813/head
2024-03-29 Daniel ArndtMerge pull request #16806 from drwells/remove-hardcoded...
2024-03-29 Martin KronbichlerMerge pull request #16812 from tamiko/fix_tests_avx_05
2024-03-29 Martin KronbichlerMerge pull request #16811 from tamiko/fix_tests_avx_04
2024-03-29 Martin KronbichlerMerge pull request #16810 from tamiko/fix_tests_avx_03
2024-03-29 Martin KronbichlerMerge pull request #16809 from tamiko/fix_tests_avx_02
2024-03-29 Martin KronbichlerMerge pull request #16808 from tamiko/fix_tests_avx_01
2024-03-29 Martin KronbichlerMerge pull request #16805 from simonsticko/hp_get_prese...
2024-03-29 David WellsGridTools: remove another hard-coded inverse orientatio... 16806/head
2024-03-29 David WellsReferenceCell: permit face index calculations for lines.
2024-03-29 Matthias MaierTest grid/closest_point: guard against roundoff error 16812/head
2024-03-29 Matthias MaierTest trilinos/precondition: Relax iteration bounds 16811/head
2024-03-28 Matthias MaierTest grid/grid_generator_09: add another output variant 16810/head
2024-03-28 Matthias MaierTest mappings/mapping_q_real_to_unit_internal: add... 16809/head
2024-03-28 Matthias MaierTest cgal/cgal_triangulation_05: add avx output variants 16808/head
2024-03-28 David WellsTriangulation: remove hard-coded inverse orientation...
2024-03-28 Peter MunchMerge pull request #16780 from drwells/consistent-perio...
2024-03-28 Wolfgang BangerthMerge pull request #16801 from kronbichler/fix_tensor_m...
2024-03-28 Simon StickoAdd assert on reinit() being called before get_present_... 16805/head
2024-03-28 Daniel ArndtMerge pull request #16802 from bangerth/fix-test
2024-03-28 Martin KronbichlerMerge pull request #16803 from bangerth/doc
2024-03-28 Wolfgang BangerthMerge pull request #16797 from tamiko/make_statement_mo...
2024-03-28 Martin KronbichlerMappingQ: Do not assume contiguous storage of Tensor... 16801/head
2024-03-28 Wolfgang BangerthAugment documentation of class Tensor. 16803/head
2024-03-28 Wolfgang BangerthFix compilation of a test. 16802/head
2024-03-28 Martin KronbichlerMerge pull request #16798 from simonsticko/mapping_c1_i...
2024-03-28 Martin KronbichlerFEEvaluation: Add static asserts to functions selected... 16788/head
2024-03-28 Daniel ArndtMerge pull request #16799 from simonsticko/grid_in_auth...
2024-03-28 Simon StickoRemove leftover author names in GridIn. 16799/head
2024-03-28 Simon StickoInstantiate MappingC1 for dim <= spacedim 16798/head
2024-03-28 Matthias Maierbase/tensor.h: make a statement easier to read 16797/head
2024-03-27 Martin KronbichlerMerge pull request #16771 from bangerth/tensor-alignment
2024-03-27 Daniel ArndtMerge pull request #16787 from kronbichler/fix_submit_g...
2024-03-27 Daniel ArndtMerge pull request #16793 from masterleinad/fix_cuda_ci
2024-03-27 Bruno TurcksinAdd changelog 16795/head
2024-03-27 Bruno TurcksinAdd GridGenerator::hyper_ball_balanced to the python...
2024-03-27 Bruno TurcksinAdd GridGenerator::channel_with_cylinder to the python...
2024-03-27 Bruno TurcksinAdd GridGenerator::plate_with_a_hole to the python...
2024-03-27 Wolfgang BangerthMerge pull request #16784 from masterleinad/fix_tpetra_...
2024-03-27 David WellsMerge pull request #16791 from bangerth/error
2024-03-27 David WellsMerge pull request #16790 from bangerth/tensor-begin...
2024-03-27 Daniel ArndtTry 3.27.9 16793/head
2024-03-27 Martin KronbichlerUpdate changelog entry 16787/head
2024-03-27 Martin KronbichlerNew test case
2024-03-27 Martin KronbichlerFEEvaluation: Fix submit_gradient in 1D
2024-03-27 Daniel ArndtFix CI using Kokkos+Cuda and CMake 3.29.0
2024-03-27 David WellsMerge pull request #16789 from kronbichler/restore_asse...
2024-03-27 Daniel ArndtUse ifdef DEBUG instead 16784/head
2024-03-27 Wolfgang BangerthProvide a better error message. 16791/head
2024-03-26 Wolfgang BangerthAdd a changelog entry. 16790/head
2024-03-26 Wolfgang BangerthRemove/deprecate Tensor::begin/end_raw().
2024-03-26 Martin KronbichlerFEEvaluation: Ensure assertions in get_value/gradient... 16789/head
2024-03-26 Wolfgang BangerthAdd a changelog entry for the alignment of tensors. 16771/head
2024-03-26 Wolfgang BangerthAlign Tensor<rank,dim,Number> to make vectorization...
2024-03-26 Wolfgang BangerthAdd a changelog entry.
2024-03-26 Wolfgang BangerthAddress an alignment issue in Utilities::unpack().
2024-03-26 Martin KronbichlerMerge pull request #16782 from drwells/openmpi-5
2024-03-26 Peter MunchMerge pull request #16765 from kronbichler/fe_point_eva...
2024-03-26 Marc FehlingMerge pull request #16785 from tamiko/fix_opencascade_c...
2024-03-26 Matthias MaierCMake: fix opencascade component 16785/head
2024-03-25 Peter MunchMerge pull request #16776 from kronbichler/simplify_fe_...
2024-03-25 Daniel ArndtFix compiler warning for macro usage in TpetraWrappers
2024-03-25 David WellsFix test environment variables for OpenMPI 5. 16782/head
2024-03-25 Wolfgang BangerthMerge pull request #16781 from kinnewig/tpetra_wrappers...
2024-03-25 David WellsQA: clean up some comments and constants. 16780/head
2024-03-25 David WellsGridTools::orthogonal_equality(): simplify.
2024-03-25 David Wellsp::d::T: remove another GeometryInfo call.
2024-03-25 David Wellsp::d::T: remove hardcoded inverse permutation.
2024-03-25 Martin KronbichlerAdd compatibility layer for 1D access 16776/head
2024-03-25 David WellsAdd ReferenceCell::get_inverse_combined_orientation().
2024-03-25 David WellsPeriodicFacePair: Use unsigned char instead of bitset.
2024-03-25 Sebastian KinnewigAdd local_range() and in_local_range() to LA::TpetraWra... 16781/head
2024-03-24 Wolfgang BangerthMerge pull request #16779 from quangx/step-32-typo
2024-03-23 Quang Hoangfix schur preconditioner format 16779/head
2024-03-23 Wolfgang BangerthMerge pull request #16778 from KJSchwiebert/master
2024-03-22 Kyle SchwiebertRemove typo from step-26 intro.dox 16778/head
2024-03-22 Martin KronbichlerUpdate tests 16765/head
2024-03-22 Martin KronbichlerReview
2024-03-22 Martin KronbichlerChangelog
2024-03-22 Martin KronbichlerFEEvaluation: Reduced specialized Access class
2024-03-22 Matthias MaierMerge pull request #16775 from kronbichler/fix_tensor_p...
2024-03-22 Martin KronbichlerTensor product kernels: Implement generic operation... 16775/head
2024-03-21 Wolfgang BangerthMerge pull request #16761 from kronbichler/gmres_all_zero
2024-03-21 Wolfgang BangerthMerge pull request #16770 from kronbichler/remove_speci...
2024-03-21 Peter MunchMerge pull request #16755 from dominiktassilostill...
2024-03-21 Peter MunchMerge pull request #16769 from kronbichler/pointer_aliasing
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.