]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-01-27 Wolfgang BangerthRemove an unnecessary 'using namespace std' declaration. 13299/head
2022-01-26 Wolfgang BangerthMerge pull request #13291 from masterleinad/detection_idiom
2022-01-26 David WellsMerge pull request #13287 from bangerth/ref-cell-2
2022-01-26 Wolfgang BangerthAdd assertions. 13287/head
2022-01-26 Wolfgang BangerthUn-hardcode some numbers.
2022-01-26 Wolfgang BangerthUse n_isotropic_children() in an assertion.
2022-01-26 Wolfgang BangerthIntroduce ReferenceCell::n_isotropic_children().
2022-01-26 Wolfgang BangerthMove a function to its proper place.
2022-01-26 Martin KronbichlerMerge pull request #13269 from blaisb/fix_disappearing_...
2022-01-26 Daniel ArndtMerge pull request #13294 from tamiko/fix_doc
2022-01-26 Marc FehlingMerge pull request #13293 from drwells/changelog-9.3.3
2022-01-26 Matthias Maierfix a rendering issue with doxygen 1.9.3 13294/head
2022-01-25 Daniel ArndtFix matrix_free/matrix_free_type_traits test 13291/head
2022-01-25 David WellsPort 9.3.3 changelog changes to master. 13293/head
2022-01-25 Daniel ArndtMove detection idiom to internal namespace
2022-01-25 Marc FehlingMerge pull request #13286 from bangerth/ref-cell-1
2022-01-25 Daniel ArndtUse standardized detection idiom
2022-01-25 Peter MunchMerge pull request #13288 from bangerth/traits
2022-01-25 Wolfgang BangerthMerge pull request #13289 from drwells/fix-null-ptr...
2022-01-25 Bruno BlaisRevert particle handler change 13269/head
2022-01-24 David WellsMerge pull request #13267 from bangerth/prepare_for_answer
2022-01-24 David WellsFix a bogus warning about a null pointer in a lambda. 13289/head
2022-01-24 Wolfgang BangerthMinor edits to type traits classes. 13288/head
2022-01-24 Wolfgang BangerthMerge pull request #13285 from peterrum/PreconditionRel...
2022-01-24 Wolfgang BangerthMake naming of function arguments more uniform. 13286/head
2022-01-24 Wolfgang BangerthMerge pull request #13283 from peterrum/om
2022-01-24 Peter MunchPreconditionRelaxation: vmult/step w. relaxation 13285/head
2022-01-24 Bruno BlaisFix indent
2022-01-24 Bruno BlaisFix tolerance because particles are still lost
2022-01-24 Bruno Blaisrevert particles
2022-01-24 Bruno BlaisFix indentation
2022-01-24 Bruno BlaisFix lost particle by recalculating mapping + test
2022-01-24 Peter MunchSparseMatrix: rename om to omega 13283/head
2022-01-22 Martin KronbichlerMerge pull request #13278 from kronbichler/fix_real_to_unit
2022-01-22 Martin KronbichlerMerge pull request #13271 from bangerth/3b
2022-01-22 Peter MunchMerge pull request #13280 from bangerth/free_comm
2022-01-22 Wolfgang BangerthMerge pull request #13279 from peterrum/FEImmersedSurfa...
2022-01-21 Wolfgang BangerthUse MPI::Utilities::free_communicator() where possible. 13280/head
2022-01-21 Peter MunchUpdate docu of NonMatching::FEImmersedSurfaceValues 13279/head
2022-01-21 Martin KronbichlerMerge pull request #13277 from bangerth/22
2022-01-21 Martin KronbichlerNew test case 13278/head
2022-01-21 Martin KronbichlerFix bug in initial condition for transform_real_to_unit...
2022-01-21 Wolfgang BangerthFix a sign error in step-22's introduction. 13277/head
2022-01-21 Wolfgang BangerthMerge pull request #13276 from marcfehling/forward
2022-01-21 Peter MunchMerge pull request #13275 from CuiCu-618/master
2022-01-21 Marc FehlingHide forward declarations from doxygen. 13276/head
2022-01-21 Cu CuiMerge branch 'dealii:master' into master 13275/head
2022-01-21 Martin KronbichlerMerge pull request #13270 from bangerth/3
2022-01-21 Martin KronbichlerMerge pull request #13274 from peterrum/feeval_is_reini...
2022-01-21 Cu Cuismall fix to the documentation
2022-01-20 Wolfgang BangerthUpdate output. 13271/head
2022-01-20 Wolfgang BangerthUse relative tolerances in step-3.
2022-01-20 Wolfgang BangerthExplain the use of iterative solvers in the introductio... 13270/head
2022-01-20 Peter MunchAdd ifdefs for is_reinitialized in FEEval 13274/head
2022-01-20 Daniel ArndtMerge pull request #13273 from bangerth/null
2022-01-20 Wolfgang BangerthDefine MPI_COMM_NULL when not using MPI. 13273/head
2022-01-20 Wolfgang BangerthAdd a changelog entry. 13267/head
2022-01-20 David WellsMerge pull request #13268 from peterrum/la_vector_fix
2022-01-20 David WellsMerge pull request #13261 from bangerth/ca-doc
2022-01-19 Peter MunchFix LA::Vector::reinit() 13268/head
2022-01-19 Wolfgang BangerthRemove the prepare_for_answer() callback in consensus...
2022-01-19 Wolfgang BangerthMinor doc update to the consensus algorithms. 13261/head
2022-01-19 Peter MunchMerge pull request #13252 from peterrum/fe_eval_quadrat...
2022-01-19 Peter MunchMerge pull request #13259 from peterrum/fe_eval_n_vecto...
2022-01-19 Bruno TurcksinMerge pull request #13144 from bangerth/flatten-3
2022-01-19 Peter MunchMove quadrature_points into FEEvalData 13252/head
2022-01-19 Peter MunchFEEval: replace usages of n_vectorization_actual 13259/head
2022-01-19 Martin KronbichlerMerge pull request #13266 from peterrum/mf_la_vector
2022-01-19 Marc FehlingMerge pull request #13073 from bangerth/filter
2022-01-19 Peter MunchMerge pull request #13262 from bangerth/ca-members
2022-01-19 Peter MunchMerge pull request #13257 from bangerth/pex
2022-01-19 Peter MunchMerge pull request #13219 from bangerth/nbx-2
2022-01-19 Wolfgang BangerthUse std::count_if(). 13073/head
2022-01-19 Wolfgang BangerthMerge pull request #13264 from marcfehling/references
2022-01-18 Daniel ArndtMerge pull request #13265 from bangerth/extrapolate...
2022-01-18 Wolfgang BangerthDo not store some things in the CA::Interface base... 13262/head
2022-01-18 Wolfgang BangerthOnly keep track on the number of outstanding answers. 13219/head
2022-01-18 Wolfgang BangerthOnly deal with one answer at a time.
2022-01-18 Wolfgang BangerthDon't specify where a message is coming from.
2022-01-18 Wolfgang BangerthMove processing of a message to the first place where...
2022-01-18 Wolfgang BangerthKeep track of which answers we have already received.
2022-01-18 Wolfgang BangerthQuery the size of the reply message from MPI.
2022-01-18 Wolfgang BangerthReplace MPI_Irecv with MPI_Iprobe+MPI_Recv.
2022-01-18 Peter MunchFix MF for LA::vector 13266/head
2022-01-18 Wolfgang BangerthSimplify code by using serialization functionality. 13265/head
2022-01-18 Marc FehlingReview of `references.bib`. 13264/head
2022-01-18 Peter MunchMerge pull request #13255 from bangerth/tut
2022-01-18 Peter MunchMerge pull request #13212 from bangerth/extrapolate-dev
2022-01-18 Wolfgang BangerthMerge pull request #13250 from marcfehling/fehling
2022-01-18 Martin KronbichlerMerge pull request #13253 from peterrum/fe_eval_jacobia...
2022-01-18 Martin KronbichlerMerge pull request #13258 from peterrum/feeval_is_reini...
2022-01-18 Peter MunchFEEval: do not use cell as indication if reinit() was... 13258/head
2022-01-18 Marc FehlingCleanup `references.bib`. 13250/head
2022-01-18 Martin KronbichlerMerge pull request #13251 from peterrum/fe_eval_use_get...
2022-01-18 Martin KronbichlerMerge pull request #13256 from bangerth/hotfix
2022-01-18 Wolfgang BangerthRename a variable and update the documentation. 13257/head
2022-01-18 Wolfgang BangerthReplace MPI_Irecv with MPI_Probe+MPI_Recv.
2022-01-18 Wolfgang BangerthIn PEX, do not compute sources but just the number...
2022-01-18 Wolfgang BangerthAvoid warning about implicit conversion to bool. 13256/head
2022-01-18 Wolfgang BangerthMerge pull request #13249 from marcfehling/richter
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.