]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2024-01-09 Wolfgang BangerthMinor doc updates to the sparse direct solvers. 16443/head
2024-01-09 Bruno BlaisMerge pull request #16436 from jh66637/rename_template_...
2024-01-09 Johannes Heinzrename template parameters 16436/head
2024-01-08 Marc FehlingMerge pull request #16432 from peterrum/tw_residual
2024-01-08 Peter MunchMerge pull request #16391 from jh66637/get_quadratures_...
2024-01-08 Daniel ArndtMerge pull request #16430 from bangerth/add-test-2
2024-01-08 Daniel ArndtMerge pull request #16426 from bangerth/add-test
2024-01-08 David WellsMerge pull request #16434 from tamiko/remove_long_doubl...
2024-01-08 Matthias Maierdoc/news: add a changes entry 16434/head
2024-01-08 Matthias Maierbase/std_cxx17: remove std::cyl_bessel_jl boost substitutes
2024-01-08 Matthias Maierbase/std_cxx17: remove std::legendrel boost substitutes
2024-01-08 Matthias MaierCMake: do not check for std::legendrel and std::cyl_bes...
2024-01-07 Marc FehlingMerge pull request #16429 from bangerth/permissions
2024-01-07 Peter MunchTemplate VectorType in TrilinosWrappers::SparseMatrix... 16432/head
2024-01-07 Wolfgang BangerthFix the indent script. 16429/head
2024-01-07 Wolfgang BangerthAdd another test. 16430/head
2024-01-07 Wolfgang BangerthAdd a changelog entry. 16426/head
2024-01-07 Wolfgang BangerthAdd a test.
2024-01-07 Wolfgang BangerthMerge pull request #16422 from peterrum/fpe_evaluate
2024-01-07 Peter MunchFPE: split up declaration and definition 16422/head
2024-01-07 Marc FehlingMerge pull request #16421 from bangerth/bary
2024-01-06 Marc FehlingMerge pull request #16420 from peterrum/trilinos_sp_vis...
2024-01-06 Wolfgang BangerthFix variable name. 16421/head
2024-01-06 Peter MunchMerge pull request #16416 from peterrum/trilinos_access...
2024-01-06 Peter MunchMerge pull request #16417 from peterrum/extract_remote_...
2024-01-06 Peter MunchFix TrilinosWrappers::SparsityPattern::Accessor::visit_... 16420/head
2024-01-06 Peter MunchFix allocation in TrilinosWrappers::SparseMatrix::Acces... 16416/head
2024-01-06 Wolfgang BangerthMerge pull request #16418 from peterrum/unnecessary_cha...
2024-01-06 Wolfgang BangerthMerge pull request #16419 from peterrum/indent
2024-01-06 Peter MunchIndent: format also change-log entries 16419/head
2024-01-06 Peter MunchRemove unnecessary change-log entries 16418/head
2024-01-06 Peter MunchSimplify code internal::extract_remote_rows() 16417/head
2024-01-04 David WellsMerge pull request #16403 from bangerth/prefix
2024-01-04 David WellsMerge pull request #16411 from bangerth/trilinos-8
2024-01-04 Wolfgang BangerthUse prefix ++ universally. 16403/head
2024-01-04 Wolfgang BangerthMove the error check next to the checked statement. 16411/head
2024-01-03 Peter MunchMerge pull request #16404 from bangerth/trilinos-2
2024-01-03 Peter MunchMerge pull request #16410 from bangerth/trilinos-5
2024-01-03 Bruno BlaisMerge pull request #16409 from bangerth/trilinos-6
2024-01-03 Bruno BlaisMerge pull request #16408 from bangerth/trilinos-7
2024-01-03 Bruno BlaisMerge pull request #16405 from bangerth/trilinos-4
2024-01-02 Daniel ArndtMerge pull request #16401 from bangerth/trilinos-dev
2024-01-02 Daniel ArndtMerge pull request #16402 from bangerth/gridin
2024-01-02 Wolfgang BangerthSimplify some locations. 16408/head
2024-01-02 Wolfgang BangerthPush a variable declaration down to its first use. 16409/head
2024-01-02 Wolfgang BangerthUnify if-else branches with common code. 16410/head
2024-01-02 Wolfgang BangerthAvoid dynamic memory allocation when we know that we... 16405/head
2024-01-02 Wolfgang BangerthDo not mark a pointer as 'mutable' where not necessary. 16404/head
2024-01-02 Wolfgang BangerthChange a few variable names. 16402/head
2024-01-02 Wolfgang BangerthAvoid a global 'typedef' and qualify things locally. 16401/head
2024-01-02 Peter MunchMerge pull request #16399 from bangerth/trilinos-1
2024-01-02 Wolfgang BangerthOptimize setting a matrix to zero. 16399/head
2024-01-01 Daniel ArndtMerge pull request #16374 from bangerth/dev-1
2024-01-01 Daniel ArndtMerge pull request #16303 from jpthiele/cff-preferred...
2024-01-01 David WellsMerge pull request #16396 from bangerth/attribute
2024-01-01 Peter MunchMerge pull request #16398 from bangerth/index-set
2024-01-01 Peter MunchMerge pull request #16397 from bangerth/private
2024-01-01 Peter MunchMerge pull request #16395 from bangerth/break
2024-01-01 Wolfgang BangerthFix another place. 16398/head
2024-01-01 Wolfgang BangerthDeal with IndexSet operations in a more efficient way.
2024-01-01 Wolfgang BangerthMake a couple of functions 'private'. 16397/head
2023-12-31 Wolfgang BangerthRemove a likely mistaken attribute. 16396/head
2023-12-31 Wolfgang BangerthDo not break hyphenated words in the documentation. 16395/head
2023-12-29 Johannes HeinzHand back used quadratures during conversion of interse... 16391/head
2023-12-29 Bruno BlaisMerge pull request #16300 from jh66637/ste-89-backend
2023-12-29 Johannes HeinzAdd FERemoteEvaluation 16300/head
2023-12-28 Wolfgang BangerthMerge pull request #16329 from vovannikov/nox_exception...
2023-12-28 Wolfgang BangerthMerge pull request #16388 from drwells/adjust-line...
2023-12-28 Bruno BlaisMerge pull request #16389 from bangerth/explicit
2023-12-28 Daniel ArndtMerge pull request #16377 from bangerth/t-4
2023-12-28 Daniel ArndtMerge pull request #16378 from bangerth/compress
2023-12-28 Vladimir IvannikovAdd changelog entry 16329/head
2023-12-28 Vladimir IvannikovFix documentation
2023-12-28 Vladimir IvannikovAdd recovery logic
2023-12-28 Vladimir IvannikovAdd tests
2023-12-28 Wolfgang Bangerth'explicit' on default constructors is redundant. 16389/head
2023-12-28 David WellsUse the combined orientation in another FiniteElement... 16388/head
2023-12-27 Wolfgang BangerthAdd a changelog entry. 16378/head
2023-12-27 Wolfgang BangerthAvoid 'continue' in one place. 16377/head
2023-12-27 Wolfgang BangerthBe explicit about the type used.
2023-12-27 Wolfgang BangerthUse explicit casts.
2023-12-27 Wolfgang BangerthMore small updates to tria_description.cc.
2023-12-27 Marc FehlingMerge pull request #16387 from bangerth/readme
2023-12-27 Wolfgang BangerthRevise the top of the ReadMe file. 16387/head
2023-12-27 Wolfgang BangerthMerge pull request #16385 from tjhei/test-examples3
2023-12-26 Timo HeisterTest examples 16385/head
2023-12-26 Wolfgang BangerthMerge pull request #16379 from drwells/fe-orientation...
2023-12-24 Marc FehlingMerge pull request #16381 from bangerth/spelling
2023-12-24 Wolfgang BangerthFix spelling in a CI step. 16381/head
2023-12-24 Wolfgang BangerthMark a function argument as unused. 16374/head
2023-12-22 David WellsAlso FE::adjust_quad_dof_index_for_face_orientation(). 16379/head
2023-12-22 David WellsUpdate FE::face_to_cell_index() to use combined orienta...
2023-12-21 Wolfgang BangerthProhibit calling compress() on vectors with ghost elements.
2023-12-21 Wolfgang BangerthMerge pull request #16237 from jpthiele/jpt-triangulati...
2023-12-21 Wolfgang BangerthMerge pull request #16239 from sebproell/kinsol-ortho
2023-12-21 Wolfgang BangerthMerge pull request #16373 from drwells/2d-flip
2023-12-21 David WellsMerge pull request #16369 from bangerth/t-2
2023-12-21 David WellsMerge pull request #16371 from bangerth/exscan
2023-12-21 Wolfgang BangerthConvert CreateDescriptionFromTriangulationHelper into...
2023-12-21 Wolfgang BangerthMerge pull request #16375 from drwells/fix-warning
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.