]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2021-09-20 Martin KronbichlerMerge pull request #12769 from zjiaqi2018/matrix-free...
2021-09-20 Martin KronbichlerMerge pull request #12767 from peterrum/HangingNodes_ar...
2021-09-19 Peter MunchHangingNodes: ignore artificial neighbors 12767/head
2021-09-19 Peter MunchMerge pull request #12768 from kronbichler/mf_no_inner_...
2021-09-19 Jiaqi Zhangimprove documentation 12769/head
2021-09-18 Martin KronbichlerNew test case 12768/head
2021-09-18 Martin KronbichlerDo not build inner face data if not requested
2021-09-18 Martin KronbichlerMerge pull request #12765 from bangerth/references
2021-09-17 Peter MunchMerge pull request #12764 from Rombur/cuda_hanging_node
2021-09-17 Wolfgang BangerthAdd a few references to the FE_Q_iso_Q1 element documen... 12765/head
2021-09-16 Bruno TurcksinRefactor hanging_nodes_internals.h 12764/head
2021-09-15 Martin KronbichlerMerge pull request #12755 from jppelteret/trilinos_line...
2021-09-14 Jean-Paul PelteretAdd changelog entry 12755/head
2021-09-14 Jean-Paul PelteretAdd tests for inverse_operator() using Trilinos payload
2021-09-14 Jean-Paul PelteretAdd generic constructor for TrilinosPayload
2021-09-14 Jean-Paul PelteretPermit TrilinosPayload to use itself as an exemplar...
2021-09-14 Martin KronbichlerMerge pull request #12758 from peterrum/mesh_classifier... 12762/head
2021-09-14 Peter MunchRename VECTOR to VectorType 12758/head
2021-09-13 Bruno TurcksinMerge pull request #12651 from jppelteret/scratch_data_04
2021-09-13 Peter MunchMerge pull request #12753 from kronbichler/reduce_test_...
2021-09-12 Jean-Paul PelteretAdd new variant of TrilinosWrappers::linear_operator()
2021-09-11 Martin KronbichlerReduce run time of FEEvaluation tests with Hessians 12753/head
2021-09-11 Martin KronbichlerMerge pull request #12751 from marcfehling/fix-line...
2021-09-09 Marc FehlingBugfix: Invalid dofs on lines with similar FEs not... 12751/head
2021-09-09 Martin KronbichlerMerge pull request #12750 from kronbichler/avoid_unused...
2021-09-09 Martin KronbichlerAvoid warning about unused variable 12750/head
2021-09-09 Martin KronbichlerMerge pull request #12692 from drwells/to-array
2021-09-09 Martin KronbichlerMerge pull request #12744 from bergbauer/hessians_on_ge...
2021-09-08 David WellsChange Tensor::unroll() to take iterator pairs. 12692/head
2021-09-08 David WellsMerge pull request #12749 from bangerth/size_type
2021-09-08 Wolfgang BangerthConsistently declare size_type in preconditioners deriv... 12749/head
2021-09-07 David WellsUse iterators in Tensor::unroll_recursion().
2021-09-07 Wolfgang BangerthMerge pull request #12747 from Rombur/fix_warnings
2021-09-07 Daniel ArndtMerge pull request #12748 from simonsticko/read_vtk_doc
2021-09-07 Simon StickoAvoid comment from grid_in.cc showing up in doc of... 12748/head
2021-09-07 Bruno TurcksinFix unused-but-set-variabel warnings 12747/head
2021-09-07 Maximilian... Hessains on general cells and faces 12744/head
2021-09-07 Martin KronbichlerMerge pull request #12741 from bangerth/47
2021-09-07 Martin KronbichlerMerge pull request #12746 from peterrum/MGTransferGloba...
2021-09-07 Martin KronbichlerMerge pull request #12738 from peterrum/interpolate_to_mg
2021-09-06 Peter MunchUpdate documentation of MGTransferGlobalCoarsening... 12746/head
2021-09-06 Martin KronbichlerMerge pull request #12731 from peterrum/gc_memory_consu...
2021-09-06 Peter MunchFix MGTransferMatrixFree::interpolate_to_mg() for PBC 12738/head
2021-09-06 Peter MunchMerge pull request #12745 from peterrum/copy_to_mg_fix
2021-09-06 Peter MunchFix MGTransferGlobalCoarsening::copy_to_mg() 12745/head
2021-09-05 Martin KronbichlerMerge pull request #12743 from peterrum/HangingNodes
2021-09-05 Peter MunchImplement MGTransferGlobalCoarsening::memory_consumption() 12731/head
2021-09-05 Peter MunchExtend references of HangingNodes 12743/head
2021-09-05 Peter MunchMerge pull request #12742 from kronbichler/fix_matrix_v...
2021-09-04 Marc FehlingMerge pull request #12739 from slfuchs/add-test-checkin...
2021-09-04 Sebastian FuchsAdd test checking insert particle method 12739/head
2021-09-04 Peter MunchMerge pull request #12740 from kronbichler/eval_bugfix_...
2021-09-04 Martin KronbichlerFix test for Hessians on faces with MatrixFree 12742/head
2021-09-03 Wolfgang BangerthAdjust some symbols in step-47. 12741/head
2021-09-03 Martin KronbichlerFEFaceEvaluation: Do not run into reduced reads with... 12740/head
2021-09-03 Martin KronbichlerMerge pull request #12714 from peterrum/vt_point_values...
2021-09-03 Martin KronbichlerMerge pull request #12733 from peterrum/get_multigrid
2021-09-03 Martin KronbichlerMerge pull request #12735 from Rombur/fix_cuda
2021-09-02 Marc FehlingMerge pull request #12717 from bangerth/next
2021-09-02 Marc FehlingMerge pull request #12736 from bangerth/stack
2021-09-02 Wolfgang BangerthUse std::prev in one place. 12717/head
2021-09-02 Wolfgang BangerthAlso use std::next for ++object.begin(x).
2021-09-02 Wolfgang BangerthAlso use std::next for ++object.begin_active().
2021-09-02 Wolfgang BangerthUse std::next instead of ++object.begin().
2021-09-02 Wolfgang BangerthDeclare std::iterator_traits for sparse matrix iterators.
2021-09-02 Wolfgang BangerthDeclare local difference_type for sparse matrix iterators.
2021-09-02 Wolfgang BangerthAdd a static_assert to DataOutStack. 12736/head
2021-09-02 Bruno TurcksinFix size of data copied to constant memory and add... 12735/head
2021-09-02 David WellsMerge pull request #12734 from gfcas/changelog_ginkgo_v...
2021-09-02 Fabian CastelliAdd changelog entry for ginkgo 1.4.0 requirement 12734/head
2021-09-02 Peter MunchImplement PreconditionMG::get_multigrid() 12733/head
2021-09-02 Wolfgang BangerthMerge pull request #12732 from tamiko/boost_177_compati...
2021-09-01 Matthias MaierBoost 1.77 compatibility: change order of includes 12732/head
2021-09-01 Matthias MaierMerge pull request #12703 from gfcas/cmake_ginkgo
2021-09-01 Peter MunchMerge pull request #12730 from kronbichler/step26-fix
2021-09-01 Martin Kronbichlerstep-26: Remove stray newline in formula 12730/head
2021-08-31 Marc FehlingMerge pull request #12729 from bangerth/mutable
2021-08-31 Wolfgang BangerthMake some static local variables mutable members. 12729/head
2021-08-31 Daniel ArndtMerge pull request #12727 from slfuchs/fix-deadlock...
2021-08-31 Sebastian FuchsAdd changelog entry 12727/head
2021-08-31 Martin KronbichlerMerge pull request #12725 from Rombur/time_stepping
2021-08-31 Martin KronbichlerMerge pull request #12726 from bangerth/doc
2021-08-31 Sebastian FuchsFix bug in particle handler insertion
2021-08-31 Wolfgang BangerthImprove documentation of PolynomialsRaviartThomas a... 12726/head
2021-08-30 Bruno TurcksinFix a bug in EmbeddedExplicitRungeKutta default constructor 12725/head
2021-08-30 Martin KronbichlerMerge pull request #12711 from marcfehling/identities...
2021-08-30 Martin KronbichlerMerge pull request #12720 from peterrum/MGTwoLevelTrans...
2021-08-30 Martin KronbichlerMerge pull request #12723 from peterrum/loop_over_activ...
2021-08-30 Martin KronbichlerMerge pull request #12705 from peterrum/pft_create_desc...
2021-08-29 Peter MunchSimplify code in MGTwoLevelTransferImplementation by... 12723/head
2021-08-29 Marc FehlingMerge pull request #12722 from peterrum/restrict_and_ad...
2021-08-29 Marc FehlingMerge pull request #12721 from peterrum/FineDoFHandlerV...
2021-08-28 Peter MunchMove a zero_out_ghost_values 12722/head
2021-08-28 Peter MunchFix the name of some variables 12721/head
2021-08-28 Peter MunchUnify structure of MGTwoLevelTransfer::prolongate_and_a... 12720/head
2021-08-28 David WellsMerge pull request #12716 from bangerth/identities-5
2021-08-28 Peter MunchExtend the documentation of VT::point_values() 12714/head
2021-08-28 Peter MunchMerge pull request #12718 from peterrum/MGTwoLevelTrans...
2021-08-28 Peter MunchAllow to partition levels in TriangulationDescription... 12705/head
2021-08-28 Fabian CastelliUpdate cmake/modules/FindGINKGO.cmake 12703/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.