]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-01-18 Wolfgang BangerthReplace MPI_Irecv with MPI_Iprobe+MPI_Recv.
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 BangerthAvoid warning about implicit conversion to bool. 13256/head
2022-01-18 Wolfgang BangerthMerge pull request #13249 from marcfehling/richter
2022-01-18 Wolfgang BangerthUse consistent grammar in the list of tutorial programs. 13255/head
2022-01-17 David WellsMerge pull request #13254 from tjhei/revert-tidy-bool...
2022-01-17 Peter MunchMove jacobian_gradients into FEEvalData 13253/head
2022-01-17 Timo HeisterRevert "Add clang-tidy check" 13254/head
2022-01-17 Peter MunchMerge pull request #13232 from bangerth/assertions-2
2022-01-17 Peter MunchFEEval: use get_cell_ids() at more places 13251/head
2022-01-17 Peter MunchMerge pull request #13247 from peterrum/mf_data_in
2022-01-17 Marc FehlingAdded bibtex entry for `refine_and_coarsen_optimize... 13249/head
2022-01-17 Daniel ArndtMerge pull request #13248 from rschoof/typo_correction
2022-01-17 Raphael SchoofTypo correction 13248/head
2022-01-17 Peter MunchRename variable 13247/head
2022-01-16 Wolfgang BangerthRefactor a lambda function into a free function. 13232/head
2022-01-16 Wolfgang BangerthValidate correctness of input arguments.
2022-01-15 Martin KronbichlerMerge pull request #13244 from kronbichler/remove_unnec...
2022-01-15 Martin KronbichlerRemove unnecessary include file 13244/head
2022-01-15 Martin KronbichlerMerge pull request #13235 from bangerth/pex-x
2022-01-15 Martin KronbichlerMerge pull request #13241 from bangerth/26
2022-01-15 Martin KronbichlerMerge pull request #13240 from peterrum/fe_eval_const_g...
2022-01-15 Martin KronbichlerMerge pull request #12983 from gassmoeller/initialize_f...
2022-01-15 Wolfgang BangerthUse the ConsensusAlgorithms::Selector class instead. 13212/head
2022-01-15 Wolfgang BangerthKeep a sorted vector instead of a std::set.
2022-01-15 Wolfgang BangerthUse ConsensusAlgorithm in FETools::extrapolate().
2022-01-15 Wolfgang BangerthReorder things a bit to minimize the lifetime of objects.
2022-01-15 Wolfgang BangerthAdd a few comments.
2022-01-15 Wolfgang BangerthSimplify a loop a bit.
2022-01-15 Wolfgang BangerthAugment the documentation of a member variable.
2022-01-15 Wolfgang BangerthRename a function to better reflect what it does.
2022-01-15 Wolfgang BangerthSmall updates to the Serial documentation. 13235/head
2022-01-15 Wolfgang BangerthSmall updates to the PEX documentation.
2022-01-15 Wolfgang BangerthMake reference to SUNDIALS solvers in step-26. 13241/head
2022-01-15 Peter MunchFEEval: do not cast const away during read_dof_values() 13240/head
2022-01-14 Wolfgang BangerthMerge pull request #13237 from marcfehling/doc-minres
2022-01-14 Wolfgang BangerthMerge pull request #13238 from marcfehling/doc-step-55
2022-01-14 Marc FehlingReference book directly in step-55. 13238/head
2022-01-14 Marc FehlingAdded bibtex entry for SolverMinRes reference. 13237/head
2022-01-14 Daniel ArndtMerge pull request #13236 from tamiko/typos
2022-01-14 Matthias Maierfix some typos 13236/head
2022-01-14 Wolfgang BangerthRename a couple of member variables to better reflect...
2022-01-14 Wolfgang BangerthRename a function.
2022-01-14 Wolfgang BangerthSort PEX member functions in the order in which they...
2022-01-14 Martin KronbichlerMerge pull request #13226 from peterrum/PreconditionRel...
2022-01-14 Martin KronbichlerMerge pull request #13230 from bangerth/assertions
2022-01-14 Martin KronbichlerMerge pull request #13231 from bangerth/mpi
2022-01-14 Martin KronbichlerMerge pull request #13202 from gassmoeller/optimize_par...
2022-01-13 Rene GassmoellerFix lost signal 13202/head
2022-01-13 Rene Gassmoellerindent 12983/head
2022-01-13 Wolfgang BangerthSimplify code using std::adjacent_find. 13231/head
2022-01-13 Wolfgang BangerthAdd a couple of assertions. 13230/head
2022-01-13 Wolfgang BangerthMarginally accelerate compute_point_to_point_communicat...
2022-01-12 Wolfgang BangerthMerge pull request #13227 from tamiko/fix_intel_detection
2022-01-12 Matthias MaierCMake: adjust tbb path glob to "lib/intel64/gcc*" layout 13227/head
2022-01-12 Wolfgang BangerthMerge pull request #13225 from marcfehling/tee-doc
2022-01-12 Peter MunchImprove usability of PreconditionRelaxation 13226/head
2022-01-12 Marc FehlingFix examples in doc for `pipe_junction`. 13225/head
2022-01-12 Matthias MaierMerge pull request #13179 from tamiko/add_changelog_3
2022-01-11 Daniel ArndtMerge pull request #13221 from drwells/fix-test-2
2022-01-11 Wolfgang BangerthMerge pull request #13222 from drwells/boost-1.78-changelog
2022-01-11 Matthias Maiermake define guards more robust 13179/head
2022-01-11 David WellsAdd a changelog entry for #13165. 13222/head
2022-01-11 David WellsFix a redefined variable error in a test. 13221/head
2022-01-11 Wolfgang BangerthMerge pull request #12265 from masterleinad/add_readabi...
2022-01-11 Daniel ArndtMerge pull request #13220 from marcfehling/tee-doc
2022-01-11 Matthias Maierdisable threading in task_info.cc for oneAPI
2022-01-11 Marc FehlingFix formatting of table. 13220/head
2022-01-11 Marc FehlingHide template specialization from doxygen.
2022-01-11 Daniel ArndtFix some more 12265/head
2022-01-11 Daniel ArndtAdd clang-tidy check
2022-01-11 Daniel ArndtMerge pull request #13214 from bangerth/nbx
2022-01-11 Daniel ArndtMerge pull request #13215 from bangerth/nbx-3
2022-01-11 David WellsMerge pull request #13217 from kronbichler/adjust_varia...
2022-01-11 Marc FehlingMerge pull request #13028 from marcfehling/tee
2022-01-11 Marc FehlingGenerator for `pipe_junction` geometries. 13028/head
2022-01-11 Martin KronbichlerFix some spurious variable names 13217/head
2022-01-11 Martin KronbichlerMerge pull request #13048 from peterrum/gc_FEEvaluation...
2022-01-11 Wolfgang BangerthDo not reuse an MPI_Status object. 13215/head
2022-01-11 Wolfgang BangerthSort the member functions of ConsensusAlgorithms::NBX. 13214/head
2022-01-10 Peter MunchUse FEEvaluationHangingNodes in MGTwoLevelTransfer 13048/head
2022-01-10 Wolfgang BangerthMerge pull request #13211 from drwells/fix-mass-lumping
2022-01-10 Rene GassmoellerFaster and simpler sort of lost particles
2022-01-10 David WellsFix a check for zero entries in the lumped mass matrix. 13211/head
2022-01-10 Wolfgang BangerthMerge pull request #13210 from marcfehling/fix-p4est...
2022-01-10 Marc FehlingAdded changelog for p4est installation script. 13210/head
2022-01-10 Matthias MaierMerge pull request #13196 from bangerth/patch-4
2022-01-10 Matthias MaierMerge pull request #13201 from bangerth/patch-2
2022-01-10 Matthias MaierMerge pull request #13207 from bangerth/patch-7
2022-01-10 Matthias MaierMerge pull request #13159 from peterrum/PreconditionRel...
2022-01-10 Matthias MaierCMake: remove oneAPI exclude
2022-01-10 Matthias Maieradd a changelog entry
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.